Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions crates/blockchain/fork_choice/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ use std::collections::HashMap;

use ethlambda_types::{attestation::AttestationData, primitives::H256};

mod proto_array;
pub use proto_array::{ProtoArray, VoteTracker};

/// Compute per-block attestation weights for the fork choice tree.
///
/// For each validator attestation, walks backward from the attestation's head
Expand Down
Loading
Loading