-
Notifications
You must be signed in to change notification settings - Fork 34
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 v0.46.16 #357
chore: upgrade to cosmos-sdk v0.46.16 #357
Conversation
…unction (backport cosmos#17296) (cosmos#17301) Co-authored-by: mmsqe <[email protected]> Co-authored-by: Julien Robert <[email protected]>
Co-authored-by: Devon Bear <[email protected]> Co-authored-by: Julien Robert <[email protected]>
) (cosmos#17388) Co-authored-by: Julien Robert <[email protected]>
…osmos#17412) Co-authored-by: Julien Robert <[email protected]>
Co-authored-by: devon <[email protected]> Co-authored-by: Julien Robert <[email protected]>
…mos#17544) (cosmos#17549) Co-authored-by: Félix C. Morency <[email protected]>
Co-authored-by: Bryan White <[email protected]> Co-authored-by: Marko <[email protected]>
cosmos#18105) (cosmos#18112) Co-authored-by: Julien Robert <[email protected]>
…s#18254) (cosmos#18260) Co-authored-by: Julien Robert <[email protected]>
Codecov Report
@@ Coverage Diff @@
## release/v0.46.x-celestia #357 +/- ##
=========================================================
Coverage 65.54% 65.55%
=========================================================
Files 666 666
Lines 71188 71180 -8
=========================================================
+ Hits 46661 46662 +1
+ Misses 21944 21935 -9
Partials 2583 2583
|
@@ -18,7 +18,7 @@ require ( | |||
github.com/cosmos/cosmos-sdk/db v1.0.0-beta.1 | |||
github.com/cosmos/go-bip39 v1.0.0 | |||
github.com/cosmos/iavl v0.19.6 | |||
github.com/cosmos/ledger-cosmos-go v0.13.2 | |||
github.com/cosmos/ledger-cosmos-go v0.12.4 |
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.
ledger-cosmos-go release notes are sparse but 0.12.4 and 0.13.2 should contain the hotfix needed for Ledger to work on MacOS.
Ref: https://github.com/cosmos/ledger-cosmos-go/releases
to match the versions used in upstream
e04d485
into
celestiaorg:release/v0.46.x-celestia
Closes #353
I cherry-picked the commits from v0.46.14 up to v0.46.16: cosmos/cosmos-sdk@v0.46.14...v0.46.16
Testing
Verified that I can still sign txs with from celestia-app using this cosmos-sdk