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
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
19
23
@@ -98,3 +102,6 @@ in the `SignedBuilderBid`.
98
102
Relays verify signed blinded beacon blocks as before, with the additional requirement
99
103
that they must construct `BlobSidecar` objects with the KZG commitment inclusion
100
104
proof before gossiping the blobs alongside the unblinded block.
105
+
106
+
* NOTE: the [standard `beacon-apis` implemented by consensus clients](https://github.com/ethereum/beacon-APIs) will handle the construction of the `BlobSidecar`
107
+
object following the block broadcast endpoints defined there.
0 commit comments