Skip to content

VM (EVM) ADRs

This directory contains Architecture Decision Records related to the Ethereum Virtual Machine (EVM), EIP implementations, and VM-specific features.

Naming Convention

VM ADRs use the format: VM-NNN-title.md where NNN is a zero-padded sequential number.

Examples: - VM-001-eip-3541-implementation.md - VM-002-eip-3529-implementation.md

Current ADRs

Creating a New VM ADR

  1. Use the next sequential number (e.g., VM-008-title.md)
  2. Follow the standard ADR template structure
  3. Link it in the index above
  4. Update the main ADR README