forked from cosmos/cosmos-sdk
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Merged
rootulp
merged 17 commits into
celestiaorg:release/v0.46.x-celestia
from
rootulp:rp/cosmos-sdk-v0.46.16
Nov 14, 2023
Merged
chore: upgrade to cosmos-sdk v0.46.16 #357
rootulp
merged 17 commits into
celestiaorg:release/v0.46.x-celestia
from
rootulp:rp/cosmos-sdk-v0.46.16
Nov 14, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…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]>
rootulp
commented
Nov 7, 2023
19 tasks
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
|
rootulp
commented
Nov 7, 2023
@@ -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.
rootulp
commented
Nov 7, 2023
rootulp
commented
Nov 7, 2023
to match the versions used in upstream
Merged
cmwaters
approved these changes
Nov 13, 2023
evan-forbes
approved these changes
Nov 13, 2023
rootulp
merged commit Nov 14, 2023
e04d485
into
celestiaorg:release/v0.46.x-celestia
34 checks passed
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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