Add fork-choice yaml tests.

This commit is contained in:
Age Manning
2019-02-18 17:32:13 +11:00
parent a4beb81b83
commit 8b34bc490b
5 changed files with 302 additions and 22 deletions

View File

@@ -41,6 +41,8 @@
extern crate db;
extern crate ssz;
extern crate types;
#[macro_use]
extern crate log;
pub mod longest_chain;
pub mod optimised_lmd_ghost;