-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add config to disable seqno #385
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #385 +/- ##
==========================================
- Coverage 54.79% 54.79% -0.01%
==========================================
Files 622 622
Lines 52166 52196 +30
==========================================
+ Hits 28585 28600 +15
- Misses 21498 21511 +13
- Partials 2083 2085 +2
|
@@ -47,4 +47,5 @@ message Params { | |||
[(gogoproto.customname) = "SigVerifyCostED25519", (gogoproto.moretags) = "yaml:\"sig_verify_cost_ed25519\""]; | |||
uint64 sig_verify_cost_secp256k1 = 5 | |||
[(gogoproto.customname) = "SigVerifyCostSecp256k1", (gogoproto.moretags) = "yaml:\"sig_verify_cost_secp256k1\""]; | |||
bool disable_seqno_check = 6; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this require migration to the existing params on chain envs?
This reverts commit 1c5a372. ## Describe your changes and provide context ## Testing performed to validate your change
This reverts commit 1c5a372.
Describe your changes and provide context
Testing performed to validate your change