You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We introduce a new EIP-2718 transaction, "set code transaction", where the TransactionType is SET_CODE_TX_TYPE and the TransactionPayload is the RLP serialization of the following:
The fields chain_id, nonce, max_priority_fee_per_gas, max_fee_per_gas, gas_limit, destination, value, data, and access_list of the outer transaction follow the same semantics as EIP-1559.
This type is similar to EIP-1559 but has an additional list.
I think the schema for 7702 should be EIP-1559 + a list of authorization lists:
EIP: https://github.com/ethereum/EIPs/blob/master/EIPS/eip-7702.md
This type is similar to EIP-1559 but has an additional list.
I think the schema for 7702 should be EIP-1559 + a list of authorization lists:
execution-apis/src/schemas/transaction.yaml
Lines 1 to 16 in 3ae3d29
I think the todos here are:
The text was updated successfully, but these errors were encountered: