Skip to content
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

Integrate 47 #80

Draft
wants to merge 84 commits into
base: master
Choose a base branch
from
Draft

Integrate 47 #80

wants to merge 84 commits into from

Conversation

faddat
Copy link
Collaborator

@faddat faddat commented May 22, 2023

I think that it's now reasonable to make main the sdk 47 compatible branch and discontinue targeting any 46 support for the LSM becasue:

  • this will reduce maintainership burden
  • this will reduce the likelihood of bugs and errors affecting either version
  • PR's can target a well understood branch

@@ -257,39 +267,41 @@

// add keepers
app.AccountKeeper = authkeeper.NewAccountKeeper(
appCodec, keys[authtypes.StoreKey], app.GetSubspace(authtypes.ModuleName), authtypes.ProtoBaseAccount, maccPerms, sdk.Bech32MainPrefix,
appCodec, keys[authtypes.StoreKey], authtypes.ProtoBaseAccount, maccPerms, sdk.Bech32MainPrefix, authtypes.NewModuleAddress(govtypes.ModuleName).String(),

Check warning

Code scanning / CodeQL

Directly using the bech32 constants

Directly using the bech32 constants instead of the configuration values
@faddat faddat marked this pull request as draft June 2, 2023 16:17
@faddat
Copy link
Collaborator Author

faddat commented Dec 24, 2023

Do we care to do this, or is this:

a better approach, with the lsm bundled to the sdk?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants