lighthouse/common/eth2/src
Jimmy Chen c4e907de9f Update the voluntary exit endpoint to comply with the key manager specification (#4679)
## Issue Addressed

#4635 

## Proposed Changes

Wrap the `SignedVoluntaryExit` object in a `GenericResponse` container, adding an additional `data` layer, to ensure compliance with the key manager API specification.

The new response would look like this:

```json
{"data":{"message":{"epoch":"196868","validator_index":"505597"},"signature":"0xhexsig"}}
```

This is a backward incompatible change and will affect Siren as well.
2023-09-22 02:33:11 +00:00
..
lighthouse Phase 0 attestation rewards via Beacon API (#4474) 2023-07-18 01:48:40 +00:00
lighthouse_vc Update the voluntary exit endpoint to comply with the key manager specification (#4679) 2023-09-22 02:33:11 +00:00
lib.rs Add SSZ support to validator block production endpoints (#4534) 2023-09-21 06:38:31 +00:00
lighthouse.rs update dependencies (#4639) 2023-08-28 00:55:28 +00:00
mixin.rs Serve Bellatrix preset in BN API (#3425) 2022-08-10 07:52:59 +00:00
types.rs Send success code for duplicate blocks on HTTP (#4655) 2023-08-28 00:55:31 +00:00