File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,22 @@ Types of changes (Stanzas):
26
26
Ref: https://keepachangelog.com/en/1.0.0/
27
27
-->
28
28
29
- # Changelog
29
+ # Changelog## v5.5.5
30
+ sei-chain
31
+ * [ #1726 ] ( https://github.com/sei-protocol/sei-chain/pull/1726 ) Handle VM error code properly
32
+ * [ #1713 ] ( https://github.com/sei-protocol/sei-chain/pull/1713 ) RPC Get Evm Hash
33
+ * [ #1711 ] ( https://github.com/sei-protocol/sei-chain/pull/1711 ) Add gov proposal v2 for native pointer
34
+ * [ #1694 ] ( https://github.com/sei-protocol/sei-chain/pull/1694 ) Add native associate tx type
35
+
36
+
37
+ sei-cosmos
38
+ * [ #511 ] ( https://github.com/sei-protocol/sei-cosmos/pull/511 ) Add error for evm revert
39
+
40
+
30
41
## v5.5.2
31
42
sei-chain
32
43
* [ #1685 ] ( https://github.com/sei-protocol/sei-chain/pull/1685 ) Add EVM support to v5.5.2
44
+
33
45
## v5.4.0
34
46
sei-chain
35
47
* [ #1671 ] ( https://github.com/sei-protocol/sei-chain/pull/1671 ) Update and fixes to ERC721 contract
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ var upgradesList = []string{
101
101
"v5.5.0" ,
102
102
"v5.5.1" ,
103
103
"v5.5.2" ,
104
+ "v5.5.5" ,
104
105
}
105
106
106
107
// if there is an override list, use that instead, for integration tests
You can’t perform that action at this time.
0 commit comments