Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update CHANGELOG.md #89

Merged
merged 1 commit into from
Aug 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 -->
Loading