We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c496d commit f0824abCopy full SHA for f0824ab
CHANGELOG.md
@@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
-- Add distinct `key-value-db` and `sqlite-db` features, keep default as `key-value-db`
+- Add distinct `key-value-db` and `sqlite-db` features, keep default as `sqlite`
10
+- Add new `bdk-cli node <command> [<args>]` to control the backend node deployed by
11
+ deployed by `regtest-*` features.
12
+- Add an integration testing framework in `src/tests/integration.rs`. This framework uses
13
+ the `regtest-*` feature to run automated testing with bdk-cli.
14
15
## [0.5.0]
16
0 commit comments