Altair validator client and HTTP API (#2404)

## Proposed Changes

* Implement the validator client and HTTP API changes necessary to support Altair


Co-authored-by: realbigsean <seananderson33@gmail.com>
Co-authored-by: Michael Sproul <michael@sigmaprime.io>
This commit is contained in:
Michael Sproul
2021-08-06 00:47:31 +00:00
parent 350b6f19de
commit 17a2c778e3
44 changed files with 3144 additions and 705 deletions

1
Cargo.lock generated
View File

@@ -7312,6 +7312,7 @@ dependencies = [
"futures",
"hex",
"hyper",
"itertools 0.10.1",
"lazy_static",
"libc",
"libsecp256k1",