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: add changelog for v4.5.0 release #2314

Merged
merged 3 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- `[x/consumer]` Populate the memo on the IBC transfer packets used to send ICS rewards.
- `[x/consumer]` Populate the memo on the IBC transfer packets used to send ICS rewards
with the required consumer chain Id to identify the consumer to the provider.
- `[x/provider]` Identify the source of ICS rewards from the IBC transfer packet memo.
([\#2290](https://github.com/cosmos/interchain-security/pull/2290))
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- `[x/consumer]` Populate the memo on the IBC transfer packets used to send ICS rewards.
- `[x/consumer]` Populate the memo on the IBC transfer packets used to send ICS rewards
with the required consumer chain Id to identify the consumer to the provider.
- `[x/provider]` Identify the source of ICS rewards from the IBC transfer packet memo.
([\#2290](https://github.com/cosmos/interchain-security/pull/2290))
2 changes: 2 additions & 0 deletions .changelog/v4.5.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*September 30, 2024*

23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# CHANGELOG

## v4.5.0

*September 30, 2024*

### BUG FIXES

- Remove duplicate event emission on cached context.
([\#2282](https://github.com/cosmos/interchain-security/pull/2282))

### FEATURES

- `[x/consumer]` Populate the memo on the IBC transfer packets used to send ICS rewards
with the required consumer chain Id to identify the consumer to the provider.
- `[x/provider]` Identify the source of ICS rewards from the IBC transfer packet memo.
([\#2290](https://github.com/cosmos/interchain-security/pull/2290))

### STATE BREAKING

- `[x/consumer]` Populate the memo on the IBC transfer packets used to send ICS rewards
with the required consumer chain Id to identify the consumer to the provider.
- `[x/provider]` Identify the source of ICS rewards from the IBC transfer packet memo.
([\#2290](https://github.com/cosmos/interchain-security/pull/2290))

## v4.4.0

*July 16, 2024*
Expand Down
8 changes: 4 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Replicated Security v4.4.0 Release Notes
# Replicated Security v4.5.0 Release Notes

❗ ***Note this release is ONLY relevant to consumers***

## 📝 Changelog
Check out the [changelog](https://github.com/cosmos/interchain-security/blob/v4.4.0/CHANGELOG.md) for a list of relevant changes or [compare all changes](https://github.com/cosmos/interchain-security/compare/v4.3.1...v4.4.0) from last release.
Check out the [changelog](https://github.com/cosmos/interchain-security/blob/v4.5.0/CHANGELOG.md) for a list of relevant changes or [compare all changes](https://github.com/cosmos/interchain-security/compare/v4.4.0...v4.5.0) from last release.

<!-- Add the following line for major or minor releases -->
Refer to the [upgrading guide](https://github.com/cosmos/interchain-security/blob/release/v4.3.x/UPGRADING.md) when migrating from `v4.3.x` to `v4.4.x`.
Refer to the [upgrading guide](https://github.com/cosmos/interchain-security/blob/release/v4.5.x/UPGRADING.md) when migrating from `v4.4.x` to `v4.5.x`.

## 🚀 Highlights

<!-- Add any highlights of this release -->

This release deprecates the [Soft Opt-out features](https://github.com/cosmos/interchain-security/blob/main/docs/docs/adrs/adr-009-soft-opt-out.md).
This release improves the reward distribution logic for PSS by allowing consumer chains to be identified from the IBC transfer packet memo, see [#2290](https://github.com/cosmos/interchain-security/issues/2290) for more details.
Loading