From ed0071c9365b163159a074b8351c33f9dc7e4bbc Mon Sep 17 00:00:00 2001 From: Adam Tucker Date: Thu, 2 May 2024 18:36:48 -0600 Subject: [PATCH] update changelog (#56) (cherry picked from commit 173c69df1c6d2acb8cea60d81515c21a970443fc) --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9f9d623ab..d5644301fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ## Unreleased +## v0.37.4-v25-osmo-2 & v0.37.4-v24-osmo-5 + +* [#35](https://github.com/osmosis-labs/cometbft/pull/35) Handle last element in PickRandom +* [#38](https://github.com/osmosis-labs/cometbft/pull/38) Remove expensive Logger debug call in PublishEventTx +* [#39](https://github.com/osmosis-labs/cometbft/pull/39) Change finalizeCommit to use applyVerifiedBlock +* [#40](https://github.com/osmosis-labs/cometbft/pull/40) Speedup NewDelimitedWriter +* [#41](https://github.com/osmosis-labs/cometbft/pull/41) Remove unnecessary atomic read +* [#42](https://github.com/osmosis-labs/cometbft/pull/42) Remove a minint call that was appearing in write packet delays +* [#43](https://github.com/osmosis-labs/cometbft/pull/43) Speedup extended commit.BitArray() + ## v0.37.4-v24-osmo-4 * [#27](https://github.com/osmosis-labs/cometbft/pull/27) Lower allocation overhead of txIndex matchRange