Skip to content

v7.3.0

Compare
Choose a tag to compare
@p0mvn p0mvn released this 03 May 19:17
· 3340 commits to main since this release
ab02323

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

Full Changelog: v7.2.1...v7.3.0