Handle Gloas fork boundary epoch

This commit is contained in:
Michael Sproul
2026-05-18 12:06:04 +10:00
parent 9a0c3f859d
commit bd1a9ea2df
6 changed files with 183 additions and 47 deletions

View File

@@ -135,6 +135,9 @@ pub enum BeaconChainError {
state_epoch: Epoch,
shuffling_epoch: Epoch,
},
MissingPtcForGloasShuffling {
shuffling_epoch: Epoch,
},
SyncDutiesError(BeaconStateError),
InconsistentForwardsIter {
request_slot: Slot,