-
Notifications
You must be signed in to change notification settings - Fork 623
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
47 uptodate #2699
47 uptodate #2699
Conversation
app.AccountKeeper = authkeeper.NewAccountKeeper( | ||
appCodec, keys[authtypes.StoreKey], app.GetSubspace(authtypes.ModuleName), authtypes.ProtoBaseAccount, maccPerms, sdk.GetConfig().GetBech32AccountAddrPrefix(), | ||
) | ||
app.AccountKeeper = authkeeper.NewAccountKeeper(appCodec, keys[authtypes.StoreKey], authtypes.ProtoBaseAccount, maccPerms, sdk.Bech32MainPrefix, authtypes.NewModuleAddress(govtypes.ModuleName).String()) |
Check warning
Code scanning / CodeQL
Directly using the bech32 constants
Hi @faddat, thanks for helping us with the SDK bump. This is now the third PR to bump the SDK :) @tac0turtle also opened a PR last week for this work. I would suggest that we try to concentrate efforts on that one, so please have a look and try to contribute by opening PRs against that branch to move the work forward. If that sounds ok to you, then I will close this PR and also this one. |
totally great sir! |
Description
Draft of 47 that is a bit more bumped.
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes