File tree Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change
1
+ # 0.14.0
2
+
3
+ - add ` wallet_conflicts ` field in ` WalletTxInfo `
4
+ - add ` get_chain_tips `
5
+ - add ` get_block_template `
6
+ - implement ` From<u64> ` and ` From<Option<u64>> ` for ` ImportMultiRescanSince `
7
+ - bump rust-bitcoin dependency to 0.27
8
+ - bump json-rpc dependency to 0.12.0
9
+ - remove dependency on ` hex `
10
+
1
11
# 0.13.0
2
12
3
13
- add ` wallet_process_psbt `
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bitcoincore-rpc"
3
- version = " 0.13 .0"
3
+ version = " 0.14 .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.13 .0" , path = " ../json" }
21
+ bitcoincore-rpc-json = { version = " 0.14 .0" , path = " ../json" }
22
22
23
23
log = " 0.4.5"
24
24
jsonrpc = " 0.12.0"
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ authors = ["Steven Roose <steven@stevenroose.org>"]
5
5
6
6
[dependencies ]
7
7
bitcoincore-rpc = { path = " ../client" }
8
- bitcoin = { version = " 0.26 " , features = [ " use-serde" , " rand" ] }
8
+ bitcoin = { version = " 0.27 " , features = [ " use-serde" , " rand" ] }
9
9
lazy_static = " 1.4.0"
10
10
log = " 0.4"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bitcoincore-rpc-json"
3
- version = " 0.13 .0"
3
+ version = " 0.14 .0"
4
4
authors = [
5
5
" Steven Roose <steven@stevenroose.org>" ,
6
6
" Jean Pierre Dudey <jeandudey@hotmail.com>" ,
@@ -21,4 +21,4 @@ path = "src/lib.rs"
21
21
serde = { version = " 1" , features = [ " derive" ] }
22
22
serde_json = " 1"
23
23
24
- bitcoin = { version = " 0.26 " , features = [ " use-serde" ] }
24
+ bitcoin = { version = " 0.27 " , features = [ " use-serde" ] }
You can’t perform that action at this time.
0 commit comments