-
Notifications
You must be signed in to change notification settings - Fork 344
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
chore: upgrade to cosmos-sdk v1.19.0-sdk-v0.46.16 #2865
Conversation
Identified the issue by reproing locally
Even though ledger-cosmos-go was downgraded to v0.12.4 here it wasn't downgraded in this PR after running |
@@ -44,7 +44,7 @@ require ( | |||
github.com/bits-and-blooms/bitset v1.7.0 // indirect | |||
github.com/consensys/bavard v0.1.13 // indirect | |||
github.com/consensys/gnark-crypto v0.12.1 // indirect | |||
github.com/cosmos/ledger-cosmos-go v0.13.2 // indirect | |||
github.com/cosmos/ledger-cosmos-go v0.12.4 // indirect |
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.
[for reviewers] this was downgraded to match the version in celestiaorg/cosmos-sdk which matches the latest v0.46.x release of cosmos/cosmos-sdk.
Ref:
I'm happy we have a Ledger test that caught this! We still need more Ledger tests (i.e. for the pre-built binaries). |
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.
Don't mind merging this but It will probably be immediately overwritten by v1.20.0
This PR is no longer necessary b/c #2860 (comment) |
Pull request was closed
Upgrades to https://github.com/celestiaorg/cosmos-sdk/releases/tag/v1.19.0-sdk-v0.46.16 to unblock #2860