Skip to content

Commit

Permalink
V5.3.0 release (sei-protocol#1658)
Browse files Browse the repository at this point in the history
* Add upgrade version

* refactor: Use geths hydrate tx (sei-protocol#1654)

* use geth's hydrateTx

* fix go mod

* fix

* fix

* delete unused code

* fix

* bump geth version

* fix

* comment out Gov Precompile Tester for now

* [EVM] Fix precompile test flakiness  (sei-protocol#1657)

* fix precompile test

* fix precompile on docker

* prefund

* fix throughput test

* make address calculation resilient

* fix funding issue

* Surface Debug Trace err (sei-protocol#1650)

surface err

---------

Co-authored-by: Jeremy Wei <[email protected]>
Co-authored-by: Steven Landers <[email protected]>
  • Loading branch information
3 people authored May 13, 2024
1 parent 24d0160 commit f985944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ var upgradesList = []string{
"v5.2.0",
"v5.2.1",
"v5.2.2",
"v5.3.0",
}

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

0 comments on commit f985944

Please sign in to comment.