new(tests): EIP-3540: execution semantics changes#571
Merged
marioevz merged 4 commits intoethereum:mainfrom Jun 6, 2024
Merged
new(tests): EIP-3540: execution semantics changes#571marioevz merged 4 commits intoethereum:mainfrom
marioevz merged 4 commits intoethereum:mainfrom
Conversation
Test the exectuion semantics changes around EXTCODE* and DELEGATECALL Signed-off-by: Danno Ferrin <danno@numisight.com>
Signed-off-by: Danno Ferrin <danno@numisight.com>
Collaborator
Author
|
This build fails because it is using Geth to attempt to fill the tests, which is problematic because Geth doesn't have the features implemented that these tests are being written for. Is gating on Geth's implementation of Prague for merging while prague is under development really a good idea? @marioevz |
marioevz
reviewed
May 31, 2024
Member
marioevz
left a comment
There was a problem hiding this comment.
Thanks for the tests, some comments.
Signed-off-by: Danno Ferrin <danno@numisight.com>
kclowes
pushed a commit
to kclowes/execution-spec-tests
that referenced
this pull request
Oct 20, 2025
* new(tests): EIP-3540: execution semantics changes Test the exectuion semantics changes around EXTCODE* and DELEGATECALL Signed-off-by: Danno Ferrin <danno@numisight.com> * formatting Signed-off-by: Danno Ferrin <danno@numisight.com> * review requested changes Signed-off-by: Danno Ferrin <danno@numisight.com> --------- Signed-off-by: Danno Ferrin <danno@numisight.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.
🗒️ Description
Test the execution semantics changes around EXTCODE* and DELEGATECALL
Covers the tests in https://github.com/ethereum/tests/blob/9c84e0db14adf4be4f93640e51f6953d583d8c49/src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_CallsFiller.yml and the EXTCODE* tests in https://github.com/ethereum/tests/blob/9c84e0db14adf4be4f93640e51f6953d583d8c49/src/EIPTestsFiller/StateTests/stEOF/stEIP3540/EOF1_ExecutionFiller.yml
🔗 Related Issues
✅ Checklist
mkdocs servelocally and verified the auto-generated docs for new tests in the Test Case Reference are correctly formatted.