mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 13:28:33 +00:00
Single-pass epoch processing (#4483)
This commit is contained in:
@@ -53,6 +53,7 @@ pub enum BeaconChainError {
|
||||
SlotClockDidNotStart,
|
||||
NoStateForSlot(Slot),
|
||||
BeaconStateError(BeaconStateError),
|
||||
HeadCacheError(EpochCacheError),
|
||||
DBInconsistent(String),
|
||||
DBError(store::Error),
|
||||
ForkChoiceError(ForkChoiceError),
|
||||
|
||||
Reference in New Issue
Block a user