Add fork choice bug fixes.

- Further bug fixes from testing.
- Simplify the testing framework.
- Add tests for longest chain and GHOST vs bitwise GHOST.
This commit is contained in:
Age Manning
2019-02-19 23:06:35 +11:00
parent 2394f64329
commit fd1edaf805
6 changed files with 99 additions and 53 deletions

View File

@@ -13,6 +13,7 @@ log = "0.4.6"
bit-vec = "0.5.0"
[dev-dependencies]
hex = "0.3.2"
yaml-rust = "0.4.2"
bls = { path = "../utils/bls" }
slot_clock = { path = "../utils/slot_clock" }