Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/writing_tests/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@ For help deciding which test format to select, see [Types of Tests](./types_of_t
- [Gas Optimization](./gas_optimization.md) - Optimize gas limits in your tests for efficiency and compatibility with future forks.
- [Porting tests](./porting_legacy_tests.md): A guide to porting @ethereum/tests to EEST.

## Advanced Topics

- [Opcode Metadata and Gas Calculations](./opcode_metadata.md) - Calculate gas costs and refunds using opcode metadata (advanced feature for gas-focused tests)

Please check that your code adheres to the repo's coding standards and read the other pages in this section for more background and an explanation of how to implement state transition and blockchain tests.
Loading
Loading