Skip to content

Commit

Permalink
Add 2.0.43beta upgrade changelogs and handler (sei-protocol#679)
Browse files Browse the repository at this point in the history
Co-authored-by: Cyson <[email protected]>
  • Loading branch information
LCyson and Cyson authored Mar 31, 2023
1 parent 85371cd commit d689dc5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,19 @@ Ref: https://keepachangelog.com/en/1.0.0/
# Changelog


## 2.0.43beta

sei-chain:
* [#658] (https://github.com/sei-protocol/sei-chain/pull/658) Revert EventAttribute fields to byte array

sei-cosmos: https://github.com/sei-protocol/sei-cosmos/compare/sei-cosmos-2.0.42beta...v2.0.43beta-release
* [#204] (https://github.com/sei-protocol/sei-cosmos/pull/204) IBC Compatibility Fix

sei-tendermint: https://github.com/sei-protocol/sei-tendermint/compare/2.0.42beta-release...2.0.43beta-release
* IBC Compatibility Fix
* Bump default max gas limit
- Add metrics & visibility for high block time

## 2.0.42beta

sei-chain:
Expand Down
1 change: 1 addition & 0 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ var upgradesList = []string{
"2.0.40beta",
"2.0.41beta",
"2.0.42beta",
"2.0.43beta",
}

func (app App) RegisterUpgradeHandlers() {
Expand Down

0 comments on commit d689dc5

Please sign in to comment.