Partially implement optimised lmd ghost.

- Creates fork-choice trait.
- Corrects comment spelling in beacon block.
- Implements helper functions of optimised lmd ghost.
This commit is contained in:
Age Manning
2019-02-11 15:14:56 +11:00
parent 0972c67d19
commit 4723707097
4 changed files with 223 additions and 1 deletions

View File

@@ -8,3 +8,5 @@ edition = "2018"
db = { path = "../../beacon_node/db" }
ssz = { path = "../utils/ssz" }
types = { path = "../types" }
fast-math = "0.1.1"
byteorder = "1.3.1"