Open
Description
Description
According to the validator client API spec: sig is a signature using vc_sk across the sha256 of the response headers + body.
But the implementation signs only the response body: https://github.com/sigp/lighthouse/blob/stable/validator_client/src/http_api/mod.rs#L537
Expected Behaviour
A signature must be produced over HTTP response headers and body.
cc: @Nocasis