From 9b974bc80c7bc1c07a2860daeba37abcdce8c9d6 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Mon, 22 Jan 2024 23:21:49 +0100 Subject: [PATCH] chore: prepare v0.47.8 (#19162) --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6f28315ecb4..6b1ab9eecd84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -97,10 +97,13 @@ during the [Oak Security audit of SDK 0.47](https://github.com/oak-security/audi ## [v0.47.7](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.7) - 2023-12-20 +## [v0.47.8](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.8) - 2024-01-22 + ### Improvements * (client/tx) [#18852](https://github.com/cosmos/cosmos-sdk/pull/18852) Add `WithFromName` to tx factory. * (types) [#18875](https://github.com/cosmos/cosmos-sdk/pull/18875) Speedup coins.Sort() if len(coins) <= 1. +* (types) [#18888](https://github.com/cosmos/cosmos-sdk/pull/18888) Speedup DecCoin.Sort() if len(coins) <= 1 * (testutil) [#18930](https://github.com/cosmos/cosmos-sdk/pull/18930) Add NodeURI for clientCtx. ### Bug Fixes @@ -112,7 +115,6 @@ during the [Oak Security audit of SDK 0.47](https://github.com/oak-security/audi ### Improvements -* (types) [#18888](https://github.com/cosmos/cosmos-sdk/pull/18888) Speedup DecCoin.Sort() if len(coins) <= 1 * (x/gov) [#18707](https://github.com/cosmos/cosmos-sdk/pull/18707) Improve genesis validation. * (server) [#18478](https://github.com/cosmos/cosmos-sdk/pull/18478) Add command flag to disable colored logs.