lighthouse/common/eth2/src/lighthouse_vc
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
..
http_client.rs Update the voluntary exit endpoint to comply with the key manager specification (#4679) 2023-09-22 02:33:11 +00:00
mod.rs Implement standard keystore API (#2736) 2022-01-30 23:22:04 +00:00
std_types.rs Add validator-manager (#3502) 2023-08-08 00:03:22 +00:00
types.rs Add validator-manager (#3502) 2023-08-08 00:03:22 +00:00