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): Pectra system calls #950

Closed
clabby opened this issue Jan 24, 2025 · 0 comments · Fixed by #970
Closed

feat(executor): Pectra system calls #950

clabby opened this issue Jan 24, 2025 · 0 comments · Fixed by #970
Assignees
Labels
A-protocol Area: protocol crates H-isthmus Hardfork: Isthmus related K-feature Kind: feature

Comments

@clabby
Copy link
Collaborator

clabby commented Jan 24, 2025

Overview

Pectra adds 3 new system calls, similar to EIP-4788:

  • EIP-2935
  • EIP-7002
  • EIP-7251

Like the pre-block beacon root call, we'll need to support all 3 of these in kona's executor, enabled by Isthmus activation.

// Apply the pre-block EIP-4788 contract call.
pre_block_beacon_root_contract_call(
&mut state,
self.config,
block_number,
&initialized_cfg,
&initialized_block_env,
&payload,
)?;

Reference implementations over in reth:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-protocol Area: protocol crates H-isthmus Hardfork: Isthmus related K-feature Kind: feature
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants