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 above presumes that ethereum/builder-specs#107 is accepted, but that's looking less likely. Now instead we probably have to add "SSZ as JSON" style serialization to the Requests type to support posting blinded blocks to the relay.
The text was updated successfully, but these errors were encountered:
rbuilder/crates/rbuilder/src/building/mod.rs
Line 613 in 4d273c9
As part of our updates for devnet-5, we need to:
push_request_with_type
(https://github.com/alloy-rs/alloy/blob/main/crates/eips/src/eip7685.rs#L43C12-L43C34) when adding each request type (or otherwise handle making sure we prefix each entry in theRequests
vector with the proper request type byte.SignedBidSubmissionV4
needs to use "JSON" encoding of execution requests alloy-rs/alloy#1763 from an yet-unreleased alloy to convert theRequests
to aRequestsV4
when building theSignedBidSubmissionV4
The above presumes that ethereum/builder-specs#107 is accepted, but that's looking less likely. Now instead we probably have to add "SSZ as JSON" style serialization to theRequests
type to support posting blinded blocks to the relay.The text was updated successfully, but these errors were encountered: