-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
update x/slashing to match module spec #4717
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4717 +/- ##
========================================
- Coverage 53.9% 53.7% -0.2%
========================================
Files 273 273
Lines 17367 17277 -90
========================================
- Hits 9362 9279 -83
+ Misses 7321 7314 -7
Partials 684 684 |
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.
⚡️
Looks like this could use some 👁 from @alexanderbez and @rigelrozanski |
…dekunze/slashing-internal
@@ -9,22 +9,23 @@ import ( | |||
abci "github.com/tendermint/tendermint/abci/types" | |||
|
|||
sdk "github.com/cosmos/cosmos-sdk/types" | |||
slashingkeeper "github.com/cosmos/cosmos-sdk/x/slashing/internal/keeper" |
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.
no need for an import alias here.
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 mostly for util test funcs that imho shouldn't be aliased
Reviewed + merge conflicts need to be addressed @fedekunze. |
Co-Authored-By: Alexander Bezobchuk <[email protected]> Co-Authored-By: colin axner <[email protected]>
…dekunze/slashing-internal
…os/cosmos-sdk into fedekunze/slashing-internal
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
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: