-
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
Backport #10515 to v0.44 #10862
Comments
karzak
changed the title
Backport https://github.com/cosmos/cosmos-sdk/pull/10515 to v0.44
Backport #10515 to v0.44
Jan 3, 2022
Ah yes, see #10871 |
@AmauryM any chance you can cut a v0.44.6 release this week? We are going to be upgrading the Kava blockchain shortly from v0.39 to v0.44 and ideally would like to pin to v0.44.6 rather than a commit hash. |
Sure, we can do that tomororw |
0.44.6 is cut with this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary of Bug
Using v0.44.5, I cannot currently migrate multisig threshold accounts from v0.39 to v0.44 - this is because #10515 has not been backported.
Version
v0.44.5
Steps to Reproduce
On v0.44.5, add a line after
cosmos-sdk/crypto/keys/multisig/multisig_test.go
Line 430 in 33dbf6a
The test will fail, because the
PubKeys
field is being lost.To apply the backport, you need to cherry-pick both 1662e45 and 3d3bc7c
For Admin Use
The text was updated successfully, but these errors were encountered: