EIPs
EIPs copied to clipboard
Update EIP-8075: use tx variable inside validate_block loop
The pseudocode used an undefined variable name (transaction) inside the for tx in block.transactions: loop. This causes a scope/name error and diverges from the convention used in EIP-4844. Replace transaction with tx in the execute_transaction call and gas_refund computation to keep naming consistent and make the snippet implementable.
File EIPS/eip-8075.md
Requires 1 more reviewers from @anderselowsson, @fradamt, @misilva73