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
Issue for discussing various parts of the error responses.
There was some discussion about sending the SignedBlindedBeaconBlock in SSZ format, using a Content-Type: application/octet-stream request header. If mev-boost / the relay does not accept that format, should it return status code 415? https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/415
I think we should extend the builder specs to mirror the beacon API specs here in terms of offering a SSZ binary route. 415 sounds like a great status code in the event the builder software does not support the codec.
Issue for discussing various parts of the error responses.
SignedBlindedBeaconBlock
in SSZ format, using aContent-Type: application/octet-stream
request header. If mev-boost / the relay does not accept that format, should it return status code 415? https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/415The text was updated successfully, but these errors were encountered: