Skip to content

Commit

Permalink
docs: bring v4.3.0 changelog to main (#1980)
Browse files Browse the repository at this point in the history
* bring v4.3.0 changelog to main

* fix release notes template
  • Loading branch information
mpoke authored Jun 24, 2024
1 parent 060c943 commit 59bfdc3
Show file tree
Hide file tree
Showing 14 changed files with 56 additions and 4 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Apply audit suggestions that include a bug fix in the way we compute the
maximum capped power.
([\#1925](https://github.com/cosmos/interchain-security/pull/1925))
1 change: 1 addition & 0 deletions .changelog/v4.3.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*June 20, 2024*
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,56 @@
# CHANGELOG

## v4.3.0

*June 20, 2024*

### BUG FIXES

- General
- Write unbonding period advisory to stderr instead of stdout
([\#1921](https://github.com/cosmos/interchain-security/pull/1921))
- [Provider](x/ccv/provider)
- Apply audit suggestions that include a bug fix in the way we compute the
maximum capped power.
([\#1925](https://github.com/cosmos/interchain-security/pull/1925))
- Replace `GetAllConsumerChains` with lightweight version
(`GetAllRegisteredConsumerChainIDs`) that doesn't call into the staking module
([\#1946](https://github.com/cosmos/interchain-security/pull/1946))

### DEPENDENCIES

- Bump [ibc-go](https://github.com/cosmos/ibc-go) to
[v7.6.0](https://github.com/cosmos/ibc-go/releases/tag/v7.6.0).
([\#1974](https://github.com/cosmos/interchain-security/pull/1974))

### FEATURES

- [Provider](x/ccv/provider)
- Allow consumer chains to change their PSS parameters.
([\#1932](https://github.com/cosmos/interchain-security/pull/1932))

### IMPROVEMENTS

- [Provider](x/ccv/provider)
- Only start distributing rewards to validators after they have been validating
for a fixed number of blocks. Introduces the `NumberOfEpochsToStartReceivingRewards` param.
([\#1929](https://github.com/cosmos/interchain-security/pull/1929))

### STATE BREAKING

- General
- Bump [ibc-go](https://github.com/cosmos/ibc-go) to
[v7.6.0](https://github.com/cosmos/ibc-go/releases/tag/v7.6.0).
([\#1974](https://github.com/cosmos/interchain-security/pull/1974))
- [Provider](x/ccv/provider)
- Apply audit suggestions that include a bug fix in the way we compute the
maximum capped power. ([\#1925](https://github.com/cosmos/interchain-security/pull/1925))
- Only start distributing rewards to validators after they have been validating
for a fixed number of blocks. Introduces the `NumberOfEpochsToStartReceivingRewards` param.
([\#1929](https://github.com/cosmos/interchain-security/pull/1929))
- Allow consumer chains to change their PSS parameters.
([\#1932](https://github.com/cosmos/interchain-security/pull/1932))

## v4.2.0

May 17, 2024
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- the last release branch: <v-last.x>
-->

# Replicated Security <v*.*.*> Release Notes
# Interchain Security <v*.*.*> Release Notes

<!--
Please indicate whether this release is relevant to consumers or providers.
Expand Down

0 comments on commit 59bfdc3

Please sign in to comment.