Skip to content

Commit 16cd4bc

Browse files
committed
Add gas refunds category
1 parent a76d217 commit 16cd4bc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/checklist_templates/eip_testing_checklist_template.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,16 @@ The EIP introduces one or more new opcodes to the EVM.
341341
- [ ] Modify `memory_expansion_gas_calculator` in the fork where the EIP is introduced in `src/ethereum_test_forks/forks/forks.py` if the EIP affects memory expansion gas cost calculation.
342342
- [ ] Modify `gas_costs` in the fork where the EIP is introduced in `src/ethereum_test_forks/forks/forks.py` if the EIP affects specific opcode gas costs.
343343

344+
## <!-- id:gas_refunds_changes --> Gas Refunds Changes
345+
346+
### Test Vectors
347+
348+
**TBD**
349+
350+
### Framework Changes
351+
352+
**TBD**
353+
344354
## <!-- id:blob_count_changes --> Blob Count Changes
345355

346356
### <!-- id:blob_count_changes_test --> Test Vectors

0 commit comments

Comments
 (0)