mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-26 17:23:41 +00:00
Implement tree states & hierarchical state DB
This commit is contained in:
@@ -7,6 +7,7 @@ use slog::{crit, debug, warn, Logger};
|
||||
use ssz_derive::{Decode, Encode};
|
||||
use state_processing::{
|
||||
per_block_processing::errors::AttesterSlashingValidationError, per_epoch_processing,
|
||||
per_epoch_processing::altair::participation_cache,
|
||||
};
|
||||
use std::cmp::Ordering;
|
||||
use std::collections::BTreeSet;
|
||||
@@ -71,7 +72,7 @@ pub enum Error<T> {
|
||||
proposer_boost_root: Hash256,
|
||||
},
|
||||
UnrealizedVoteProcessing(state_processing::EpochProcessingError),
|
||||
ParticipationCacheBuild(BeaconStateError),
|
||||
ParticipationCacheBuild(participation_cache::Error),
|
||||
ValidatorStatuses(BeaconStateError),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user