File tree 3 files changed +53
-119
lines changed
3 files changed +53
-119
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ - Add distinct ` key-value-db ` and ` sqlite-db ` features, keep default as ` key-value-db `
10
+
11
+ ## [ 0.5.0]
12
+
9
13
- Re-license to dual MIT and Apache 2.0 and update project name to "Bitcoin Dev Kit"
10
14
- Update to bdk and bdk-reserves to ` 0.18.0 `
11
15
- Add 'verify' feature flag which enables transaction verification against consensus rules during sync.
12
- - Make ` regtest ` the default network.
13
16
- Add experimental ` regtest-* ` features to automatically deploy local regtest nodes
14
17
(bitcoind, and electrs) while running cli commands.
15
18
- Put cached wallet data in separate directories: ~ /.bdk-bitcoin/<wallet_name>
16
- - Add distinct ` key-value-db ` and ` sqlite-db ` features, keep default as ` key-value-db `
17
19
18
20
## [ 0.4.0]
19
21
You can’t perform that action at this time.
0 commit comments