File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff 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
3348sei-chain:
Original file line number Diff line number Diff 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
6364func (app App ) RegisterUpgradeHandlers () {
You can’t perform that action at this time.
0 commit comments