mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 13:24:44 +00:00
handle parent blob request edge cases correctly. fix data availability boundary check
This commit is contained in:
@@ -87,6 +87,8 @@ pub enum BlobError {
|
||||
/// We were unable to process this sync committee message due to an internal error. It's unclear if the
|
||||
/// sync committee message is valid.
|
||||
BeaconChainError(BeaconChainError),
|
||||
/// No blobs for the specified block where we would expect blobs.
|
||||
MissingBlobs,
|
||||
}
|
||||
|
||||
impl From<BeaconChainError> for BlobError {
|
||||
|
||||
Reference in New Issue
Block a user