Skip to content

Commit 34a3d65

Browse files
committed
Add more serialization items
1 parent 7512bff commit 34a3d65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/checklist_templates/eip_testing_checklist_template.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,10 @@ The EIP introduces one or more new opcodes to the EVM.
272272
- [ ] Max count plus one list
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
275-
- [ ] If the transaction contains fields with new serializable types, perform all previous tests on the new type/field
276275
- [ ] Verify transaction is correctly rejected if the serialized bytes object is truncated
277276
- [ ] Verify transaction is correctly rejected if the serialized bytes object has extra bytes
277+
- [ ] If the transaction contains fields with new serializable types, perform all previous tests on the new type/field, plus:
278+
- [ ] Verify transaction rejection if the serializable field is incorrectly encoded as bytes instead of using the correct encoding.
278279
- [ ] Out-of-bounds checks
279280
- [ ] Verify if the transaction has out-of-bounds conditions in its fields and verify:
280281
- [ ] Max value for each field

0 commit comments

Comments
 (0)