Skip to content

Commit 7512bff

Browse files
committed
Add serialization items
1 parent efd4a2d commit 7512bff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/checklist_templates/eip_testing_checklist_template.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@ The EIP introduces one or more new opcodes to the EVM.
273273
- [ ] Verify correct transaction rejection if the fields particular to the new transaction types are missing
274274
- [ ] Verify correct transaction rejection if the transaction type contains extra fields
275275
- [ ] 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
276278
- [ ] Out-of-bounds checks
277279
- [ ] Verify if the transaction has out-of-bounds conditions in its fields and verify:
278280
- [ ] Max value for each field

0 commit comments

Comments
 (0)