File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,19 @@ Ref: https://keepachangelog.com/en/1.0.0/
29
29
# Changelog
30
30
31
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
+
32
45
## 2.0.42beta
33
46
34
47
sei-chain:
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ var upgradesList = []string{
58
58
"2.0.40beta" ,
59
59
"2.0.41beta" ,
60
60
"2.0.42beta" ,
61
+ "2.0.43beta" ,
61
62
}
62
63
63
64
func (app App ) RegisterUpgradeHandlers () {
You can’t perform that action at this time.
0 commit comments