File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- # Unreleased
1
+ # 0.18.0
2
2
3
3
- MSRV changed from 1.41.1 to 1.48.0
4
+ - Use ` bitcoin::Network ` in ` GetBlockchainInfoResult ` .
5
+ - Make checksum optional in ` GetDescriptorInfoResult ` .
6
+ - Make ` getmempoolinfo ` compatible with supported RPC versions.
4
7
5
8
# 0.17.0
6
9
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bitcoincore-rpc"
3
- version = " 0.17 .0"
3
+ version = " 0.18 .0"
4
4
authors = [
5
5
" Steven Roose <steven@stevenroose.org>" ,
6
6
" Jean Pierre Dudey <jeandudey@hotmail.com>" ,
@@ -19,7 +19,7 @@ name = "bitcoincore_rpc"
19
19
path = " src/lib.rs"
20
20
21
21
[dependencies ]
22
- bitcoincore-rpc-json = { version = " 0.17 .0" , path = " ../json" }
22
+ bitcoincore-rpc-json = { version = " 0.18 .0" , path = " ../json" }
23
23
24
24
log = " 0.4.5"
25
25
jsonrpc = " 0.14.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bitcoincore-rpc-json"
3
- version = " 0.17 .0"
3
+ version = " 0.18 .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