bluealloy / revm

Ethereum Virtual Machine written in rust that is fast and simple to use

Home Page:https://bluealloy.github.io/revm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move EOF to another spec ID

DaniPopes opened this issue · comments

EOF is not yet guaranteed to be in prague, but BLS and other EIPs that are already implemented are.

Move EOF to another temporary SpecID so we can integrate it in reth without having the trouble of hitting unimplemented EOF branches.

cc @rakita

chatted with @rakita, this shouldn't be needed because EOF code is not reachable due to missing eof create tx