-
Notifications
You must be signed in to change notification settings - Fork 902
Closed
Labels
backwards-incompatBackwards-incompatible API changeBackwards-incompatible API changebugSomething isn't workingSomething isn't workingv4.5.0ETA Q4 2023ETA Q4 2023val-clientRelates to the validator client binaryRelates to the validator client binary
Description
Description
When calling keymanager API /eth/v1/validator/<pubkey>/voluntary_exit
, Lighthouse creates a JSON structure that does not place everything under data
. By the spec, it should.
{"message":{"epoch":"196868","validator_index":"505597"},"signature":"0xhexsig"}
by spec should be
{"data":{"message":{"epoch":"196868","validator_index":"505597"},"signature":"0xhexsig"}}
To be sure, the current behavior makes it easier to just POST
the result to the CL. Spec, however, wants a data
structure for GET
and this not to be present for POST
. 😅
Version
v4.3.0
michaelsproul
Metadata
Metadata
Assignees
Labels
backwards-incompatBackwards-incompatible API changeBackwards-incompatible API changebugSomething isn't workingSomething isn't workingv4.5.0ETA Q4 2023ETA Q4 2023val-clientRelates to the validator client binaryRelates to the validator client binary