Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
# regtest-* features are experimental and not fully usable
- regtest-bitcoin
- regtest-electrum
- regtest-esplora-ureq
- regtest-esplora-reqwest

steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

- Add distinct `key-value-db` and `sqlite-db` features, keep default as `key-value-db`
- Add experimental `regtest-*` features that will auto spawn bitcoind regtest node in the background. Exposing bitcoin-cli rpc calls via new bdk-cli command `bdk-cli node <command> [<args>]`.
- Add integration testing framework in `tests/integrations.rs` with `regtest-*` features.

## [0.5.0]

Expand Down
Loading