We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Pectra adds 3 new system calls, similar to EIP-4788:
Like the pre-block beacon root call, we'll need to support all 3 of these in kona's executor, enabled by Isthmus activation.
kona
kona/crates/executor/src/executor/mod.rs
Lines 122 to 130 in 4b00849
Reference implementations over in reth:
EIP-2935
EIP-7002
EIP-7251
The text was updated successfully, but these errors were encountered:
refcell
Successfully merging a pull request may close this issue.
Overview
Pectra adds 3 new system calls, similar to EIP-4788:
Like the pre-block beacon root call, we'll need to support all 3 of these in
kona
's executor, enabled by Isthmus activation.kona/crates/executor/src/executor/mod.rs
Lines 122 to 130 in 4b00849
Reference implementations over in reth:
EIP-2935
system callEIP-7002
system callEIP-7251
system callThe text was updated successfully, but these errors were encountered: