EIP-7702: Set EOA account code #511
Labels
A-kona
Area: kona (rust fault-prover)
A-op-alloy
Area: op-alloy (op-reth ecosystem dependency)
A-op-reth
Area: op-reth (op-reth client)
H-isthmus
Hardfork: change is planned for isthmus upgrade
H-pectra
Hardfork: Pectra (L1)
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: