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
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,6 @@ The EIP introduces one or more new opcodes to the EVM.
53
53
-[ ] If opcode changes behavior depending on particular transaction properties, test using multiple values for each property.
54
54
-[ ] Block context
55
55
-[ ] 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.
58
56
-[ ] Return data
59
57
-[ ] Verify proper return data buffer overwriting if the opcode is meant to interact with it, otherwise verify that the return data buffer is unnaffected:
60
58
- [] At current call context.
@@ -95,7 +93,6 @@ The EIP introduces one or more new opcodes to the EVM.
95
93
-[ ] Verify recursive contract creation using the opcode: Factory contract uses the opcode, and initcode calls back to factory contract.
96
94
-[ ] Fork transition
97
95
-[ ] 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.
99
96
-[ ] Verify correct opcode behavior at transition block, in the case of opcodes which behavior depends on current or parent block information.
0 commit comments