From a3eff2dc5a33a64bd86341b40f980ce58a736b11 Mon Sep 17 00:00:00 2001 From: sampocs Date: Wed, 14 Jun 2023 22:32:24 -0500 Subject: [PATCH] v10 Changelog (#828) --- CHANGELOG.md | 24 ++++++++++++++++++++++++ app/upgrades/v10/README.md | 8 ++++++++ 2 files changed, 32 insertions(+) create mode 100644 app/upgrades/v10/README.md diff --git a/CHANGELOG.md b/CHANGELOG.md index f90e87bd59..5d78521ca3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,30 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### Changelog +## [v10.0.0](https://github.com/Stride-Labs/stride/releases/tag/v10.0.0) - 2023-06-15 + +### On-Chain changes +1. SDK 47 / IBC v7 ([#765](https://github.com/org/repo/pull/765)) +2. Fix bug in ICA SendTx ([#812](https://github.com/org/repo/pull/812)) +3. IBC Rate Limiting Audit Fixes ([#818](https://github.com/org/repo/pull/818)) +4. V10 import paths ([#825](https://github.com/org/repo/pull/825)) +5. v10 Upgrade Handler ([#805](https://github.com/org/repo/pull/805)) +6. Removed comdex from list of new rate limits ([#826](https://github.com/org/repo/pull/826)) +7. Dependency bumps ([0fb5fb6](https://github.com/Stride-Labs/stride/commit/0fb5fb6c014338a7837a569ba5b081235fd9af8a), [fc70522](https://github.com/Stride-Labs/stride/commit/fc7052268cd21c941dfebcb9560123e40e14e5b8), [6aac1d5](https://github.com/Stride-Labs/stride/commit/6aac1d5bb2c4f6cbc00ed0c31793cfc091f7550f), [eddf1ea](https://github.com/Stride-Labs/stride/commit/eddf1eae49e669432dfcce56d28ec71f67f8cff6), [4871518](https://github.com/Stride-Labs/stride/commit/b89d88ce02a23ca01fc574ae1c1a0226a9b2ef74), [b89d88c](https://github.com/Stride-Labs/stride/commit/0fb5fb6c014338a7837a569ba5b081235fd9af8a), [7a332fc](https://github.com/Stride-Labs/stride/commit/7a332fc5e690b71c10b48b6630cba1488fa2f90b), [7eea5ee](https://github.com/Stride-Labs/stride/commit/7eea5eea66973241edbb4261c1408410bfffc4e3), [c74f8f2](https://github.com/Stride-Labs/stride/commit/c74f8f28c9bbc794e70f5ded0af6930d2d10a3a8)) + +### Off-Chain Changes +1. Automated changelog [Part 1] ([#788](https://github.com/org/repo/pull/788)) +2. Automated changelog [Part 2] ([#799](https://github.com/org/repo/pull/799)) +3. Automated version increment [Part 1] ([#770](https://github.com/org/repo/pull/770)) +4. Automated version increment [Part 2] ([#786](https://github.com/org/repo/pull/786)) +5. Automate binary versioning ([#789](https://github.com/org/repo/pull/789)) +6. Check if binaries exist during dockernet startup ([#816](https://github.com/org/repo/pull/816)) +7. Fix dockernet typos ([#754](https://github.com/org/repo/pull/754)) +8. Remove third party protos ([#782](https://github.com/org/repo/pull/782)) +9. Changes required to get local to mainnet testing working with Umee ([#776](https://github.com/org/repo/pull/776)) +10. Enabled evmos in upgrade integration tests ([#736](https://github.com/org/repo/pull/736)) + ## [v9.0.0](https://github.com/Stride-Labs/stride/releases/tag/v9.0.0) - 2023-04-19 diff --git a/app/upgrades/v10/README.md b/app/upgrades/v10/README.md new file mode 100644 index 0000000000..b442e405c2 --- /dev/null +++ b/app/upgrades/v10/README.md @@ -0,0 +1,8 @@ +# Upgrade v10 Changelog +1. SDK 47 / IBC v7 ([#765](https://github.com/org/repo/pull/765)) +2. Fix bug in ICA SendTx ([#812](https://github.com/org/repo/pull/812)) +3. IBC Rate Limiting Audit Fixes ([#818](https://github.com/org/repo/pull/818)) +4. V10 import paths ([#825](https://github.com/org/repo/pull/825)) +5. v10 Upgrade Handler ([#805](https://github.com/org/repo/pull/805)) +6. Removed comdex from list of new rate limits ([#826](https://github.com/org/repo/pull/826)) +7. Dependency bumps ([0fb5fb6](https://github.com/Stride-Labs/stride/commit/0fb5fb6c014338a7837a569ba5b081235fd9af8a), [fc70522](https://github.com/Stride-Labs/stride/commit/fc7052268cd21c941dfebcb9560123e40e14e5b8), [6aac1d5](https://github.com/Stride-Labs/stride/commit/6aac1d5bb2c4f6cbc00ed0c31793cfc091f7550f), [eddf1ea](https://github.com/Stride-Labs/stride/commit/eddf1eae49e669432dfcce56d28ec71f67f8cff6), [4871518](https://github.com/Stride-Labs/stride/commit/b89d88ce02a23ca01fc574ae1c1a0226a9b2ef74), [b89d88c](https://github.com/Stride-Labs/stride/commit/0fb5fb6c014338a7837a569ba5b081235fd9af8a), [7a332fc](https://github.com/Stride-Labs/stride/commit/7a332fc5e690b71c10b48b6630cba1488fa2f90b), [7eea5ee](https://github.com/Stride-Labs/stride/commit/7eea5eea66973241edbb4261c1408410bfffc4e3), [c74f8f2](https://github.com/Stride-Labs/stride/commit/c74f8f28c9bbc794e70f5ded0af6930d2d10a3a8))