You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might happen such that node has one or more blocks that are not on canonical chain, but the rest of the blocks correspond to canonical chain.
In this case since DSN sync is only concerned with block numbers, it'll be unable to continue sync since parent block will not import. Essentially similar issue to paritytech/polkadot-sdk#493 (at least on high level).
We need to be able to kick in an alternative sub-mechanism that tries to download segments from a bit deeper history and import missing blocks from canonical chain if possible before resuming to sync from DSN the way we do it right now.
The text was updated successfully, but these errors were encountered:
nazar-pc
added
bug
Something isn't working
node
Node (service library/node app)
core
Related to core protocol, may affect fundamentals
labels
Aug 11, 2023
It might happen such that node has one or more blocks that are not on canonical chain, but the rest of the blocks correspond to canonical chain.
In this case since DSN sync is only concerned with block numbers, it'll be unable to continue sync since parent block will not import. Essentially similar issue to paritytech/polkadot-sdk#493 (at least on high level).
We need to be able to kick in an alternative sub-mechanism that tries to download segments from a bit deeper history and import missing blocks from canonical chain if possible before resuming to sync from DSN the way we do it right now.
The text was updated successfully, but these errors were encountered: