Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

peerDAS - Unit test matchBlockWithDataColumns #7446

Open
twoeths opened this issue Feb 11, 2025 · 0 comments
Open

peerDAS - Unit test matchBlockWithDataColumns #7446

twoeths opened this issue Feb 11, 2025 · 0 comments
Labels
meta-bug Issues that identify a bug and require a fix.

Comments

@twoeths
Copy link
Contributor

twoeths commented Feb 11, 2025

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-no

Expected behavior

  • need to check for undefined dataColumnSidecar or while ( (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

f4f8684

@twoeths twoeths added the meta-bug Issues that identify a bug and require a fix. label Feb 11, 2025
@twoeths twoeths changed the title Unit test matchBlockWithDataColumns peerDAS - Unit test matchBlockWithDataColumns Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta-bug Issues that identify a bug and require a fix.
Projects
None yet
Development

No branches or pull requests

1 participant