Skip to content

Commit b242305

Browse files
CysonCyson
authored andcommitted
Add 2.0.43beta upgrade changelogs and handler
1 parent 2864551 commit b242305

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,21 @@ Ref: https://keepachangelog.com/en/1.0.0/
2828

2929
# Changelog
3030

31+
32+
## 2.0.43beta
33+
34+
sei-chain:
35+
* [#658] (https://github.com/sei-protocol/sei-chain/pull/658) Revert EventAttribute fields to byte array
36+
37+
sei-cosmos: https://github.com/sei-protocol/sei-cosmos/compare/sei-cosmos-2.0.42beta...v2.0.43beta-release
38+
* [#204] (https://github.com/sei-protocol/sei-cosmos/pull/204) IBC Compatibility Fix
39+
40+
sei-tendermint: https://github.com/sei-protocol/sei-tendermint/compare/2.0.42beta-release...2.0.43beta-release
41+
* IBC Compatibility Fix
42+
* Bump default max gas limit
43+
- Add metrics & visibility for high block time
44+
45+
3146
## 2.0.42beta
3247

3348
sei-chain:

app/upgrades.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ var upgradesList = []string{
5858
"2.0.40beta",
5959
"2.0.41beta",
6060
"2.0.42beta",
61+
"2.0.43beta",
6162
}
6263

6364
func (app App) RegisterUpgradeHandlers() {

0 commit comments

Comments
 (0)