Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(levm): disable opcodes in block.rs for old forks (#1952)
**Motivation** `CHAINID`, `SELFBALANCE` and `BASEFEE` should be disabled for old forks **Description** Return `VmError::InvalidOpcode` when the opcodes should be disabled --------- Co-authored-by: Federico Borello <[email protected]>
- Loading branch information