Skip to content

Commit d689dc5

Browse files
Xingchen LiaoCyson
andauthored
Add 2.0.43beta upgrade changelogs and handler (#679)
Co-authored-by: Cyson <[email protected]>
1 parent 85371cd commit d689dc5

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,19 @@ Ref: https://keepachangelog.com/en/1.0.0/
2929
# Changelog
3030

3131

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+
3245
## 2.0.42beta
3346

3447
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)