github.com/badrootd/nibiru-cometbft@v0.37.5-0.20240307173500-2a75559eee9b/.changelog/v0.37.0/breaking-changes/9287-abci-multiple-field-renaming-b.md (about) 1 - `[types]` Reduce the use of protobuf types in core logic. `ConsensusParams`, 2 `BlockParams`, `ValidatorParams`, `EvidenceParams`, `VersionParams` have 3 become native types. They still utilize protobuf when being sent over 4 the wire or written to disk. Moved `ValidateConsensusParams` inside 5 (now native type) `ConsensusParams`, and renamed it to `ValidateBasic`. 6 ([\#9287](https://github.com/tendermint/tendermint/pull/9287))