Add first attempts at HTTP bootstrap

This commit is contained in:
Paul Hauner
2019-08-14 10:36:55 +10:00
parent 82e8aafb01
commit 4f98a3985f
8 changed files with 162 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ extern crate slog;
mod beacon_chain_types;
mod config;
mod local_bootstrap;
pub mod error;
pub mod notifier;