Skip to content

Fix sync failed for some seeds - #157

Merged
pshenmic merged 1 commit into
masterfrom
feat/bump-sdk-version
Aug 31, 2026
Merged

pshenmic merged 1 commit into
masterfrom
feat/bump-sdk-version

Conversation

@owl352

@owl352 owl352 commented Aug 29, 2026

Copy link
Copy Markdown
Collaborator

Issue

P2P stack uses core sdk for serialization and deserialization data objects. When seed contains tx in block, p2p must decode whole block and in some blocks exists cbtx's script of which core sdk cannot deserialize normally and as result we getting offset error on deserialize
Example of bad block: https://dashscan.io/blocks/000000000000000c9253abbeeafddfa08c8aaec02fd2dedfcf3fa467be5cdc31

Things done

  • Updated sdk and p2p to new versions which contains fix for script deserialization

@owl352 owl352 self-assigned this Aug 29, 2026
Comment thread yarn.lock
"dash-core-p2p@https://github.com/pshenmic/dash-core-p2p#7c40475607faf2b9a68d2f897a862b8e249cb2cc":
version "0.0.1"
resolved "https://github.com/pshenmic/dash-core-p2p#542a9d9e250c898e8b7a9ed2781cccaba52739f0"
resolved "https://github.com/pshenmic/dash-core-p2p#7c40475607faf2b9a68d2f897a862b8e249cb2cc"

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not over a new dash core p2p version?

@pshenmic
pshenmic merged commit 3d63780 into master Aug 31, 2026
3 checks passed
@pshenmic
pshenmic deleted the feat/bump-sdk-version branch August 31, 2026 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants