From cc4d1bbf41afdc5bc82465384e5ee6d6cb412b5b Mon Sep 17 00:00:00 2001 From: Dev Ojha Date: Mon, 3 Jun 2024 15:18:13 -0500 Subject: [PATCH] Add changelog (cherry picked from commit f7684c5e4350f27f75a037a316c9ada7d8806aae) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90a3fae32d..c1f1a63f68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ * [#86](https://github.com/osmosis-labs/cometbft/pull/86) Comment out expensive debug logs * [#91](https://github.com/osmosis-labs/cometbft/pull/91) perf(consensus): Minor improvement by making add vote only do one peer set mutex call, not 3 (#3156) * [#93](https://github.com/osmosis-labs/cometbft/pull/93) perf(consensus): Make some consensus reactor messages take RLock's not WLock's (#3159) +* [#95](https://github.com/osmosis-labs/cometbft/pull/95) perf(types) Make a new method `GetByAddressMut` for `ValSet`, which does not copy the returned validator. (#3129) + ## v0.37.4-v25-osmo-5