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

v15 Changelog #945

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

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

## [v15.0.0](https://github.com/Stride-Labs/stride/releases/tag/v15.0.0) - 2023-09-18

### On-Chain changes
1. Added ICAOracle route implementations for legacy Msg type ([#923](https://github.com/Stride-Labs/stride/pull/923))
2. increased precision error buffer on delegator shares callback ([#933](https://github.com/Stride-Labs/stride/pull/933))
3. Use detokenization amount from tx response ([#934](https://github.com/Stride-Labs/stride/pull/934))
4. add inner bounds ([#938](https://github.com/Stride-Labs/stride/pull/938))
5. added cap on undelegate messages ([#940](https://github.com/Stride-Labs/stride/pull/940))
6. add rounding calibration function ([#936](https://github.com/Stride-Labs/stride/pull/936))
7. Undel host function ([#935](https://github.com/Stride-Labs/stride/pull/935))
8. v15 upgrade handler ([#941](https://github.com/Stride-Labs/stride/pull/941))
9. v15 Import Paths ([#944](https://github.com/Stride-Labs/stride/pull/944))

### Off-Chain changes
1. Fixed bug in import path CI ([#919](https://github.com/Stride-Labs/stride/pull/919))
2. Finished auto changelog script ([#928](https://github.com/Stride-Labs/stride/pull/928))
3. updated osmo submodule ([#931](https://github.com/Stride-Labs/stride/pull/931))


## [v14.0.0](https://github.com/Stride-Labs/stride/releases/tag/v14.0.0) - 2023-08-27

### On-Chain changes
Expand Down
Loading