Skip to content

v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jan 15:07
· 112 commits to main since this release
63cd154

πŸπŸ–οΈ Cancun StateTest Format Bug Fix

Release v2.1.0 primarily fixes a small bug introduced within the previous release where transition forks are used within the new StateTest format. This was highlighted by @chfast within #405 (#405), where the fork name ShanghaiToCancunAtTime15k was found within state tests.

πŸ§ͺ Test Cases

  • ✨ EIP-4844: Adds test_blob_gas_subtraction_tx() verifying the blob gas fee is subtracted from the sender before executing the blob tx (#407).

πŸ› οΈ Framework

  • 🐞 State tests generated with transition forks no longer use the transition fork name in the fixture output, instead they use the actual enabled fork according to the state test's block number and timestamp (#406).

πŸ“‹ Misc

  • ✨ Use run-parallel and shared wheel packages for tox (#408).

Full Changelog: v2.0.0...v2.1.0