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
Is your feature request related to a problem? Please describe.
The new v2 publish block endpoint can accept either json or ssz. We should publish blocks to the beacon node using ssz with the v2 endpoint being supported in the relay. This will improve block publishing latency.
Describe the solution you'd like
Serialise the payload with ssz instead of json when publishing to the v2 endpoint.
The text was updated successfully, but these errors were encountered:
This will be a modification of original the PublishBlock() or do we keep the PublishBlock() as is for a fallback option. I see that the SubmitBlockRequestV2Optimitic is already implemented. I hope I'm making some sense in my findings 😅
Is your feature request related to a problem? Please describe.
The new v2 publish block endpoint can accept either json or ssz. We should publish blocks to the beacon node using ssz with the v2 endpoint being supported in the relay. This will improve block publishing latency.
Describe the solution you'd like
Serialise the payload with ssz instead of json when publishing to the v2 endpoint.
The text was updated successfully, but these errors were encountered: