mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-31 05:07:12 +00:00
Refactor
This commit is contained in:
@@ -286,6 +286,10 @@ pub enum BlockError {
|
||||
/// TODO: We may need to penalize the peer that gave us a potentially invalid rpc blob.
|
||||
/// https://github.com/sigp/lighthouse/issues/4546
|
||||
AvailabilityCheck(AvailabilityCheckError),
|
||||
/// The payload envelope's block root is unknown.
|
||||
EnvelopeBlockRootUnknown { block_root: Hash256 },
|
||||
/// Optimistic sync is not supported for Gloas payload envelopes.
|
||||
OptimisticSyncNotSupported { block_root: Hash256 },
|
||||
/// A Blob with a slot after PeerDAS is received and is not required to be imported.
|
||||
/// This can happen because we stay subscribed to the blob subnet after 2 epochs, as we could
|
||||
/// still receive valid blobs from a Deneb epoch after PeerDAS is activated.
|
||||
|
||||
Reference in New Issue
Block a user