4723707097
- Creates fork-choice trait. - Corrects comment spelling in beacon block. - Implements helper functions of optimised lmd ghost.
13 lines
270 B
TOML
13 lines
270 B
TOML
[package]
|
|
name = "fork_choice"
|
|
version = "0.1.0"
|
|
authors = ["Age Manning <Age@AgeManning.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
db = { path = "../../beacon_node/db" }
|
|
ssz = { path = "../utils/ssz" }
|
|
types = { path = "../types" }
|
|
fast-math = "0.1.1"
|
|
byteorder = "1.3.1"
|