Releases: ronin-chain/execution-spec-tests
Releases · ronin-chain/execution-spec-tests
v1.0.3
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
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
What's Changed
- tests: cleanup by @sonhv0212 in #9
- pin tj-actions@changed-files to a specific commit hash v46.0.1 by @khangvv in #11
- tests/cancun/eip1153, src: Adjust default value to adapt to Venoki hardfork by @sonhv0212 in #10
- fix(tests): EIP-2935: Use Op.NUMBER instead of hard-coded value by @sonhv0212 in #12
- fix(tests): EIP-7702: adjust gas limit, remove import eip4844 by @sonhv0212 in #17
- fix(tests): EIP-2537: adjust gas limit by @sonhv0212 in #16
- fix(tests): EIP-7623: add sidecar for blob tx by @sonhv0212 in #14
- fix(execute): modify default fee of execute mode by @sonhv0212 in #15
- remove(tests): EIP-6610, EIP-7002, EIP-7251, EIP-7685 by @sonhv0212 in #18
- fix(tests): EIP-7702: remove EIP-6110, 7002 and 7251 out of EIP-7702 tests by @sonhv0212 in #20
- fix(tests): EIP-3860: increase intrinsic gas by @sonhv0212 in #19
- Fix/fix lint and tox by @huyngopt1994 in #22
- ci: use public runner for fixtures release by @chiphamskymavis in #24
- ci: fix runner by @chiphamskymavis in #25
- ci: remove unsupport releases by @chiphamskymavis in #26
- feat(blockchain_test): adapt to Ronin by @sonhv0212 in #23
- fix(ci): build fixtures only shanghai and cancun by @sonhv0212 in #27
- fix(ci): build fixtures error by @sonhv0212 in #28
New Contributors
- @khangvv made their first contribution in #11
- @chiphamskymavis made their first contribution in #24
Full Changelog: v1.0.0...v1.0.1
Adapt to Venoki Hardfork in Ronin
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