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
We currently use the JSON-based eth/v3/validator/blocks (POST) for block production. Lighthouse supports an SSZ equivalent which can reduce serde overhead.
Update the VC to use the SSZ variant for block requests when the BN supports it.