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

test(electrum): Test sync in reorg and no-reorg situations #1535

Merged
merged 2 commits into from
Aug 12, 2024

Commits on Aug 12, 2024

  1. test(electrum): Test sync in reorg and no-reorg situations

    Add test for `bdk_electrum` to make sure previously unconfirmed
    transactions get confirmed again in both reorg and no-reorg
    situations.
    LagginTimes committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    49e1a5e View commit details
    Browse the repository at this point in the history
  2. feat(testenv): Added bdk_electrum wait for Txid method

    Added `wait_until_electrum_sees_txid` method to `TestEnv`. Both
    `bdk_electrum` wait methods now have a `timeout` option. Removed
    the exponential polling delay in lieu of a fixed delay inside the
    `bdk_electrum` wait methods.
    LagginTimes committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    2c0bc45 View commit details
    Browse the repository at this point in the history