Commit e728e31
fix(bip85): gate tests on 7.15.0, not 7.14.0 — BIP-85 landed in 7.15
test_msg_bip85 gated requires_firmware("7.14.0"), but GetBip85Mnemonic
was introduced in 7.15.0. On 7.14.x firmware the version gate passed and
the real GetBip85Mnemonic call hit Failure_UnexpectedMessage ("Unknown
message"), turning the suite red (6 failures) instead of skipping. Bump
the floor to 7.15.0 so firmware without BIP-85 skips cleanly and CI stays
green regardless of which firmware the emulator is built from. The
redundant requires_message("GetBip85Mnemonic") probe is dropped — it
no-ops on required-field messages, and the version gate now covers it.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 1545299 commit e728e31
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
0 commit comments