File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -273,6 +273,8 @@ The EIP introduces one or more new opcodes to the EVM.
273
273
- [ ] Verify correct transaction rejection if the fields particular to the new transaction types are missing
274
274
- [ ] Verify correct transaction rejection if the transaction type contains extra fields
275
275
- [ ] If the transaction contains fields with new serializable types, perform all previous tests on the new type/field
276
+ - [ ] Verify transaction is correctly rejected if the serialized bytes object is truncated
277
+ - [ ] Verify transaction is correctly rejected if the serialized bytes object has extra bytes
276
278
- [ ] Out-of-bounds checks
277
279
- [ ] Verify if the transaction has out-of-bounds conditions in its fields and verify:
278
280
- [ ] Max value for each field
You can’t perform that action at this time.
0 commit comments