* Switch EOF EIPs to Review
* Add the description header to the EOF
* Add test cases to 3540
* Add security considerations
* Add reference code validation implementation to EIP-3540
* Fix the simplified validator in 3540
* Turn the simplified validator into python too
* Update EIP-3540 with clarifications and remove 3541-related steps
* Move simplified implementation
* Remove latex syntax
* Change rationale about format to refer to 3541
* Change abstract to remove 2-hardforks
* Fix discussions-to url for 3540/3541
* f
We introduce an extensible and versioned container format for the EVM with a once-off validation at deploy time. The version described here brings the tangible benefit of code and data separation, and allows for easy introduction of a variety of changes in the future. It is introduced via two hard forks to avoid breaking any existing executable contracts.