mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 05:18:30 +00:00
Fix misc PeerDAS todos (#6862)
Address misc PeerDAS TODOs that are not too big for a dedicated PR I'll justify each TODO on an inlined comment
This commit is contained in:
@@ -479,8 +479,8 @@ impl<T: BeaconChainTypes> BlockLookups<T> {
|
||||
// continue_request will send for processing as the request state is AwaitingProcessing
|
||||
}
|
||||
Err(e) => {
|
||||
// TODO(das): is it okay to not log the peer source of request failures? Then we
|
||||
// should log individual requests failures in the SyncNetworkContext
|
||||
// No need to log peer source here. When sending a DataColumnsByRoot request we log
|
||||
// the peer and the request ID which is linked to this `id` value here.
|
||||
debug!(self.log,
|
||||
"Received lookup download failure";
|
||||
"block_root" => ?block_root,
|
||||
|
||||
Reference in New Issue
Block a user