Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EIP-7702 receipts #909

Open
emhane opened this issue Jan 16, 2025 · 1 comment
Open

EIP-7702 receipts #909

emhane opened this issue Jan 16, 2025 · 1 comment
Labels
A-executor Area: kona-executor crate H-isthmus Hardfork: Isthmus related K-feature Kind: feature

Comments

@emhane
Copy link
Member

emhane commented Jan 16, 2025

The fault proof program needs to be updated to read EIP-7702 receipts

// Ensure the receipt is not an EIP-7702 receipt.
if matches!(receipt, OpReceiptEnvelope::Eip7702(_)) {
panic!("EIP-7702 receipts are not supported by the fault proof program");
}

@emhane emhane added A-executor Area: kona-executor crate H-isthmus Hardfork: Isthmus related K-feature Kind: feature labels Jan 16, 2025
@emhane
Copy link
Member Author

emhane commented Jan 17, 2025

@meyer9 possibly also interesting for you? ref ethereum-optimism/pm#19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-executor Area: kona-executor crate H-isthmus Hardfork: Isthmus related K-feature Kind: feature
Projects
None yet
Development

No branches or pull requests

1 participant