Skip to content

Commit

Permalink
Add 2.0.46beta upgrade handler (sei-protocol#720)
Browse files Browse the repository at this point in the history
* Add 2.0.46beta upgrade handler

* Add change log and bump sei-cosmos
  • Loading branch information
philipsu522 authored Apr 24, 2023
1 parent e499571 commit 932b4d4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,26 @@ Ref: https://keepachangelog.com/en/1.0.0/
-->

# Changelog
## 2.0.46beta
sei-chain:
* [#694] (https://github.com/sei-protocol/sei-chain/pull/694) Register prune command
* [#702] (https://github.com/sei-protocol/sei-chain/pull/702) Change tick failure log to warning

sei-cosmos:
* [#227] (https://github.com/sei-protocol/sei-cosmos/pull/227) Add checkTxResponse log to RPCResponse
* [#224] (https://github.com/sei-protocol/sei-cosmos/pull/224) Default to secp256k1
* [#220] (https://github.com/sei-protocol/sei-cosmos/pull/220) Add admin field to base vesting account
* [#218] (https://github.com/sei-protocol/sei-cosmos/pull/218) Restart node instead of panicking
* [#216] (https://github.com/sei-protocol/sei-cosmos/pull/216) Fix pruning command

sei-tendermint:
* [#118] (https://github.com/sei-protocol/sei-tendermint/pull/118) Add DBSync module

## 2.0.45beta

sei-chain: https://github.com/sei-protocol/sei-chain/compare/2.0.44beta...2.0.45beta-release
* [#666](https://github.com/sei-protocol/sei-chain/pull/666) [DEX] remove BeginBlock/FinalizeBlock sudo hooks
* [#674](https://github.com/sei-protocol/sei-chain/pull/674) Longterm fix for max gas enforcement
* [#666](https://github.com/sei-protocol/sei-chain/pull/666) [DEX] remove BeginBlock/FinalizeBlock sudo hooks

sei-cosmos: https://github.com/sei-protocol/sei-cosmos/releases/tag/v0.2.14
* [#210](https://github.com/sei-protocol/sei-cosmos/pull/210) Add levelDB compaction goroutine
Expand Down
1 change: 1 addition & 0 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ var upgradesList = []string{
"2.0.43beta",
"2.0.44beta",
"2.0.45beta",
"2.0.46beta",
}

func (app App) RegisterUpgradeHandlers() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ require (
replace (
github.com/CosmWasm/wasmd => github.com/sei-protocol/sei-wasmd v0.0.1
github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0
github.com/cosmos/cosmos-sdk => github.com/sei-protocol/sei-cosmos v0.2.22
github.com/cosmos/cosmos-sdk => github.com/sei-protocol/sei-cosmos v0.2.23
github.com/cosmos/iavl => github.com/sei-protocol/sei-iavl v0.1.3
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1067,8 +1067,8 @@ github.com/seccomp/libseccomp-golang v0.9.2-0.20210429002308-3879420cc921/go.mod
github.com/securego/gosec/v2 v2.11.0 h1:+PDkpzR41OI2jrw1q6AdXZCbsNGNGT7pQjal0H0cArI=
github.com/securego/gosec/v2 v2.11.0/go.mod h1:SX8bptShuG8reGC0XS09+a4H2BoWSJi+fscA+Pulbpo=
github.com/segmentio/fasthash v1.0.3/go.mod h1:waKX8l2N8yckOgmSsXJi7x1ZfdKZ4x7KRMzBtS3oedY=
github.com/sei-protocol/sei-cosmos v0.2.22 h1:uKdG4QdoxtSUnrFQZeDQiEi//gVKNlDCErNV/dyIwBU=
github.com/sei-protocol/sei-cosmos v0.2.22/go.mod h1:HaL4lCXp1N4BITUzrT3m7ztLQ27ac4yWNdrnsAT3d+I=
github.com/sei-protocol/sei-cosmos v0.2.23 h1:hEfzSzkcstvh/BfuL3S+MqYRp8ipnTCUEeNu6xf/Z4M=
github.com/sei-protocol/sei-cosmos v0.2.23/go.mod h1:HaL4lCXp1N4BITUzrT3m7ztLQ27ac4yWNdrnsAT3d+I=
github.com/sei-protocol/sei-iavl v0.1.3 h1:0hvW1NtmBlZ7ZkerQcM/n+2tFKg0vUlYWK8q/OeuCgw=
github.com/sei-protocol/sei-iavl v0.1.3/go.mod h1:7PfkEVT5dcoQE+s/9KWdoXJ8VVVP1QpYYPLdxlkSXFk=
github.com/sei-protocol/sei-tendermint v0.2.10 h1:w9G4YU1a3wwZttXMMvUOOmzRfcN/nqFBoUK1Dnefess=
Expand Down

0 comments on commit 932b4d4

Please sign in to comment.