As part of our updates for devnet-5, we need to:
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.
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 theRequestsvector with the proper request type byte.SignedBidSubmissionV4needs to use "JSON" encoding of execution requests alloy-rs/alloy#1763 from an yet-unreleased alloy to convert theRequeststo aRequestsV4when building theSignedBidSubmissionV4The 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 theRequeststype to support posting blinded blocks to the relay.