EIP-7702: Set EOA account code #511
Labels
A-consensus
Area: consensus layer
A-evm
Area: EVM
A-execution
Area: execution layer
A-prover
A: fault prover
H-isthmus
Hardfork: change is planned for Isthmus upgrade
H-pectra
Hardfork: change planned for Pectra (L1) upgrade
U-node
Upgrade: involving changes to node component (cl, el, etc.)
Description
EIP-7702 adds a new transaction type for EOA account code.
op-alloy
modifications needed.kona
modifications needed.The fault proof program needs to be updated to read EIP-7702 receipts
https://github.com/op-rs/kona/blob/main/crates/executor/src/executor/mod.rs#L237-L240
Calldata should continue to not read EIP-7702 txs since eip-7702 txs are not posted to l1
https://github.com/op-rs/kona/blob/main/crates/derive/src/sources/calldata.rs#L50-L55
op-reth
modifications needed.References
The text was updated successfully, but these errors were encountered: