-
Notifications
You must be signed in to change notification settings - Fork 21.3k
Closed
Labels
Description
Collecting the list of changes we need in various points of the API to fully support Cancun:
- Accept blob hashes and blob fee cap for eth_call, eth_estimateGas internal/ethapi: handle blobs in API methods #28786
- Reject signing blob txes through eth_sendTransaction and eth_signTransaction, as a light way to nudge users out of using these methods internal/ethapi: handle blobs in API methods #28786
- Modify eth_fillTransaction so it can generate the necessary blob commitments and proofs (internal/ethapi: add support for blobs in eth_fillTransaction #28839)
- Add support for signing blob txes to clef (via
account_signTransaction
) signer: implement blob txs sendtxargs, enable blobtx-signing #28976 - EIP-6780 makes it so selfdestructed accounts are sometimes not cleared. PrestateTracer in diffMode should be fixed to reflect this change in semantics
Not directly related to the API, but the simulated beacon needs to be updated to engine API V3: #28829