mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-16 17:45:00 +00:00
disable valid csc set experimentally
This commit is contained in:
parent
121a3687b8
commit
04fd58efbf
@ -349,11 +349,11 @@ proc fetchDataColumnsFromNetwork(rman: RequestManager,
|
|||||||
try:
|
try:
|
||||||
peer = await rman.network.peerPool.acquire()
|
peer = await rman.network.peerPool.acquire()
|
||||||
|
|
||||||
# Create a peer list, which shall be later trimmed off as to which
|
# # Create a peer list, which shall be later trimmed off as to which
|
||||||
# of the peers have the valid custody columns
|
# # of the peers have the valid custody columns
|
||||||
peers.add(peer)
|
# peers.add(peer)
|
||||||
let validPeers = rman.constructValidCustodyPeers(peers)
|
# let validPeers = rman.constructValidCustodyPeers(peers)
|
||||||
if peer in validPeers:
|
# if peer in validPeers:
|
||||||
debug "Requesting data columns by root", peer = peer, columns = shortLog(colIdList),
|
debug "Requesting data columns by root", peer = peer, columns = shortLog(colIdList),
|
||||||
peer_score = peer.getScore()
|
peer_score = peer.getScore()
|
||||||
let columns = await dataColumnSidecarsByRoot(peer, DataColumnIdentifierList colIdList)
|
let columns = await dataColumnSidecarsByRoot(peer, DataColumnIdentifierList colIdList)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user