github.com/badrootd/nibiru-cometbft@v0.37.5-0.20240307173500-2a75559eee9b/.changelog/v0.37.0/summary.md (about) 1 *March 6, 2023* 2 3 This is the first CometBFT release with ABCI 1.0, which introduces the 4 `PrepareProposal` and `ProcessProposal` methods, with the aim of expanding the 5 range of use cases that application developers can address. This is the first 6 change to ABCI towards ABCI++, and the full range of ABCI++ functionality will 7 only become available in the next major release with ABCI 2.0. See the 8 [specification](./spec/abci/) for more details. 9 10 In the v0.34.27 release, the CometBFT Go module is still 11 `github.com/tendermint/tendermint` to facilitate ease of upgrading for users, 12 but in this release we have changed this to `github.com/cometbft/cometbft`. 13 14 Please also see our [upgrading guidelines](./UPGRADING.md) for more details on 15 upgrading from the v0.34 release series. 16 17 Also see our [QA results](https://docs.cometbft.com/v0.37/qa/v037/cometbft) for 18 the v0.37 release. 19 20 We'd love your feedback on this release! Please reach out to us via one of our 21 communication channels, such as [GitHub 22 Discussions](https://github.com/cometbft/cometbft/discussions), with any of your 23 questions, comments and/or concerns. 24 25 See below for more details.