From 5b8c74bb048b3fdf20c713b3adaecd3b584728cb Mon Sep 17 00:00:00 2001 From: dev-stride <114107648+dev-stride@users.noreply.github.com> Date: Mon, 15 Apr 2024 22:14:01 -0500 Subject: [PATCH] v22 Changelog (#1185) This is an automatically generated pull request. Please review and merge the changes. ## Context Updated changelog for v22 release ## Brief Changelog * Updated main changelog with on-chain and off-chain changes --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce3cc78636..0d1ba31fc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [v22.0.0](https://github.com/Stride-Labs/stride/releases/tag/v22.0.0) - 2024-04-16 + +### On-Chain changes +1. added v22 upgrade handler ([#1174](https://github.com/Stride-Labs/stride/pull/1174)) +2. Fix validator weight check ([#1176](https://github.com/Stride-Labs/stride/pull/1176)) +3. added stToken burn to unregister host zone function ([#1175](https://github.com/Stride-Labs/stride/pull/1175)) +4. added ibc-hooks ([#1173](https://github.com/Stride-Labs/stride/pull/1173)) +5. added event for redeem stake ([#1182](https://github.com/Stride-Labs/stride/pull/1182)) +6. parameterize max messages per ICA tx on host zone ([#1177](https://github.com/Stride-Labs/stride/pull/1177)) +7. remove GetConnectionIdFromICAPort, use connection ID from host zone ([#1179](https://github.com/Stride-Labs/stride/pull/1179)) +8. v22 Import Paths ([#1183](https://github.com/Stride-Labs/stride/pull/1183)) +9. fixed ibc hooks store key ([#1184](https://github.com/Stride-Labs/stride/pull/1184)) + +### Off-Chain changes +1. v21 Changelog ([#1168](https://github.com/Stride-Labs/stride/pull/1168)) + + ## [v21.0.0](https://github.com/Stride-Labs/stride/releases/tag/v21.0.0) - 2024-03-27 ### On-Chain changes