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

feat(executor): Fill EIP-7702 transaction environment after Isthmus #948

Closed
clabby opened this issue Jan 24, 2025 · 1 comment · Fixed by #958
Closed

feat(executor): Fill EIP-7702 transaction environment after Isthmus #948

clabby opened this issue Jan 24, 2025 · 1 comment · Fixed by #958
Labels
A-executor Area: kona-executor crate H-isthmus Hardfork: Isthmus related K-feature Kind: feature

Comments

@clabby
Copy link
Collaborator

clabby commented Jan 24, 2025

Overview

Right now, the executor explicitly does not fill the revm::TxEnv for EIP-7702 transactions. With Isthmus, we'll need to support this.

Transaction env filling:

_ => Err(ExecutorError::UnsupportedTransactionType(transaction.tx_type() as u8)),

@clabby clabby added A-executor Area: kona-executor crate H-isthmus Hardfork: Isthmus related K-feature Kind: feature labels Jan 24, 2025
@clabby clabby changed the title feat(executor): Allow EIP-7702 transactions after Isthmus feat(executor): Fill EIP-7702 transaction environment after Isthmus Jan 24, 2025
@meyer9
Copy link
Contributor

meyer9 commented Jan 28, 2025

#958

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

Successfully merging a pull request may close this issue.

2 participants