-
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
update: release notes for v0.41.4 #8748
Merged
Merged
Changes from 6 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
52c155f
update: RELEASE_NOTES.md
fdymylja 4f3f244
update: RELEASE_NOTES.md
fdymylja 26c150a
Update RELEASE_NOTES.md
ca5efd0
Update RELEASE_NOTES.md
7d8b7ac
explain tendermint upgrade
fdymylja 467b3f1
update release notes
fdymylja 8c615c7
Update RELEASE_NOTES.md
bb94987
Update RELEASE_NOTES.md
b324d40
Update RELEASE_NOTES.md
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,28 @@ | ||
# Cosmos SDK v0.41.3 "Stargate" Release Notes | ||
# Cosmos SDK v0.41.4 "Stargate" Release Notes | ||
|
||
This release fixes a build failure caused by a small API breakage introduced in Tendermint v0.34.7. It is **highly recommended** that all applications using v0.41.2 upgrade to v0.41.3 as soon as possible. | ||
This release includes the addition of the multisign-batch command, minor bug fixes, and performance improvements. | ||
|
||
See the [Cosmos SDK v0.41.4 milestone](https://github.com/cosmos/cosmos-sdk/milestone/40?closed=1) on our issue tracker for details. | ||
|
||
## multisign-batch command | ||
|
||
Multisign-batch command was added and it allows generating multiple multisig transactions by merging batches of signatures. | ||
|
||
## Query tx with multisig addresses | ||
|
||
Now the rest endpoint allows to query transactions with multisig addresses. | ||
|
||
## Improvements | ||
|
||
Major performance improvements in store and balance which will speed up genesis verification and initialization. | ||
|
||
Tendermint was upgraded to v0.34.8. This release of Tendermint introduces various changes that should make the logs much, much quieter. | ||
|
||
Genesis now allows 0 coin account balances. This means that genesis initialization will not fail if an address with no balance will be included. | ||
alessio marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
## Bugfixes | ||
|
||
Keys migrations command is now functional for offline, multisign and ledger keys. | ||
alessio marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
Minor bugfixes were included regarding missing errors and fields on some responses. | ||
alessio marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
See the [Cosmos SDK v0.41.3 milestone](https://github.com/cosmos/cosmos-sdk/milestone/39?closed=1) on our issue tracker for details. |
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.
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.
quieter Tendermint logs deserves its own subsection, it's imo the most awaited change in this release
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.
You ok with this? https://github.com/cosmos/cosmos-sdk/pull/8748/files#diff-68d24fa81558aae3d8c59e2aa57a4fa719ea3b04d7fa14beff45f16f00858f50R19