more logging

This commit is contained in:
Agnish Ghosh 2024-10-22 23:40:59 +05:30
parent ba58e89ea5
commit bb1750bf65
2 changed files with 4 additions and 5 deletions

View File

@ -639,10 +639,9 @@ proc syncStep[A, B](man: SyncManager[A, B], index: int, peer: A)
if forkyBlck.message.body.blob_kzg_commitments.len > 0:
hasColumns = true
break
debugEcho "Has Columns"
debugEcho hasColumns
hasColumns
debugEcho "Has Columns"
debugEcho hasColumns
let dataColumnData =
if shouldGetDataColumns and man.filterCustodyPeersBeforeColumnSync(peer):
@ -692,7 +691,7 @@ proc syncStep[A, B](man: SyncManager[A, B], index: int, peer: A)
Opt.none(seq[DataColumnSidecars])
debugEcho "Data column while syncing"
debugEcho dataColumnData.get.mapIt(it[])
debugEcho dataColumnData.get[0].mapIt(it[])
if len(blockData) == 0 and man.direction == SyncQueueKind.Backward and
req.contains(man.getSafeSlot()):

2
vendor/nim-libp2p vendored

@ -1 +1 @@
Subproject commit 21cbe3a91a70811522554e89e6a791172cebfef2
Subproject commit b5fb7b3a97d8977d969d786633f70c4094cd0eaf