-
-
Notifications
You must be signed in to change notification settings - Fork 410
Closed
Labels
meta-bugIssues that identify a bug and require a fix.Issues that identify a bug and require a fix.spec-fulu 🦓Issues targeting the Fusaka spec versionIssues targeting the Fusaka spec version
Description
Describe the bug
got this error during devnet
at SyncChain.sendBatch (file:///usr/app/packages/beacon-node/src/sync/range/chain.ts:410:19)
Feb-11 07:50:11.866[sync] verbose: Batch download error id=Finalized, startEpoch=10, status=Downloading, peer=16...AoaHKR - Cannot read properties of undefined (reading 'signedBlockHeader')
at SyncChain.sendBatch (file:///usr/app/packages/beacon-node/src/sync/range/chain.ts:410:19)
Feb-11 07:50:11.884[sync] verbose: Batch download error id=Finalized, startEpoch=3, status=Downloading, peer=16...AoaHKR - Cannot read properties of undefined (reading 'signedBlockHeader')
at SyncChain.sendBatch (file:///usr/app/packages/beacon-noExpected behavior
- need to check for undefined
dataColumnSidecarorwhile ( (dataColumnSidecar = allDataColumnSidecars[dataColumnSideCarIndex])?.signedBlockHeader.message.slot === block.data.message.slot - need to add unit test for it
Steps to reproduce
No response
Additional context
No response
Operating system
Linux
Lodestar version or commit hash
Metadata
Metadata
Assignees
Labels
meta-bugIssues that identify a bug and require a fix.Issues that identify a bug and require a fix.spec-fulu 🦓Issues targeting the Fusaka spec versionIssues targeting the Fusaka spec version