-
Notifications
You must be signed in to change notification settings - Fork 186
π§ wip(test): EIP-7928: Block-level Access Lists #1823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
It would be nice to have an update to https://github.com/ethereum/execution-spec-tests/blob/main/src/ethereum_test_fixtures/blockchain.py where we plan to include the BAL in the pydantic model to both the blockchain and blockchain-engine tests, to have a better idea on how this ends up in the fixture. |
|
Another qs is whether the t8n should generate the BAL. |
Yes |
|
Superseded by #2067 |
ποΈ Description
π§ wip tests for EIP-7928.
π 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.