fix(static_tests): adjusted gasLimit to only allow gasLimit of up to 30mil#1924
Merged
marioevz merged 5 commits intoethereum:mainfrom Jul 25, 2025
Merged
fix(static_tests): adjusted gasLimit to only allow gasLimit of up to 30mil#1924marioevz merged 5 commits intoethereum:mainfrom
marioevz merged 5 commits intoethereum:mainfrom
Conversation
Collaborator
|
@felix314159 I think they already update the tx gas limit to 2**24 here |
8 tasks
Member
|
I tried to fill the tests (with
I fixed two in the last two commits to get things started:
PTAL at those two examples, and I think the rest of the failing tests also need to be fixed with either of these two methods. |
Member
|
I created an issue to track failing tests from my last comment so we can:
|
6cdc920 to
7e29953
Compare
Collaborator
Author
Done, let's get this merged and then try to fix the rest: as described in #1948 |
kclowes
pushed a commit
to kclowes/execution-spec-tests
that referenced
this pull request
Oct 20, 2025
…30mil (ethereum#1924) * gaslimit applied * new gaslimit is 16,777,216 * fix(tests/static): Skip tstore ddos tests * fix(tests/static): Split CREATE2_FirstByte_loopFiller.yml * reverted changes to problematic tests --------- Co-authored-by: Mario Vega <marioevz@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.
🗒️ Description
This replaces the outdate PR #1587
🔗 Related Issues or PRs
N/A.
✅ Checklist
toxchecks to avoid unnecessary CI fails, see also Code Standards and Enabling Pre-commit Checks:uvx --with=tox-uv tox -e lint,typecheck,spellcheck,markdownlinttype(scope):.mkdocs servelocally and verified the auto-generated docs for new tests in the Test Case Reference are correctly formatted.@ported_frommarker.