Fix zero-blob tx check in Prague#1
Merged
spencer-tb merged 1 commit intoDec 5, 2024
Merged
Conversation
Owner
|
Quote from discord response:
Tentative based on what you think re. the 7742 tests PR: ethereum/execution-spec-tests#994 |
spencer-tb
pushed a commit
that referenced
this pull request
May 7, 2025
* dev: change type of branch node subnodes * Annotate tuple with 16 * add ellipsis to tuple * explicit tuple * use explicit 16-field tuple * fmt * remove Annotated import * fix types * Use assert_type alongside cast (#1) * Import from typing_extensions instead of typing (#2) --------- Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com>
spencer-tb
pushed a commit
that referenced
this pull request
Dec 1, 2025
…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.
Fix the zero-blob check in Prague.