-
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
Migrate Keeper staking tests to use simapp #5683
Conversation
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.
Amazing. Nice work @jgimeno! There are just a few tiny changes requested in simapp/test_helpers.go
, otherwise it LGTM 👍
simapp/test_helpers.go
Outdated
if err != nil { | ||
panic(err) | ||
} | ||
//res, err = crypto.PubKeyFromBytes(pkBytes) |
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.
bump
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 🎉
Codecov Report
@@ Coverage Diff @@
## master #5683 +/- ##
==========================================
+ Coverage 35.63% 35.68% +0.05%
==========================================
Files 332 334 +2
Lines 32653 32687 +34
==========================================
+ Hits 11635 11665 +30
- Misses 19787 19790 +3
- Partials 1231 1232 +1
|
ref: #4875
Description
This is only for the staking/keeper migration.
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)