-
Notifications
You must be signed in to change notification settings - Fork 110
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
chore: cleanup expected keepers #1754
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 , left a minor comment
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 good! one minor comment
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.
you would need to add a line in the changelog.mg to get the changelog check to pass
Description
Cleaned up unused methods from expected keepers interfaces. Also executed
make mocks
to remove not needed mocks.One small inconsistency I noticed is that cosmos-sdk modules keepers (for example bank, account keeper etc) are sometimes added as dependency through
NewAppModule
, and sometimes when module keeper is initialized withNewXKeeper
, not sure if there is some particular reason for this, but i tried to clean that up too.Closes: #1716
Type of change
Cleanup
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Include instructions and any relevant details so others can reproduce.
Checklist: