-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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: prague engine api types #8119
Conversation
1d0c430
to
ed189d9
Compare
// TODO(onbjerg): Implement `ExecutionPayloadV4` support | ||
todo!() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for a follow up we should implement this for the beacon types, since this is not strictly necessary for the engine api (this is not used in that code path)
504ee2a
to
aea81af
Compare
Needed for paradigmxyz/reth#8119
11d2a4a
to
bd7d707
Compare
@onbjerg still blocked? |
nop, rfr, obviously still work to do, |
// not do anything special here to handle them | ||
try_payload_v3_to_block(payload.payload_inner) | ||
} | ||
|
||
/// Converts [SealedBlock] to [ExecutionPayload] | ||
pub fn block_to_payload(value: SealedBlock) -> ExecutionPayload { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this function needs adjustment as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fn seems unused?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
used in reorg sim, will adjust it in #8053
engine_newPayloadV4
engine_getPayloadV4