File tree Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 0.12.0
2
+ - bump ` bitcoin ` dependency to version ` 0.25 ` , increasing our MSRV to ` 1.29.0 `
3
+ - test against ` bitcoind ` ` 0.20.0 ` and ` 0.20.1 `
4
+ - add ` get_balances `
5
+ - add ` get_mempool_entry `
6
+ - add ` list_since_block `
7
+ - add ` get_mempool_entry `
8
+ - add ` list_since_block `
9
+ - add ` uptime `
10
+ - add ` get_network_hash_ps `
11
+ - add ` get_tx_out_set_info `
12
+ - add ` get_net_totals `
13
+ - partially implement ` scantxoutset `
14
+ - extend ` create_wallet ` and related APIs
15
+ - extend ` GetWalletInfoResult `
16
+ - extend ` WalletTxInfo `
17
+ - extend testsuite
18
+ - fix ` GetPeerInfoResult `
19
+ - fix ` GetNetworkInfoResult `
20
+ - fix ` GetTransactionResultDetailCategory `
21
+ - fix ` GetMempoolEntryResult ` for bitcoind prior to ` 0.19.0 `
22
+ - fix ` GetBlockResult ` and ` GetBlockHeaderResult `
1
23
2
24
# 0.11.0
3
25
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bitcoincore-rpc"
3
- version = " 0.11 .0"
3
+ version = " 0.12 .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.11 .0" , path = " ../json" }
21
+ bitcoincore-rpc-json = { version = " 0.12 .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.11 .0"
3
+ version = " 0.12 .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