File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ v0.17.0] - [ v0.16.1]
10
+
9
11
- Removed default verification from ` wallet::sync ` . sync-time verification is added in ` script_sync ` and is activated by ` verify ` feature flag.
10
12
- ` verify ` flag removed from ` TransactionDetails ` .
11
13
- 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.
416
418
- Use ` MemoryDatabase ` in the compiler example
417
419
- Make the REPL return JSON
418
420
419
- [ unreleased ] : https://github.com/bitcoindevkit/bdk/compare/v0.11.0...HEAD
420
421
[ 0.1.0-beta.1 ] : https://github.com/bitcoindevkit/bdk/compare/96c87ea5...0.1.0-beta.1
421
422
[ v0.2.0 ] : https://github.com/bitcoindevkit/bdk/compare/0.1.0-beta.1...v0.2.0
422
423
[ 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.
435
436
[ v0.15.0 ] : https://github.com/bitcoindevkit/bdk/compare/v0.14.0...v0.15.0
436
437
[ v0.16.0 ] : https://github.com/bitcoindevkit/bdk/compare/v0.15.0...v0.16.0
437
438
[ 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
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bdk"
3
- version = " 0.16.2 -dev"
3
+ version = " 0.17.1 -dev"
4
4
edition = " 2018"
5
5
authors = [
" Alekos Filini <[email protected] >" ,
" Riccardo Casatta <[email protected] >" ]
6
6
homepage = " https://bitcoindevkit.org"
Original file line number Diff line number Diff line change 44
44
//! interact with the bitcoin P2P network.
45
45
//!
46
46
//! ```toml
47
- //! bdk = "0.16.1 "
47
+ //! bdk = "0.17.0 "
48
48
//! ```
49
49
#![ cfg_attr(
50
50
feature = "electrum" ,
You can’t perform that action at this time.
0 commit comments