Skip to content

Commit

Permalink
Add v5.5.5 upgrade (#1725)
Browse files Browse the repository at this point in the history
* Add v5.5.5 upgrade

* Add Changelog
  • Loading branch information
Kbhat1 authored Jun 11, 2024
1 parent 1d69401 commit 35a7bf0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,22 @@ Types of changes (Stanzas):
Ref: https://keepachangelog.com/en/1.0.0/
-->

# Changelog
# Changelog## v5.5.5
sei-chain
* [#1726](https://github.com/sei-protocol/sei-chain/pull/1726) Handle VM error code properly
* [#1713](https://github.com/sei-protocol/sei-chain/pull/1713) RPC Get Evm Hash
* [#1711](https://github.com/sei-protocol/sei-chain/pull/1711) Add gov proposal v2 for native pointer
* [#1694](https://github.com/sei-protocol/sei-chain/pull/1694) Add native associate tx type


sei-cosmos
* [#511](https://github.com/sei-protocol/sei-cosmos/pull/511) Add error for evm revert


## v5.5.2
sei-chain
* [#1685](https://github.com/sei-protocol/sei-chain/pull/1685) Add EVM support to v5.5.2

## v5.4.0
sei-chain
* [#1671](https://github.com/sei-protocol/sei-chain/pull/1671) Update and fixes to ERC721 contract
Expand Down
1 change: 1 addition & 0 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ var upgradesList = []string{
"v5.5.0",
"v5.5.1",
"v5.5.2",
"v5.5.5",
}

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

0 comments on commit 35a7bf0

Please sign in to comment.