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

chore: extract TestEnv into separate crate #1171

Merged
merged 5 commits into from
Mar 23, 2024

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    6e648fd View commit details
    Browse the repository at this point in the history
  2. chore: extract TestEnv into separate crate

    `TestEnv` is extracted into its own crate to serve as a framework
    for testing other block explorer APIs.
    LagginTimes committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    4edf533 View commit details
    Browse the repository at this point in the history
  3. test(electrum): added scan and reorg tests

    Added scan and reorg tests to check electrum functionality using
    `TestEnv`.
    LagginTimes committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    04d0ab5 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. chore(esplora): rm custom WASM target spec test dependency

    None of the `bdk_esplora` tests can run under WASM anyway since we
    depend on `electrsd`.
    evanlinjin committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    2462e90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c9ba3c View commit details
    Browse the repository at this point in the history