
Ethereum Block-Level Access Lists: How EIP-7928 Maps State
Learn how EIP-7928 block-level access lists record Ethereum state access, enable parallel validation and executionless sync, and differ from EIP-2930.
87 posts

Learn how EIP-7928 block-level access lists record Ethereum state access, enable parallel validation and executionless sync, and differ from EIP-2930.

Learn how EIP-8037 state gas and EIP-8038 access pricing change Ethereum gas assumptions, which contracts are exposed, and how to test safely.

Learn how EVM memory works, why expansion costs gas, how Solidity uses the free memory pointer, and which assembly mistakes can corrupt execution.

ERC-6492 lets apps verify a smart-account signature before its contract is deployed. Learn the wrapper format, verification order, and security risks.

EIP-5792 lets dapps request wallet call batches and inspect their status. Learn wallet_sendCalls, capabilities, atomicity, fallbacks, and risks.

Learn what eth_getProof returns, how account and storage proofs connect to a block state root, and which trust and availability limits still matter.

Learn how Ethereum initcode runs once, returns runtime bytecode, and affects constructor arguments, gas, size limits, verification, and CREATE2.

EIP-55 checksum addresses encode typo detection in letter case. Learn the algorithm, validation workflow, limits, and safer sending checks.

EIP-6963 lets dapps discover multiple injected browser wallets without a window.ethereum race. Learn the event flow, metadata, limits, and safety checks.