Send validator registrations as SSZ instead of JSON #7369
Labels
meta-feature-request
Issues to track feature requests.
scope-interop
Issues that fix interop issues between Lodestar and CL, EL or tooling.
See ethereum/builder-specs#110
Right now we limit this api to send JSON-only
lodestar/packages/api/src/builder/routes.ts
Line 93 in 0ac8bb9
Our HTTP client will already fallback to JSON if we receive a 415 status code but we will have to add custom retry logic for this specific call to consider any HTTP error (but not network errors) and if we encounter an error we should only send JSON afterwards.
The text was updated successfully, but these errors were encountered: