diff --git a/CHANGELOG.md b/CHANGELOG.md index 7103e95a..e2a2eb70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,23 +35,22 @@ Ref: https://keepachangelog.com/en/1.0.0/ # CHANGELOG -## Unreleased +## v8.0.0 ### State Machine Breaking -- (deps) [#126](https://github.com/Canto-Network/Canto/pull/126) Bump Comsos-SDK to v0.50.6, CometBFT to v0.38.6, ibc-go to v8.2.1 - +- (deps) [#129](https://github.com/Canto-Network/Canto/pull/129) Bump Comsos-SDK to [v0.50.8](https://github.com/cosmos/cosmos-sdk/tree/v0.50.8), CometBFT to [v0.38.9](https://github.com/cometbft/cometbft/tree/v0.38.9), ibc-go to [v8.3.2](https://github.com/cosmos/ibc-go/tree/v8.3.2), ethermint to [v0.22.0-sdk50-1](https://github.com/b-harvest/ethermint/tree/v0.22.0-sdk50-1) ### Improvements -- (ante) [#126](https://github.com/Canto-Network/Canto/pull/126) Remove NewValidatorCommissionDecorator because its logic is duplicated with the logic implemented in the staking module's msg server. -- (x/*) [#126](https://github.com/Canto-Network/Canto/pull/126) Apply Cosmos-SDK improvements. +- (ante) [#129](https://github.com/Canto-Network/Canto/pull/129) Remove NewValidatorCommissionDecorator because its logic is duplicated with the logic implemented in the staking module's msg server. +- (x/*) [#129](https://github.com/Canto-Network/Canto/pull/129) Apply Cosmos-SDK improvements. - Remove `Type()` and `Route()` methods from all msgs - Remove `GetSigner()` methods from all msgs, move their logic to protobuf and define a custom GetSigner func if needed. - `authority` has been added to the required module to execute proposal msgs. ### Client Breaking -- (x/*) [#126](https://github.com/Canto-Network/Canto/pull/126) module-specific proposal and update params is moved to msg levelto to support msgs-based gov proposals. +- (x/*) [#129](https://github.com/Canto-Network/Canto/pull/129) module-specific proposal and update params is moved to msg levelto to support msgs-based gov proposals.