From 741019ccf65be5e0b221e92e6e854b3944da98be Mon Sep 17 00:00:00 2001 From: Xingchen Liao Date: Fri, 28 Apr 2023 14:27:57 -0700 Subject: [PATCH] 2.0.47beta upgrade commit (#735) Co-authored-by: Cyson --- CHANGELOG.md | 23 +++++++++++++++++++++++ app/upgrades.go | 1 + 2 files changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3264154603..6c85d18329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,29 @@ Ref: https://keepachangelog.com/en/1.0.0/ --> # Changelog +## 2.0.47beta +sei-chain: +* [#726] (https://github.com/sei-protocol/sei-chain/pull/726) Fix of dex rent transfer issue +* [#723] (https://github.com/sei-protocol/sei-chain/pull/723) Security CW Patch Cherry +* [#699] (https://github.com/sei-protocol/sei-chain/pull/699) Loadtest update +* [#716] (https://github.com/sei-protocol/sei-chain/pull/716) Sei cluster init script update +* [#725] (https://github.com/sei-protocol/sei-chain/pull/725) DBSync config update +* [#718] (https://github.com/sei-protocol/sei-chain/pull/718) Update mint distriution to be daily +* [#729] (https://github.com/sei-protocol/sei-chain/pull/729) Add gov prop handler for updating current minter +* [#730] (https://github.com/sei-protocol/sei-chain/pull/730) Add README.md for epoch module +* [#727] (https://github.com/sei-protocol/sei-chain/pull/727) Bump max wasm file size to 2MB +* [#731] (https://github.com/sei-protocol/sei-chain/pull/731) Bump for module to module debug logs +* [#732] (https://github.com/sei-protocol/sei-chain/pull/732) Remove x/nitro from genesis version + +sei-cosmos: +* [#231] (https://github.com/sei-protocol/sei-cosmos/pull/231) Typo for m2m debug message +* [#230] (https://github.com/sei-protocol/sei-cosmos/pull/230) Add debug message for module to module transactions +* [#228] (https://github.com/sei-protocol/sei-cosmos/pull/228) Deprecate LoadLatest flag +* [#229] (https://github.com/sei-protocol/sei-cosmos/pull/229) Replace snapshot manager multistore with new one after DBSync + +sei-tendermint: +* [#130] (https://github.com/sei-protocol/sei-tendermint/pull/130) Do not run DBSync if there is already a readable app version + ## 2.0.46beta sei-chain: * [#694] (https://github.com/sei-protocol/sei-chain/pull/694) Register prune command diff --git a/app/upgrades.go b/app/upgrades.go index 2c349961da..6ef56a9927 100644 --- a/app/upgrades.go +++ b/app/upgrades.go @@ -62,6 +62,7 @@ var upgradesList = []string{ "2.0.44beta", "2.0.45beta", "2.0.46beta", + "2.0.47beta", } func (app App) RegisterUpgradeHandlers() {