Skip to content

Commit 862009d

Browse files
committed
fix: Remove references to EOF
1 parent d3ee6c4 commit 862009d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/checklist_templates/eip_testing_checklist_template.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ The EIP introduces one or more new opcodes to the EVM.
5353
- [ ] If opcode changes behavior depending on particular transaction properties, test using multiple values for each property.
5454
- [ ] Block context
5555
- [ ] If opcode changes behavior depending on particular block properties, test using multiple values for each property.
56-
- [ ] EOF Container Context
57-
- [ ] If opcode changes behavior depending on particular EOF container properties, test using multiple values for each property.
5856
- [ ] Return data
5957
- [ ] Verify proper return data buffer overwriting if the opcode is meant to interact with it, otherwise verify that the return data buffer is unnaffected:
6058
- [ ] At current call context.
@@ -95,7 +93,6 @@ The EIP introduces one or more new opcodes to the EVM.
9593
- [ ] Verify recursive contract creation using the opcode: Factory contract uses the opcode, and initcode calls back to factory contract.
9694
- [ ] Fork transition
9795
- [ ] Verify that the opcode results in exeptional abort if executed before its activation fork.
98-
- [ ] Verify that the opcode results in invalid EOF container if attempted to deploy before its activation fork.
9996
- [ ] Verify correct opcode behavior at transition block, in the case of opcodes which behavior depends on current or parent block information.
10097

10198
### <!-- id:new_opcode/framework --> Framework Changes

0 commit comments

Comments
 (0)