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

docs: update changelog #929

Merged
merged 1 commit into from
May 8, 2023
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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# CHANGELOG

## v1.2.0-multiden

Date: May 8th, 2023

Note: This release is consensus breaking for the consumer.

- (fix) Add a list of denoms that are allowed to be sent to the provider as rewards. As a result, a potential DOS attack is prevented.

## v1.2.0

- (cli) [#746](https://github.com/cosmos/interchain-security/pull/746) Add a query endpoint for fetching consumer chain params.
- (deps) [#805](https://github.com/cosmos/interchain-security/pull/805) Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to [v0.45.15-ics](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.15-ics) and migrate to [CometBFT](https://github.com/cometbft/cometbft).
- (fix) [#846](https://github.com/cosmos/interchain-security/pull/846) Correctly handle VSC packet with duplicate val updates on consumer.
- (feat) [#833](https://github.com/cosmos/interchain-security/pull/833) Soft opt-out: allows the bottom `x%` of the validator set by power to opt out of validating consumer chains without being jailed or otherwise punished for it.

## v1.0.0

Date: February 6th, 2023
Expand Down