Open
Description
The STATICCALL was introduced in the EIP-214 in the Byzantium hardfork, while is possible to disable some opcodes like DELEGATECALL, CREATE2, REVERT, etc.. is not possible to disable the STATICCALL opcode.
Issues:
- It can lead to consensus issues when using frontier hardfork config, where it is expected to return
INVALID OPCODE
and consume all the gas. - I'm building a light-client, the
eth_call
result can diverge from a result expected from ethereum compliant client.
The reason why I'm using this crate instead revm is because it's more flexible, smaller and easier to compile to webassembly, once the light-client is intended to support web browsers and substrate pallets.
Count on me to help to make this crate EVM compliant.
Metadata
Metadata
Assignees
Labels
No labels