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

[WIP] SDK 50 beta 0 upgrade #1531

Closed
wants to merge 1 commit into from
Closed

Conversation

alpe
Copy link
Contributor

@alpe alpe commented Jul 21, 2023

🚧 Early version

After #1528

Requires compatible IBC Go version to move on

@alpe alpe added the blocked label Jul 21, 2023
@@ -363,6 +362,8 @@
accountKeeper,
bankKeeper,
authtypes.NewModuleAddress(stakingtypes.ModuleName).String(),
authcodec.NewBech32Codec(sdk.Bech32PrefixValAddr),

Check warning

Code scanning / CodeQL

Directly using the bech32 constants

Directly using the bech32 constants instead of the configuration values
@@ -363,6 +362,8 @@
accountKeeper,
bankKeeper,
authtypes.NewModuleAddress(stakingtypes.ModuleName).String(),
authcodec.NewBech32Codec(sdk.Bech32PrefixValAddr),
authcodec.NewBech32Codec(sdk.Bech32PrefixConsAddr),

Check warning

Code scanning / CodeQL

Directly using the bech32 constants

Directly using the bech32 constants instead of the configuration values
@faddat
Copy link
Contributor

faddat commented Jul 24, 2023

I believe this is no longer blocked.

@faddat
Copy link
Contributor

faddat commented Jul 24, 2023

@alpe I'm going to make PR's to sdk-upgrade50beta0 but please let me know if you'd like them to go to sdk-upgrade050_rebased2

@faddat
Copy link
Contributor

faddat commented Aug 4, 2023

Summary of PR's:

@alpe
Copy link
Contributor Author

alpe commented Sep 19, 2023

Closing in favour of #1611

@alpe alpe closed this Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants