Skip to content

Commit 7c98068

Browse files
committed
Add more ids
1 parent e823468 commit 7c98068

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docs/checklist_templates/eip_testing_checklist_template.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -341,22 +341,22 @@ The EIP removes one or more precompiles from the existing list of precompiles.
341341

342342
### <!-- id:new_block_header_field/test --> Test Vectors
343343

344-
- [ ] Genesis value: Verify, if possible, that the value can be set at genesis if the network starting fork is the activation fork, and that clients can consume such genesis.
345-
- [ ] Value behavior
346-
- [ ] Verify, given multiple initial values, that a block is accepted if the value is the correct expected for the current block, depending on the circumstances that affect the value as defined in the EIP.
347-
- [ ] Verify, given multiple initial values, that a block is rejected if the value is modified (using `block.rlp_modifier`) to an incorrect value for the current block, depending on the circumstances that affect the value as defined in the EIP.
348-
- [ ] Fork transition
349-
- [ ] Verify initial value of the field at the first block of the activation fork.
350-
- [ ] Verify that a block containing the new header field before the activation of the fork is invalid.
351-
- [ ] Verify that a block lacking the new header field at the activation of the fork is invalid.
352-
353-
### <!-- id:new_block_header/framework --> Framework Changes
354-
355-
- [ ] Add the new header field to the relevant objects:
356-
- [ ] `ethereum_test_fixtures.FixtureHeader`
357-
- [ ] `ethereum_test_fixtures.FixtureExecutionPayload`
358-
- [ ] `ethereum_test_specs.Header`
359-
- [ ] Add the appropriate `header_*_required` fork method to `BaseFork` in `ethereum_test_forks`.
344+
- [ ] <!-- id:new_block_header_field/test/genesis --> Genesis value: Verify, if possible, that the value can be set at genesis if the network starting fork is the activation fork, and that clients can consume such genesis.
345+
- [ ] <!-- id:new_block_header_field/test/value_behavior --> Value behavior
346+
- [ ] <!-- id:new_block_header_field/test/value_behavior/accept --> Verify, given multiple initial values, that a block is accepted if the value is the correct expected for the current block, depending on the circumstances that affect the value as defined in the EIP.
347+
- [ ] <!-- id:new_block_header_field/test/value_behavior/reject --> Verify, given multiple initial values, that a block is rejected if the value is modified (using `block.rlp_modifier`) to an incorrect value for the current block, depending on the circumstances that affect the value as defined in the EIP.
348+
- [ ] <!-- id:new_block_header_field/test/fork_transition --> Fork transition
349+
- [ ] <!-- id:new_block_header_field/test/fork_transition/initial --> Verify initial value of the field at the first block of the activation fork.
350+
- [ ] <!-- id:new_block_header_field/test/fork_transition/before --> Verify that a block containing the new header field before the activation of the fork is invalid.
351+
- [ ] <!-- id:new_block_header_field/test/fork_transition/after --> Verify that a block lacking the new header field at the activation of the fork is invalid.
352+
353+
### <!-- id:new_block_header_field/framework --> Framework Changes
354+
355+
- [ ] <!-- id:new_block_header_field/framework/objects --> Add the new header field to the relevant objects:
356+
- [ ] <!-- id:new_block_header_field/framework/objects/fixture_header --> `ethereum_test_fixtures.FixtureHeader`
357+
- [ ] <!-- id:new_block_header_field/framework/objects/fixture_execution_payload --> `ethereum_test_fixtures.FixtureExecutionPayload`
358+
- [ ] <!-- id:new_block_header_field/framework/objects/header --> `ethereum_test_specs.Header`
359+
- [ ] <!-- id:new_block_header_field/framework/fork_method --> Add the appropriate `header_*_required` fork method to `BaseFork` in `ethereum_test_forks`.
360360

361361
## <!-- id:new_block_body_field --> New Block Body Field
362362

0 commit comments

Comments
 (0)