-
Notifications
You must be signed in to change notification settings - Fork 191
chore(tests): Update 7951 Checklist Markers #2088
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
Merged
spencer-tb
merged 9 commits into
ethereum:main
from
kclowes:chore/7951-update-checklist
Sep 12, 2025
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
33ceea1
chore(tests): Update pytest markers for checklist docs
kclowes ba534b7
chore(tests): Remove unknown markers
kclowes b237679
bugfix(tests): Use eip kwarg to allow checklist to find tests
kclowes fc0f5ed
chore(tests): Add eip_checklist_external_coverage.txt
kclowes 07be090
chore(tests): Add checklist marks for excessive gas usage and codecovβ¦
kclowes 4f02f48
chore(tests): Add max values checklist decorator
kclowes 04491e2
chore(tests): Move old eip_checklist marker style to new EIPCheckListβ¦
kclowes 303ebd3
bugfix(tests): Check calling precompile when value gets sent
kclowes 28ca197
Final fixes
kclowes File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
2 changes: 2 additions & 0 deletions
2
tests/osaka/eip7951_p256verify_precompiles/eip_checklist_external_coverage.txt
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| general/code_coverage/eels = Covered in EELS | ||
| general/code_coverage/test_coverage = Run locally |
16 changes: 16 additions & 0 deletions
16
tests/osaka/eip7951_p256verify_precompiles/eip_checklist_not_applicable.txt
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| general/code_coverage/second_client = Optional | ||
| system_contract = EIP does not include a new system contract | ||
| opcode = EIP does not introduce a new opcode | ||
| removed_precompile = EIP does not remove a precompile | ||
| precompile/test/gas_usage/dynamic = EIP uses a constant amount of gas | ||
| precompile/test/input_lengths/dynamic = EIP input is a constant length | ||
| precompile/test/value_transfer/fee = EIP does not require a minimum value to execute | ||
| transaction_type = EIP does not introduce a new transaction type | ||
| block_header_field = EIP does not add any new block header fields | ||
| gas_cost_changes = EIP does not introduce any gas cost changes | ||
| gas_refunds_changes = EIP does not introduce any gas refund changes | ||
| blob_count_changes = EIP does not introduce any blob count changes | ||
| execution_layer_request = EIP does not introduce an execution layer request | ||
| new_transaction_validity_constraint = EIP does not introduce a new transaction validity constraint | ||
| modified_transaction_validity_constraint = EIP does not introduce a modified transaction validity constraint | ||
| block_body_field = EIP does not add any new block body fields |
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.