-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Improve Import/Export Simulation Errors #4607
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4607 +/- ##
=========================================
+ Coverage 54.11% 54.6% +0.48%
=========================================
Files 260 260
Lines 16371 16530 +159
=========================================
+ Hits 8859 9026 +167
+ Misses 6866 6858 -8
Partials 646 646 |
…/cosmos-sdk into fedekunze/4535-simulation
var ( | ||
ValidatorSigningInfoKey = []byte{0x01} // Prefix for signing info | ||
ValidatorMissedBlockBitArrayKey = []byte{0x02} // Prefix for missed block bit array | ||
ValidatorSlashingPeriodKey = []byte{0x03} // Prefix for slashing period |
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.
this key was not being used
…dekunze/4535-simulation
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.
ACK -- although generally I still think this approach is brittle. There has to be a better way :-/
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.
Agree with bez here, this looks a tad suboptimal yet a reasonable compromise for the time being.
Nihil instant from me, merging.
closes #4535
cc: @npinto
Targeted PR against correct branch (see CONTRIBUTING.md)
Linked to github-issue with discussion and accepted design OR link to spec that describes this work.
Wrote tests
Updated relevant documentation (
docs/
)Added a relevant changelog entry:
clog add [section] [stanza] [message]
rereviewed
Files changed
in the github PR explorerFor Admin Use: