Skip to content

Commit

Permalink
2.0.47beta upgrade commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyson authored and Cyson committed Apr 28, 2023
1 parent f16dae3 commit a7995ca
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ var upgradesList = []string{
"2.0.44beta",
"2.0.45beta",
"2.0.46beta",
"2.0.47beta",
}

func (app App) RegisterUpgradeHandlers() {
Expand Down

0 comments on commit a7995ca

Please sign in to comment.