You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# CHANGELOG
2
2
3
+
## v1.2.0-multiden
4
+
5
+
Date: May 8th, 2023
6
+
7
+
Note: This release is consensus breaking for the consumer.
8
+
9
+
- (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.
10
+
11
+
## v1.2.0
12
+
13
+
- (cli) [#746](https://github.com/cosmos/interchain-security/pull/746) Add a query endpoint for fetching consumer chain params.
14
+
- (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).
15
+
- (fix) [#846](https://github.com/cosmos/interchain-security/pull/846) Correctly handle VSC packet with duplicate val updates on consumer.
16
+
- (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.
0 commit comments