Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
el-consensus: Add 2935 condition to fail silently if no code in Histo…
…ryStorageAddress (#11780) Few points: - Of the two options for inserting the parent block hash , we go for option 2, that is `Avoid EVM processing and directly write to the state trie.` . - Although option 1 is preferred "till verkle", there is no benefit in adding the EVM overhead. Furthermore, verkle-related changes will be there afterwards. - Now this necessitates additional checking - `if no code exists at HISTORY_STORAGE_ADDRESS, the call must fail silently`. - We include this check and add a debug log for the fail Ref: https://github.com/ethereum/EIPs/blob/117933b21665ca7c0d040835a9d19b4a02392f47/EIPS/eip-2935.md
- Loading branch information