fix(tests): call delegation access disambiguation#2882
Merged
fselmo merged 1 commit intoMay 19, 2026
Conversation
call with insufficient balance shoudn't access delegation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## forks/amsterdam #2882 +/- ##
===================================================
- Coverage 89.74% 87.16% -2.58%
===================================================
Files 487 586 +99
Lines 28902 35791 +6889
Branches 2623 3364 +741
===================================================
+ Hits 25937 31198 +5261
- Misses 2450 3943 +1493
- Partials 515 650 +135
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
7 tasks
felix314159
approved these changes
May 19, 2026
fselmo
added a commit
to fselmo/execution-specs
that referenced
this pull request
May 19, 2026
7 tasks
fselmo
added a commit
that referenced
this pull request
May 20, 2026
* test(tests): extend BALs coverage for edge cases * test(tests): closes #1910 - parametrize memory for call_opcode tests * test(tests): expand BAL coverage for insufficient-funds boundaries Add a combined outer-REVERT + inner-insufficient-funds test (CALL and CREATE), and layer EIP-7928-gated BAL expectations onto three existing cross-fork insufficient-funds tests (EIP-7708, EIP-2929 frontier CALL). * feat(tests): add some more parallelization test scenarios for BALs * chore(tests): add SSTORE to CREATE2 + SD + re-create as sanity check * cleanups from comments on PR #2854 * feat(tests): add parallelization BAL tests for collision / OOG create chain * chore: audit * update ``test_cases.md`` after suggestions and PR #2882 * fix(tests): update expected exception(s) for transition tests
Draft
5 tasks
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
CALL with insufficient balance shoudn't access delegation
🔗 Related Issues or PRs
#2473
✅ Checklist
just statictype(scope):.