File tree 7 files changed +42
-7
lines changed
7 files changed +42
-7
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,17 @@ Contributors do not need to change this file but do need to add changelog detail
7
7
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
8
8
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
9
9
10
+ ## [ bitcoind_rpc-0.18.0]
11
+
12
+ ### Added
13
+
14
+ - Added ` bip158 ` module as a means of updating ` bdk_chain ` structures #1614
15
+
10
16
## [ bitcoind_rpc-0.17.1]
11
17
12
18
### Changed
13
19
14
20
- Minor updates to fix new rustc 1.83.0 clippy warnings #1776
15
21
16
- [ bitcoind_rpc-0.17.1 ] : https://github.com/bitcoindevkit/bdk/releases/tag/bitcoind_rpc-0.17.1
22
+ [ bitcoind_rpc-0.17.1 ] : https://github.com/bitcoindevkit/bdk/releases/tag/bitcoind_rpc-0.17.1
23
+ [ bitcoind_rpc-0.18.0 ] : https://github.com/bitcoindevkit/bdk/releases/tag/bitcoind_rpc-0.18.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bdk_bitcoind_rpc"
3
- version = " 0.17.1 "
3
+ version = " 0.18.0 "
4
4
edition = " 2021"
5
5
rust-version = " 1.63"
6
6
homepage = " https://bitcoindevkit.org"
Original file line number Diff line number Diff line change @@ -7,10 +7,14 @@ Contributors do not need to change this file but do need to add changelog detail
7
7
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
8
8
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
9
9
10
+ ## Unreleased
11
+
12
+ - test: add tests for ` Merge ` trait #1738
13
+
10
14
## [ core-0.4.1]
11
15
12
16
### Changed
13
17
14
18
- Minor updates to fix new rustc 1.83.0 clippy warnings #1776
15
19
16
- [ core-0.4.1 ] : https://github.com/bitcoindevkit/bdk/releases/tag/core-0.4.1
20
+ [ core-0.4.1 ] : https://github.com/bitcoindevkit/bdk/releases/tag/core-0.4.1
Original file line number Diff line number Diff line change @@ -7,10 +7,16 @@ Contributors do not need to change this file but do need to add changelog detail
7
7
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
8
8
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
9
9
10
+ ## [ electrum-0.21.0]
11
+
12
+ - Bump crate MSRV to 1.75.0
13
+ - deps: bump ` electrum-client ` to 0.23.0
14
+
10
15
## [ electrum-0.20.1]
11
16
12
17
### Changed
13
18
14
19
- Minor updates to fix new rustc 1.83.0 clippy warnings #1776
15
20
16
- [ electrum-0.20.1 ] : https://github.com/bitcoindevkit/bdk/releases/tag/electrum-0.20.1
21
+ [ electrum-0.20.1 ] : https://github.com/bitcoindevkit/bdk/releases/tag/electrum-0.20.1
22
+ [ electrum-0.21.0 ] : https://github.com/bitcoindevkit/bdk/releases/tag/electrum-0.21.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bdk_electrum"
3
- version = " 0.20.1 "
3
+ version = " 0.21.0 "
4
4
edition = " 2021"
5
5
homepage = " https://bitcoindevkit.org"
6
6
repository = " https://github.com/bitcoindevkit/bdk"
@@ -14,7 +14,7 @@ workspace = true
14
14
15
15
[dependencies ]
16
16
bdk_core = { path = " ../core" , version = " 0.4.1" }
17
- electrum-client = { version = " 0.22 " , features = [ " proxy" ], default-features = false }
17
+ electrum-client = { version = " 0.23 " , features = [ " proxy" ], default-features = false }
18
18
19
19
[dev-dependencies ]
20
20
bdk_testenv = { path = " ../testenv" }
Original file line number Diff line number Diff line change @@ -7,6 +7,23 @@ Contributors do not need to change this file but do need to add changelog detail
7
7
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
8
8
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
9
9
10
+ ## [ wallet-1.1.0]
11
+
12
+ ### Added
13
+
14
+ - ` Wallet ` can now be constructed using ` Network::Testnet4 ` #1805
15
+ - test: create tx locktime cltv for a specific time #1682
16
+ - docs: add architectural decision records (ADR) #1592
17
+
18
+ ### Changed
19
+
20
+ - Changed the default transaction version number to version 2 for TxBuilder. #1789
21
+
22
+ ### Fixed
23
+
24
+ - Improve safety on finalize psbt #1790
25
+ - Fixed an issue preventing ` build_fee_bump ` from re-targeting the drain value for some wallets #1812
26
+
10
27
## [ wallet-1.0.0]
11
28
12
29
### Summary
@@ -1237,3 +1254,4 @@ final transaction is created by calling `finish` on the builder.
1237
1254
[ v1.0.0-beta.5 ] : https://github.com/bitcoindevkit/bdk/releases/tag/v1.0.0-beta.5
1238
1255
[ v1.0.0-beta.6 ] : https://github.com/bitcoindevkit/bdk/releases/tag/v1.0.0-beta.6
1239
1256
[ wallet-1.0.0 ] : https://github.com/bitcoindevkit/bdk/releases/tag/wallet-1.0.0
1257
+ [ wallet-1.1.0 ] : https://github.com/bitcoindevkit/bdk/releases/tag/wallet-1.1.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bdk_wallet"
3
3
homepage = " https://bitcoindevkit.org"
4
- version = " 1.0 .0"
4
+ version = " 1.1 .0"
5
5
repository = " https://github.com/bitcoindevkit/bdk"
6
6
documentation = " https://docs.rs/bdk"
7
7
description = " A modern, lightweight, descriptor-based wallet library"
You can’t perform that action at this time.
0 commit comments