From 52c155fbd365efbde0d5d443c98a839092a71bb5 Mon Sep 17 00:00:00 2001 From: Frojdi Dymylja Date: Tue, 2 Mar 2021 12:09:31 +0100 Subject: [PATCH 1/9] update: RELEASE_NOTES.md --- RELEASE_NOTES.md | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4bb415c5a25..9a3c03eb341 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,24 @@ -# 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 musltisig 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. + +## Bugfixes + +Minor bugfixes were included regarding missing errors and fields on some responses. -See the [Cosmos SDK v0.41.3 milestone](https://github.com/cosmos/cosmos-sdk/milestone/39?closed=1) on our issue tracker for details. From 4f3f24487199b9e09c08bd75e28a2f33fa7ad9b1 Mon Sep 17 00:00:00 2001 From: Frojdi Dymylja Date: Tue, 2 Mar 2021 12:10:33 +0100 Subject: [PATCH 2/9] update: RELEASE_NOTES.md --- RELEASE_NOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9a3c03eb341..eb442e7f315 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -18,6 +18,8 @@ Major performance improvements in store and balance which will speed up genesis Tendermint was upgraded to v0.34.8. +Genesis now allows 0 coin account balances. + ## Bugfixes Minor bugfixes were included regarding missing errors and fields on some responses. From 26c150a4e81b0c75e8b823e57873c73b5673d275 Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Tue, 2 Mar 2021 15:04:23 +0000 Subject: [PATCH 3/9] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index eb442e7f315..6498d3b7c70 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,7 +4,7 @@ This release includes the addition of the multisign-batch command, minor bug fix 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 Multisign-batch command was added and it allows generating multiple musltisig transactions by merging batches of signatures. From ca5efd0a241ce9d8222d4e2c2df12c72fafb548c Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Tue, 2 Mar 2021 15:29:12 +0000 Subject: [PATCH 4/9] Update RELEASE_NOTES.md Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com> --- RELEASE_NOTES.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6498d3b7c70..cbdc8030cef 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,7 +6,7 @@ See the [Cosmos SDK v0.41.4 milestone](https://github.com/cosmos/cosmos-sdk/mile ## multisign-batch command -Multisign-batch command was added and it allows generating multiple musltisig transactions by merging batches of signatures. +Multisign-batch command was added and it allows generating multiple multisig transactions by merging batches of signatures. ## Query tx with multisig addresses @@ -23,4 +23,3 @@ Genesis now allows 0 coin account balances. ## Bugfixes Minor bugfixes were included regarding missing errors and fields on some responses. - From 7d8b7aca24298e9832090984e411daadfdb98090 Mon Sep 17 00:00:00 2001 From: Frojdi Dymylja <33157909+fdymylja@users.noreply.github.com> Date: Tue, 2 Mar 2021 16:41:04 +0100 Subject: [PATCH 5/9] explain tendermint upgrade Co-authored-by: Alessio Treglia --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index cbdc8030cef..c3ffd18c288 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -16,7 +16,7 @@ Now the rest endpoint allows to query transactions with multisig addresses. Major performance improvements in store and balance which will speed up genesis verification and initialization. -Tendermint was upgraded to v0.34.8. +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. From 467b3f12880957e82563c969b2eff246a2e62ee8 Mon Sep 17 00:00:00 2001 From: Frojdi Dymylja <33157909+fdymylja@users.noreply.github.com> Date: Tue, 2 Mar 2021 16:44:50 +0100 Subject: [PATCH 6/9] update release notes --- RELEASE_NOTES.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c3ffd18c288..724ae8f1845 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -18,8 +18,11 @@ Major performance improvements in store and balance which will speed up genesis 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. +Genesis now allows 0 coin account balances. This means that genesis initialization will not fail if an address with no balance will be included. ## Bugfixes +Keys migrations command is now functional for offline, multisign and ledger keys. + Minor bugfixes were included regarding missing errors and fields on some responses. + From 8c615c7bf32778dae56ace033322ad65b2e555fb Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Tue, 2 Mar 2021 15:59:20 +0000 Subject: [PATCH 7/9] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 724ae8f1845..6840c00cf1f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -22,7 +22,6 @@ Genesis now allows 0 coin account balances. This means that genesis initializati ## Bugfixes -Keys migrations command is now functional for offline, multisign and ledger keys. +The keys migration command (i.e. `keys migrate`) is now functional for offline, multisign, and ledger keys. Minor bugfixes were included regarding missing errors and fields on some responses. - From bb94987ed206927743ba812956c996650854f4e6 Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Tue, 2 Mar 2021 16:15:14 +0000 Subject: [PATCH 8/9] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6840c00cf1f..45a69ea36d0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -16,9 +16,12 @@ Now the rest endpoint allows to query transactions with multisig addresses. 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. + +# Tendermint new release + +Tendermint was upgraded to v0.34.8. This release of Tendermint introduces various changes that should make the logs much, much quieter. See [Tendermint's changelog](https://github.com/tendermint/tendermint/blob/v0.34.8/CHANGELOG.md#v0.34.8) for more information. -Genesis now allows 0 coin account balances. This means that genesis initialization will not fail if an address with no balance will be included. ## Bugfixes From b324d405c8e8ef46832a0b96415ef8c6312f17f6 Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Tue, 2 Mar 2021 16:16:01 +0000 Subject: [PATCH 9/9] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 45a69ea36d0..3b55b5e2cc8 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -18,13 +18,12 @@ Major performance improvements in store and balance which will speed up genesis Genesis now allows 0 coin account balances. This means that genesis initialization will not fail if an address with no balance will be included. -# Tendermint new release - -Tendermint was upgraded to v0.34.8. This release of Tendermint introduces various changes that should make the logs much, much quieter. See [Tendermint's changelog](https://github.com/tendermint/tendermint/blob/v0.34.8/CHANGELOG.md#v0.34.8) for more information. - - ## Bugfixes The keys migration command (i.e. `keys migrate`) is now functional for offline, multisign, and ledger keys. Minor bugfixes were included regarding missing errors and fields on some responses. + +## Tendermint new release + +Tendermint was upgraded to v0.34.8. This release of Tendermint introduces various changes that should make the logs much, much quieter. See [Tendermint's changelog](https://github.com/tendermint/tendermint/blob/v0.34.8/CHANGELOG.md#v0.34.8) for more information.