Improve error handling

This commit is contained in:
Michael Sproul
2026-05-19 10:58:26 +10:00
parent 8ec0c4fe7e
commit a3bf75e9a1
5 changed files with 17 additions and 17 deletions

View File

@@ -254,6 +254,13 @@ pub enum BeaconChainError {
request_epoch: Epoch,
cache_epoch: Epoch,
},
AttesterCachePtcOutOfBounds {
slot: Slot,
epoch: Epoch,
},
AttesterCacheNoPtcPreGloas {
slot: Slot,
},
SkipProposerPreparation,
FailedColumnCustodyInfoUpdate,
}