File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 0.13.0
2
+
3
+ - add ` wallet_process_psbt `
4
+ - add ` unlock_unspent_all `
5
+ - compatibility with Bitcoin Core v0.21
6
+ - bump rust-bitcoin dependency to 0.26
7
+ - implement Deserialize for ImportMultiRescanSince
8
+ - some fixes for some negative confirmation values
9
+
1
10
# 0.12.0
11
+
2
12
- bump ` bitcoin ` dependency to version ` 0.25 ` , increasing our MSRV to ` 1.29.0 `
3
13
- test against ` bitcoind ` ` 0.20.0 ` and ` 0.20.1 `
4
14
- add ` get_balances `
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ The following versions are officially supported and automatically tested:
44
44
* 0.19.1
45
45
* 0.20.0
46
46
* 0.20.1
47
+ * 0.21.0
47
48
48
49
# Minimum Supported Rust Version (MSRV)
49
50
This library should always compile with any combination of features on ** Rust 1.29** .
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bitcoincore-rpc"
3
- version = " 0.12 .0"
3
+ version = " 0.13 .0"
4
4
authors = [
5
5
" Steven Roose <steven@stevenroose.org>" ,
6
6
" Jean Pierre Dudey <jeandudey@hotmail.com>" ,
@@ -18,7 +18,7 @@ name = "bitcoincore_rpc"
18
18
path = " src/lib.rs"
19
19
20
20
[dependencies ]
21
- bitcoincore-rpc-json = { version = " 0.12 .0" , path = " ../json" }
21
+ bitcoincore-rpc-json = { version = " 0.13 .0" , path = " ../json" }
22
22
23
23
log = " 0.4.5"
24
24
jsonrpc = " 0.11"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bitcoincore-rpc-json"
3
- version = " 0.12 .0"
3
+ version = " 0.13 .0"
4
4
authors = [
5
5
" Steven Roose <steven@stevenroose.org>" ,
6
6
" Jean Pierre Dudey <jeandudey@hotmail.com>" ,
You can’t perform that action at this time.
0 commit comments