Skip to content

fix: defer EVM blind-sign gate to 7.15+#187

Closed
BitHighlander wants to merge 1 commit intomasterfrom
fix/defer-blind-sign-to-715
Closed

fix: defer EVM blind-sign gate to 7.15+#187
BitHighlander wants to merge 1 commit intomasterfrom
fix/defer-blind-sign-to-715

Conversation

@BitHighlander
Copy link
Copy Markdown
Contributor

Summary

  • Remove test_ethereum_blind_sign_blocked — blind-sign policy gating is 7.15+ scope, not 7.14
  • Update test_ethereum_blind_sign_allowed to use requires_fullFeature() instead of requires_firmware("7.14.0")
  • Update report section V (EVM Clear-Signing) to reflect that blind-sign blocking is deferred to 7.15+

On firmware 7.10–7.14 blind signing is always permitted with AdvancedMode ON. The blocked test was causing the only failure in the test report (1 FAILED of 144).

Test plan

  • CI passes with 0 failures on develop firmware
  • Test report shows V section with 8 tests (was 9), no failures

Blind-sign policy gating (AdvancedMode blocking) is 7.15+ scope.
On 7.10-7.14 blind signing is always permitted. Remove
test_ethereum_blind_sign_blocked which expected 7.15 firmware
behavior and update report section V accordingly.
@BitHighlander
Copy link
Copy Markdown
Contributor Author

Superseded by #188 which includes this fix plus Solana and TRON hotfixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant