Skip to content

Releases: ronin-chain/execution-spec-tests

v1.0.3

22 May 12:28
abe3896

Choose a tag to compare

Summary

This is the release for the final testing of the Pectra hardfork for Ronin

What's Changed

  • fix(tests): EIP-7702: adapt execute mode to Ronin by @sonhv0212 in #21
  • Sync prague by @sonhv0212 in #32
  • fix(tests): EIP-2935: use Op.NUMBER instead of hard-coded block number 1 by @sonhv0212 in #33
  • fix(execute): execute mode skips tests that contain blob tx by @sonhv0212 in #34
  • fix(tests): EIP-7702: fix to adapt execute mode by @sonhv0212 in #35
  • fix(tests): remove tests require fork transition by @sonhv0212 in #36
  • fix(tests): EIP-2537, EIP-7702: skip tests that tx size or fee cap too big in execute mode by @sonhv0212 in #37

Full Changelog: v1.0.2...v1.0.3

v1.0.2

18 Apr 05:51
519120c

Choose a tag to compare

What's Changed

  • fix(ci, tests): generate TransactionTest, prague specs by @sonhv0212 in #29
  • fix(ci): only build a single fixtures_all by @sonhv0212 in #30
  • fix(fork,specs): make difficulty greater than 0 to adapt to Ronin by @sonhv0212 in #31

Full Changelog: v1.0.1...v1.0.2

v1.0.1

15 Apr 10:41
1766ed8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

Adapt to Venoki Hardfork in Ronin

18 Feb 08:09
d40250e

Choose a tag to compare

feat(tests): Adapt test_selfdestruct to execute mode (#8)

* feat(tests): Adapt test selfdestruct to execute mode

fix(tests): Refactor test selfdestruct

feat(tests): Adapt test_dynamic_create2_selfdestruct_collision to execute mode

feat(tests): Adapt test_reentrancy_selfdestruct_revert to execute mode

feat(tests): Adapt test_selfdestruct_revert to execute mode

* remove(eip4895)
fix rebasing issues