feat: Add SSZ response support for validator_balances endpoints - #801
Conversation
|
Companion snapshot-tests PR: grandinetech/grandine-snapshot-tests#7 @hangleang I kept this PR focused on the API change, so I haven’t bumped the submodule yet. Once grandinetech/grandine-snapshot-tests#7 merges to As I’m new to the project, does this sequence look right, or would you prefer a different order for paired |
Just commit with the snapshot tests, make sure the tests is published to remote. I will allow CI to run after that |
Signed-off-by: Nikhil Sharma <nikhilsharma230303@gmail.com>
Pushed the submodule bump |
Signed-off-by: Nikhil Sharma <nikhilsharma230303@gmail.com>
|
@hangleang applied a fix for the Clippy |
|
@povi could you give a yes or no for this PR? it is looks good to me |
Closes #793
Adds SSZ (
application/octet-stream) response support toGETandPOST/eth/v1/beacon/states/{state_id}/validator_balances, per beacon-APIs #622.Clients opt in via
Accept: application/octet-stream. JSON behavior is unchanged.