This repository was archived by the owner on Nov 25, 2025. It is now read-only.
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+
110# 0.12.0
11+
212- bump ` bitcoin ` dependency to version ` 0.25 ` , increasing our MSRV to ` 1.29.0 `
313- test against ` bitcoind ` ` 0.20.0 ` and ` 0.20.1 `
414- 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:
4444* 0.19.1
4545* 0.20.0
4646* 0.20.1
47+ * 0.21.0
4748
4849# Minimum Supported Rust Version (MSRV)
4950This library should always compile with any combination of features on ** Rust 1.29** .
Original file line number Diff line number Diff line change 11[package ]
22name = " bitcoincore-rpc"
3- version = " 0.12 .0"
3+ version = " 0.13 .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.12 .0" , path = " ../json" }
21+ bitcoincore-rpc-json = { version = " 0.13 .0" , path = " ../json" }
2222
2323log = " 0.4.5"
2424jsonrpc = " 0.11"
Original file line number Diff line number Diff line change 11[package ]
22name = " bitcoincore-rpc-json"
3- version = " 0.12 .0"
3+ version = " 0.13 .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