We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
more and more endpoints now support SSZ, we support it beacon apis and builders will be supporting ssz soon ethereum/builder-specs#104
we should have a flag turned on so that we can test our requests and responses in SSZ.
Create of list of endpoints that support vs not support SSZ for this feature
have ssz fall back to json is not available
create list of endpoints that can be done in ssz and which are not for the validator client
add a flag for enabling ssz, add it as a new feature flag
add new condition either at the http client level or at the endpoint itself,
add some helper functions to make it easier + take a looka t how builder api does it.
The text was updated successfully, but these errors were encountered:
i would like to work on this issue!
Sorry, something went wrong.
rose2221
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
🚀 Feature Request
Description
more and more endpoints now support SSZ, we support it beacon apis and builders will be supporting ssz soon ethereum/builder-specs#104
we should have a flag turned on so that we can test our requests and responses in SSZ.
Describe the solution you'd like
Create of list of endpoints that support vs not support SSZ for this feature
have ssz fall back to json is not available
create list of endpoints that can be done in ssz and which are not for the validator client
add a flag for enabling ssz, add it as a new feature flag
add new condition either at the http client level or at the endpoint itself,
add some helper functions to make it easier + take a looka t how builder api does it.
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: