Skip to content

Commit

Permalink
Remove 'sqlite-db' feature, cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed May 24, 2022
1 parent 51b2b6a commit c1daa3f
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 119 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ 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`

## [0.5.0]

- Re-license to dual MIT and Apache 2.0 and update project name to "Bitcoin Dev Kit"
- Update to bdk and bdk-reserves to `0.18.0`
- Add 'verify' feature flag which enables transaction verification against consensus rules during sync.
- Make `regtest` the default network.
- Add experimental `regtest-*` features to automatically deploy local regtest nodes
(bitcoind, and electrs) while running cli commands.
- Put cached wallet data in separate directories: ~/.bdk-bitcoin/<wallet_name>
- Add distinct `key-value-db` and `sqlite-db` features, keep default as `key-value-db`

## [0.4.0]

Expand Down
Loading

0 comments on commit c1daa3f

Please sign in to comment.