pallet-evm: add builtin support for the four basic Ethereum precompiles (#6743)
* pallet-evm: add builtin support for the four basic Ethereum precompiles * linear_cost -> ensure_linear_cost to directly return OutOfGas error
Showing
- substrate/Cargo.lock 12 additions, 0 deletionssubstrate/Cargo.lock
- substrate/frame/evm/Cargo.toml 2 additions, 0 deletionssubstrate/frame/evm/Cargo.toml
- substrate/frame/evm/src/lib.rs 1 addition, 1 deletionsubstrate/frame/evm/src/lib.rs
- substrate/frame/evm/src/precompiles.rs 98 additions, 1 deletionsubstrate/frame/evm/src/precompiles.rs
Please register or sign in to comment