Skip to content

Conversation

@xdustinface
Copy link
Collaborator

Add integration test infrastructure for SPV sync against a local dashd regtest node using a pre-generated blockchain (yet to be improved) which is stored in https://github.com/xdustinface/regtest-blockchain for now.

This currently adds just one basic wallet sync test which still fails at the moment on v0.41-dev. The PRs to fix it will follow soon:

test_wallet_sync

  • Connecting the DashSpvClient to the dashd node
  • Fully sync up to it with a wallet loaded that contains bunch of transactions
  • Validate the wallet data (utxos, transactions, balance)

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 10, 2025

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch tests/dashd-sync

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Add integration test infrastructure for SPV sync against a local `dashd` regtest node using a pre-generated blockchain which is currently stored in https://github.com/xdustinface/regtest-blockchain.

This currently adds just one test which still fails at the moment on `v0.41-dev`. The PRs to fix it will follow _soon_.
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