Skip to content

Commit 35a7bf0

Browse files
authored
Add v5.5.5 upgrade (#1725)
* Add v5.5.5 upgrade * Add Changelog
1 parent 1d69401 commit 35a7bf0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,22 @@ Types of changes (Stanzas):
2626
Ref: https://keepachangelog.com/en/1.0.0/
2727
-->
2828

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+
3041
## v5.5.2
3142
sei-chain
3243
* [#1685](https://github.com/sei-protocol/sei-chain/pull/1685) Add EVM support to v5.5.2
44+
3345
## v5.4.0
3446
sei-chain
3547
* [#1671](https://github.com/sei-protocol/sei-chain/pull/1671) Update and fixes to ERC721 contract

app/upgrades.go

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ var upgradesList = []string{
101101
"v5.5.0",
102102
"v5.5.1",
103103
"v5.5.2",
104+
"v5.5.5",
104105
}
105106

106107
// if there is an override list, use that instead, for integration tests

0 commit comments

Comments
 (0)