This repository was archived by the owner on Nov 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
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+
111# 0.13.0
212
313- add ` wallet_process_psbt `
Original file line number Diff line number Diff line change 11[package ]
22name = " bitcoincore-rpc"
3- version = " 0.13 .0"
3+ version = " 0.14 .0"
44authors = [
55 " Steven Roose <steven@stevenroose.org>" ,
66 " Jean Pierre Dudey <jeandudey@hotmail.com>" ,
@@ -18,7 +18,7 @@ name = "bitcoincore_rpc"
1818path = " src/lib.rs"
1919
2020[dependencies ]
21- bitcoincore-rpc-json = { version = " 0.13 .0" , path = " ../json" }
21+ bitcoincore-rpc-json = { version = " 0.14 .0" , path = " ../json" }
2222
2323log = " 0.4.5"
2424jsonrpc = " 0.12.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " bitcoincore-rpc-json"
3- version = " 0.13 .0"
3+ version = " 0.14 .0"
44authors = [
55 " Steven Roose <steven@stevenroose.org>" ,
66 " Jean Pierre Dudey <jeandudey@hotmail.com>" ,
You can’t perform that action at this time.
0 commit comments