-
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
x/staking: skip HistoricalInfo in simulations #5949
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5949 +/- ##
==========================================
+ Coverage 56.48% 56.50% +0.02%
==========================================
Files 342 342
Lines 20270 20278 +8
==========================================
+ Hits 11449 11459 +10
+ Misses 7974 7971 -3
- Partials 847 848 +1 |
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.
LGTM 👍
waiting for @AdityaSripal's input before merging |
run: | | ||
make test-sim-import-export |
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.
test-sim-after-import
workflow was running make test-sim-import-export
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.
LGTM 👍
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 is awesome and thank you @fedekunze 🙏
* x/staking: import and export HistoricalInfo * staking/types: add HistoricalInfo to GenesisState * changelog * add staking module to app BeginBlockers * remove JSON files * address comments from review * add HistoricalInfoKey to skipped prefixes * fix DiffKVStores * rm JSON
Closes: #XXX
Description
For contributor use:
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerFor admin use:
WIP
,R4R
,docs
, etc)