File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 1+
2+ # 0.15.0
3+
4+ - bump bitcoin crate version to 0.28.0
5+ - add ` get_block_stats `
6+ - add ` add_node `
7+ - add ` remove_node `
8+ - add ` onetry_node `
9+ - add ` disconnect_node `
10+ - add ` disconnect_node_by_id `
11+ - add ` get_added_node_info `
12+ - add ` get_node_addresses `
13+ - add ` list_banned `
14+ - add ` clear_banned `
15+ - add ` add_ban `
16+ - add ` remove_ban `
17+ - make ` Auth::get_user_pass ` public
18+ - add ` ScriptPubkeyType::witness_v1_taproot `
19+
120# 0.14.0
221
322- add ` wallet_conflicts ` field in ` WalletTxInfo `
Original file line number Diff line number Diff line change 11[package ]
22name = " bitcoincore-rpc"
3- version = " 0.14 .0"
3+ version = " 0.15 .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.14 .0" , path = " ../json" }
21+ bitcoincore-rpc-json = { version = " 0.15 .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.14 .0"
3+ version = " 0.15 .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