Skip to content

Commit

Permalink
Merge pull request #89 from b-harvest/patch/changelog
Browse files Browse the repository at this point in the history
chore: Update CHANGELOG.md
  • Loading branch information
dudong2 authored Aug 2, 2024
2 parents 41a5889 + 64ef0cb commit 82fa712
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<!-- add ethermint bump up info after release -->
- (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.

<!-- Release links -->

0 comments on commit 82fa712

Please sign in to comment.