lighthouse/common
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
..
account_utils
clap_utils
compare_fields
compare_fields_derive
deposit_contract
directory
eth2 Update the voluntary exit endpoint to comply with the key manager specification (#4679) 2023-09-22 02:33:11 +00:00
eth2_config Update holesky config for relaunch (#4760) 2023-09-21 06:38:32 +00:00
eth2_interop_keypairs
eth2_network_config Update Holesky boot ENR (#4763) 2023-09-21 22:36:59 +00:00
eth2_wallet_manager
filesystem
lighthouse_metrics
lighthouse_version Release v4.4.1 (#4690) 2023-09-04 02:56:52 +00:00
lockfile
logging
lru_cache
malloc_utils
monitoring_api
oneshot_broadcast
pretty_reqwest_error Add Holesky (#4653) 2023-08-28 05:34:27 +00:00
sensitive_url
slot_clock
system_health
target_check
task_executor
test_random_derive
unused_port
validator_dir
warp_utils
README.md

eth2

Common crates containing eth2-specific logic.