Skip to content

Commit 82aef1d

Browse files
committed
fix(docs): Add fuzzing snippet
1 parent 8465cca commit 82aef1d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/writing_tests/checklist_templates/eip_testing_checklist_template.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ Depending on the changes introduced by an EIP, the following template is the min
1515

1616
#### Fuzzing
1717

18+
Fuzzing is recommended to be performed on EIPs that introduce new cryptography primitives.
19+
20+
See [holiman/goevmlab](https://github.com/holiman/goevmlab) for an example of a fuzzing framework for the EVM.
21+
1822
## New Opcode
1923

2024
The EIP introduces one or more new opcodes to the EVM.

0 commit comments

Comments
 (0)