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

v22 Changelog #1185

Merged
merged 1 commit into from
Apr 16, 2024
Merged
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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- GH ACTIONS TEMPLATE - INSERT NEW VERSION HERE -->

## [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
Expand Down
Loading