-
Notifications
You must be signed in to change notification settings - Fork 171
refactor(tests): add checklist marker for eip7825 #2107
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
+157
β31
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
d8c902a
chore: add max quotient for gas refund logic
LouisTsai-Csie 7b0b6a8
refactor: update the eip checklist items
LouisTsai-Csie 5b1ae11
feat: label eip checklist and add new cases
LouisTsai-Csie f21625f
refactor: update fork transition case
LouisTsai-Csie 4159cb5
fix typo
LouisTsai-Csie 964a2f9
refactor: update external coverage
LouisTsai-Csie 6c9c6dd
refactor: update ref spec and comment
LouisTsai-Csie 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/eip7825_transaction_gas_limit_cap/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 = Please check https://app.codecov.io/gh/ethereum/execution-specs/pull/1388/blob/src/ethereum/osaka/vm/instructions/bitwise.py#L243 for relevant test coverage | ||
general/code_coverage/test_coverage = Please run the test with `--cov` flag for final coverage |
12 changes: 12 additions & 0 deletions
12
tests/osaka/eip7825_transaction_gas_limit_cap/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,12 @@ | ||
system_contract = EIP does not introduce a new system contract | ||
opcode = EIP does not introduce a new opcode | ||
precompile = EIP does not introduce a new precompile | ||
removed_precompile = EIP does not remove a precompile | ||
transaction_type = EIP does not introduce a new transaction type | ||
block_header_field = EIP does not add any new block header fields | ||
block_body_field = EIP does not add any new block body fields | ||
gas_cost_changes = EIP does not modify existing gas costs, only introduces new opcode with fixed cost | ||
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 |
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.