Add access list cost to inclusion cost#1
Merged
fradamt merged 1 commit intofradamt:delayed-exec-basicfrom May 2, 2025
Merged
Conversation
fradamt
pushed a commit
that referenced
this pull request
Jan 2, 2026
…m#1666) * refactor(tests): Refactor json_infra using `pytest_collect_file` * fix(tests): json collecting * fix(tests): blockchain test execution * fix(tests): blockchain test execution * refactor(tests): Refactor types in json_infra * fix(tests): json_infra, imports, parse `exceptions` in some tests * refactor(tests): move some definitions * fix(tox.ini): Remove `--ignore-glob` * fix(tests): workaround for FileNotFoundError * fix(tests): revamp cache fix(tests): Don't cache fixtures Try to implement cache Fix caching feat(tests): Manage cache during execution * fix(tox): Use `--dist=loadfile` * fix(tests): json files cache * Run selective tests based on changed files (#1) * fix(tests): remove evm_tools marker from blockchain tests * remove coverage from json_infra * enhance(tools): add json_test_name to Hardfork * fix(tests): handle failing transactions in state tests * enhance(tests): add from and until fork option to json_infra * enhance(tests): run json_infra selectively * enhance(tests): subclass Hardfork * bug(tests): run all tests for t8n changes * enhance(tests): minor fix * fix(tests): ignore expectSection tests and add coverage * enhance(tests): refactor exception markers This commit refactors exception markers and marks the EEST static tests as slow * fix(tests): provide unique name to tests * fix(tests): post review changes * fix(tests): set BASE_SHA to merge base --------- Co-authored-by: Guruprasad Kamath <48196632+gurukamath@users.noreply.github.com> Co-authored-by: Guruprasad Kamath <guru241987@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.
I think we should add the access list to the inclusion costs. It behaves very similar to calldata and could be used for DA.