You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// The EIP-7685 requests provided as additional request params to `engine_newPayloadV4` that
/// are not present in the `ExecutionPayload`.
prague:Option<Requests>,
the requests are never stored be the EL because not part of the block.
to mimick consensus, mostly for testing this makes it difficult and we want a way to provide just the requests hash instead
TODO
introduce an enum that has either a list of requests or an hash
expose a requests_hash function on that enum
Additional context
No response
The text was updated successfully, but these errors were encountered:
Component
rpc
Describe the feature you would like
starting with prague the CL sends a list of requests alongside the actual payload:
alloy/crates/rpc-types-engine/src/sidecar.rs
Lines 16 to 18 in b621af0
the requests are never stored be the EL because not part of the block.
to mimick consensus, mostly for testing this makes it difficult and we want a way to provide just the requests hash instead
TODO
Additional context
No response
The text was updated successfully, but these errors were encountered: