ethereum / tests

Common tests for all Ethereum implementations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More tests for EIP-7516: BLOBBASEFEE opcode

winsvega opened this issue · comments

@winsvega , how do I set the BLOBBASEFEE value? Do I put it in the env section for state tests, and block header for block tests?

Looks like it is this one

def get_blob_gasprice(header: Header) -> int: return fake_exponential( MIN_BLOB_GASPRICE, header.excess_blob_gas, BLOB_GASPRICE_UPDATE_FRACTION )

Should be affected by blob hashes included in this and previous blocks