-
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
WIP: Refactor crisis using internal package #4597
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.
the tags
pkg should be deleted and tags.go
moved to types
as well as the expected_keepers.go
. The keeper
pkg should be in internal as well.
genesis.go
needs to be split and one should remain in internal/types
whereas the other should be in the root of the module
feeCollectionKeeper FeeCollectionKeeper | ||
distrKeeper distrKeeper | ||
bankKeeper bankKeeper | ||
feeCollectionKeeper feeCollectionKeeper | ||
} | ||
|
||
// NewKeeper creates a new Keeper object | ||
func NewKeeper(paramSpace params.Subspace, invCheckPeriod uint, |
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.
Don't we want the keeper to also be internal? Currently, this is inconsistent with the changes made on bank
.
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.
I'll move it across internal
Codecov Report
@@ Coverage Diff @@
## master #4597 +/- ##
==========================================
+ Coverage 52.75% 52.77% +0.02%
==========================================
Files 264 264
Lines 16464 16464
==========================================
+ Hits 8685 8689 +4
+ Misses 7130 7126 -4
Partials 649 649 |
@fedekunze and I had a conversation about this, and we agreed this be on hold until supply PR is merged in. Hence blocking this for now. |
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 pending supply module merge.
removed |
@alessio feel free to pick back up on this again 👍 |
Superseded by #4649 |
docs/
)clog add [section] [stanza] [message]
Files changed
in the github PR explorerFor Admin Use: