mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-09 20:41:22 +00:00
8109fad7bf
- Adds the naive fork choice (longest chain) rule. - Adds basic documentation for the crate.
12 lines
231 B
TOML
12 lines
231 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" }
|
|
|