You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/checklist_templates/eip_testing_checklist_template.md
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -341,22 +341,22 @@ The EIP removes one or more precompiles from the existing list of precompiles.
341
341
342
342
### <!-- id:new_block_header_field/test --> Test Vectors
343
343
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.
-[ ] 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.
-[ ]<!-- 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.
-[ ]<!-- 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.
-[ ]<!-- id:new_block_header_field/framework/fork_method -->Add the appropriate `header_*_required` fork method to `BaseFork` in `ethereum_test_forks`.
360
360
361
361
## <!-- id:new_block_body_field --> New Block Body Field
0 commit comments