Skip to content

Commit 3334c8d

Browse files
committed
Merge commit 'refs/pull/564/head' of github.com:bitcoindevkit/bdk
2 parents 4b1be68 + ce09203 commit 3334c8d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [v0.17.0] - [v0.16.1]
10+
911
- Removed default verification from `wallet::sync`. sync-time verification is added in `script_sync` and is activated by `verify` feature flag.
1012
- `verify` flag removed from `TransactionDetails`.
1113
- Add `get_internal_address` to allow you to get internal addresses just as you get external addresses.
@@ -416,7 +418,6 @@ final transaction is created by calling `finish` on the builder.
416418
- Use `MemoryDatabase` in the compiler example
417419
- Make the REPL return JSON
418420

419-
[unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.11.0...HEAD
420421
[0.1.0-beta.1]: https://github.com/bitcoindevkit/bdk/compare/96c87ea5...0.1.0-beta.1
421422
[v0.2.0]: https://github.com/bitcoindevkit/bdk/compare/0.1.0-beta.1...v0.2.0
422423
[v0.3.0]: https://github.com/bitcoindevkit/bdk/compare/v0.2.0...v0.3.0
@@ -435,3 +436,5 @@ final transaction is created by calling `finish` on the builder.
435436
[v0.15.0]: https://github.com/bitcoindevkit/bdk/compare/v0.14.0...v0.15.0
436437
[v0.16.0]: https://github.com/bitcoindevkit/bdk/compare/v0.15.0...v0.16.0
437438
[v0.16.1]: https://github.com/bitcoindevkit/bdk/compare/v0.16.0...v0.16.1
439+
[v0.17.0]: https://github.com/bitcoindevkit/bdk/compare/v0.16.1...v0.17.0
440+
[unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.17.0...HEAD

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bdk"
3-
version = "0.16.2-dev"
3+
version = "0.17.1-dev"
44
edition = "2018"
55
authors = ["Alekos Filini <[email protected]>", "Riccardo Casatta <[email protected]>"]
66
homepage = "https://bitcoindevkit.org"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
//! interact with the bitcoin P2P network.
4545
//!
4646
//! ```toml
47-
//! bdk = "0.16.1"
47+
//! bdk = "0.17.0"
4848
//! ```
4949
#![cfg_attr(
5050
feature = "electrum",

0 commit comments

Comments
 (0)