-
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/auth/ante: AccountKeeper expected interface used instead of the str… #6040
Conversation
…ict auth.AccountKeeper dependency
Codecov Report
@@ Coverage Diff @@
## master #6040 +/- ##
=========================================
Coverage ? 54.71%
=========================================
Files ? 424
Lines ? 25794
Branches ? 0
=========================================
Hits ? 14113
Misses ? 10710
Partials ? 971 |
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. Great stuff @iTiky. Thank you so much. Do you mind rebasing latest master
and I'll get this merged ASAP.
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 changelog entry
@alexanderbez @fedekunze Done |
Description
Adds AccountKeeper interface to be used as an input by
AnteHandler
's decorators. That makes possible for Cosmos-SDK based projects to use custom / extendedAccountKeeper
implementation and avoid decorators source code copy (ability to reuse code).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)