tests/cancun/eip_4788: Update predeploy address(0xbEAC02..7d7a), add additional tests#297
Merged
marioevz merged 10 commits intoethereum:mainfrom Sep 19, 2023
Conversation
8ad7f7e to
b61f6bd
Compare
marioevz
approved these changes
Sep 19, 2023
Member
marioevz
left a comment
There was a problem hiding this comment.
LGTM :)
If we change the address again, I guess we can make another PR 🙃
kclowes
pushed a commit
to kclowes/execution-spec-tests
that referenced
this pull request
Oct 20, 2025
…additional tests (ethereum#297) * tests/cancun/eip_4788: Update naming to match spec. * tests/cancun/eip_4788: Update history buffer length. * tests/cancun/eip_4788: Add todo for remaining values to update. * tests/cancun/eip_4788: Add test for zero calldata value. * forks: Latest Beacon Root Update to 0xBEA...BCA * tests/cancun: Latest Beacon Root Update to 0xBEA...BCA * refactor: wrap specification params in a Spec class * tests/cancun/eip_4788|src/forks: final beacon root address update. * tests/cancun/eip_4788: add small self-destruct test. * tests/cancun/eip-4788: deployer address in spec --------- Co-authored-by: Mario Vega <marioevz@gmail.com> Co-authored-by: danceratopz <danceratopz@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tagging updates to 4788 from the following PR: ethereum/EIPs#7672
PR Includes
test_invalid_beacon_root_calldata_value- asserts that zero value calldata causes revert.test_beacon_root_selfdestruct- checks that self destructing to the beacon root transfers a balance.