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
@chirag-bgh happy to chat high-level strategy before you get too far
ideally we can keep most of the current client architecture as is and just support SSZ {de,en}coding for the methods that support it, where we can dispatch on Content-Type before proceeding down either way
we should add some kind of Codec input when constructing a client, and then the client should use the input to support the more efficient encodings where possible
right now this repo only supports the JSON codec for the API
although the beacon APIs support a SSZ codec for some methods
The text was updated successfully, but these errors were encountered: