Skip to content

Commit 23c511f

Browse files
authored
2.0.45beta release (#692)
* 2.0.45beta release * release notes * typo * done
1 parent 92b6e5a commit 23c511f

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,20 @@ Ref: https://keepachangelog.com/en/1.0.0/
2828

2929
# Changelog
3030

31+
## 2.0.45beta
32+
33+
sei-chain: https://github.com/sei-protocol/sei-chain/compare/2.0.44beta...2.0.45beta-release
34+
* [#666](https://github.com/sei-protocol/sei-chain/pull/666) [DEX] remove BeginBlock/FinalizeBlock sudo hooks
35+
* [#674](https://github.com/sei-protocol/sei-chain/pull/674) Longterm fix for max gas enforcement
36+
* [#666](https://github.com/sei-protocol/sei-chain/pull/666) [DEX] remove BeginBlock/FinalizeBlock sudo hooks
37+
38+
sei-cosmos: https://github.com/sei-protocol/sei-cosmos/releases/tag/v0.2.14
39+
* [#210](https://github.com/sei-protocol/sei-cosmos/pull/210) Add levelDB compaction goroutine
40+
41+
sei-tendermint: https://github.com/sei-protocol/sei-tendermint/releases/tag/v0.2.4
42+
* [#110](https://github.com/sei-protocol/sei-tendermint/pull/110) Add more granular buckets for block interval
43+
* [#111](https://github.com/sei-protocol/sei-tendermint/pull/111) Add unused prival pubKey back to node info - fix for IBC on full nodes
44+
* [#113](https://github.com/sei-protocol/sei-tendermint/pull/113) Add metrics label for missing val power
3145

3246
## 2.0.44beta
3347

app/upgrades.go

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ var upgradesList = []string{
6060
"2.0.42beta",
6161
"2.0.43beta",
6262
"2.0.44beta",
63+
"2.0.45beta",
6364
}
6465

6566
func (app App) RegisterUpgradeHandlers() {

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,6 @@ replace (
273273
github.com/cosmos/iavl => github.com/sei-protocol/sei-iavl v0.1.3
274274
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
275275
github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4
276-
github.com/tendermint/tendermint => github.com/sei-protocol/sei-tendermint v0.2.3
276+
github.com/tendermint/tendermint => github.com/sei-protocol/sei-tendermint v0.2.4
277277
google.golang.org/grpc => google.golang.org/grpc v1.33.2
278278
)

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1071,8 +1071,8 @@ github.com/sei-protocol/sei-cosmos v0.2.14 h1:UHdTI9QKI02VFlnBCyAUsOQQlBuNH3p70T
10711071
github.com/sei-protocol/sei-cosmos v0.2.14/go.mod h1:CYMdG9mBiQ9Dfw3Wd+JCF+ph7NpySllMAnMA3qNG5ro=
10721072
github.com/sei-protocol/sei-iavl v0.1.3 h1:0hvW1NtmBlZ7ZkerQcM/n+2tFKg0vUlYWK8q/OeuCgw=
10731073
github.com/sei-protocol/sei-iavl v0.1.3/go.mod h1:7PfkEVT5dcoQE+s/9KWdoXJ8VVVP1QpYYPLdxlkSXFk=
1074-
github.com/sei-protocol/sei-tendermint v0.2.3 h1:IhUdGixrBW0MOXmIZXNPn+OvXpXsjGNm+3WgBGeV74c=
1075-
github.com/sei-protocol/sei-tendermint v0.2.3/go.mod h1:+BtDvAwTkE64BlxzpH9ZP7S6vUYT9wRXiZa/WW8/o4g=
1074+
github.com/sei-protocol/sei-tendermint v0.2.4 h1:bdeO1QyQpV0p18Y4uRiU13f0FD4qlRJ8L1lQMjTUkY8=
1075+
github.com/sei-protocol/sei-tendermint v0.2.4/go.mod h1:+BtDvAwTkE64BlxzpH9ZP7S6vUYT9wRXiZa/WW8/o4g=
10761076
github.com/sei-protocol/sei-tm-db v0.0.5 h1:3WONKdSXEqdZZeLuWYfK5hP37TJpfaUa13vAyAlvaQY=
10771077
github.com/sei-protocol/sei-tm-db v0.0.5/go.mod h1:Cpa6rGyczgthq7/0pI31jys2Fw0Nfrc+/jKdP1prVqY=
10781078
github.com/sei-protocol/sei-wasmd v0.0.1 h1:dRvdapc1sqWxhIB2+DKS5LfilFjOsaFwWkGkSWwQIow=

0 commit comments

Comments
 (0)