This release focuses on fixing more concurrency issues related to queries.
A few months ago there was a change allowing GRPC queries to be concurrent with the ABCI commit flow that introduced several data races. These were stemming from incorrect propagation of the requested height as well as relaxing the synchronization requirements too much. This release eliminates these data races by propagating the requested height correctly. Additionally, simulation and Tendermint queries are now synchronous with the ABCI commit flow. As a result, node operators may experience slower query performance when simulating transactions or querying Tendermint in exchange for safety.
What's Changed
- fix(cli): add chain-id to PrepareGenesis cmd (backport #1393) by @mergify in #1395
- chore: upgrade sdk to v0.45.0x-osmo-v7.9 by @p0mvn in #1390
Full Changelog: v7.2.1...v7.3.0