## Issue Addressed

NA

## Proposed Changes

Adds a `lighthouse/beacon/states/:state_id/ssz` endpoint to allow us to pull the genesis state from the API.

## Additional Info

NA
This commit is contained in:
Paul Hauner
2020-10-22 06:05:49 +00:00
parent 7f73dccebc
commit b829257cca
8 changed files with 115 additions and 4 deletions

2
Cargo.lock generated
View File

@@ -1574,6 +1574,7 @@ dependencies = [
"bytes 0.5.6",
"eth2_keystore",
"eth2_libp2p",
"eth2_ssz",
"hex 0.4.2",
"libsecp256k1",
"procinfo",
@@ -2461,6 +2462,7 @@ dependencies = [
"eth1",
"eth2",
"eth2_libp2p",
"eth2_ssz",
"fork_choice",
"hex 0.4.2",
"lazy_static",