-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add changelog for v4.5.0 release (#2314)
* add changelog for v4.5.0 * fix nit in changelog * add release notes
- Loading branch information
Showing
6 changed files
with
31 additions
and
6 deletions.
There are no files selected for viewing
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
.../features/2290-add-memo-to-ICS-rewards.md → .../features/2290-add-memo-to-ICS-rewards.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: 1 addition & 1 deletion
2
...-breaking/2290-add-memo-to-ICS-rewards.md → ...-breaking/2290-add-memo-to-ICS-rewards.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*September 30, 2024* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |