-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add support for engine_executeStatelessPayloadVX Engine RPCs #12766
Comments
makes sense, first we need a new rpc trait that defines the functions for this similar to: reth/crates/rpc/rpc-api/src/engine.rs Line 30 in 1b4048e
|
I'd love to take this |
assigned |
Hi @mattsse I'm investigating this work for a couple of hours, and I'd like to ask some questions for implementing this api.
Thank you so much for your effort! |
I see, I think these are very similar to debug_executionWitness, I kinda prefer geth's naming here actually. so for the first pr, let's define all of those, but only define the traits first. |
Got it. Worried about my pr being too heavy for implementing all the things, but it will be fine if I only define the traits first. Thank you @mattsse |
gm @mattsse, I've just committed draft pr (#13016), and raised an issue to alloy for further implementation(alloy#1707). |
Describe the feature
engine_executeStatelessPayloadV1
,engine_executeStatelessPayloadV2
,engine_executeStatelessPayloadV3
,engine_executeStatelessPayloadV4
, engine RPC methods are already implemented in go-ethereum node, which is useful to execute a witness data to calculate block header fields.Additional context
No response
The text was updated successfully, but these errors were encountered: