EVM/Kernel: Better values internally
The block constants and values are defined in kernel_evm/ethereum/src/block.rs, but some values are hardcoded and actually known beforehand (like the chainId). Let’s improve it to make it more consistent.
The block constants and values are defined in kernel_evm/ethereum/src/block.rs, but some values are hardcoded and actually known beforehand (like the chainId). Let’s improve it to make it more consistent.