File tree 6 files changed +17
-21
lines changed
6 files changed +17
-21
lines changed Original file line number Diff line number Diff line change 1
- # Unreleased
2
-
3
- - MSRV changed from 1.48.0 to 1.56.1
1
+ # 0.19.0
2
+
3
+ - Change MSRV from 1.48.0 to 1.56.1 [ #334 ] ( https://github.com/rust-bitcoin/rust-bitcoincore-rpc/pull/334 )
4
+ - Implement ` verifymessage ` RCP call (and add "verifymessage" feature)
5
+ - [ #326 ] ( https://github.com/rust-bitcoin/rust-bitcoincore-rpc/pull/326 )
6
+ - [ #343 ] ( https://github.com/rust-bitcoin/rust-bitcoincore-rpc/pull/343 )
7
+ - Upgrade ` bitcoin ` dependency to ` v0.32.0 ` [ #337 ] ( https://github.com/rust-bitcoin/rust-bitcoincore-rpc/pull/337 )
8
+ - Upgrade ` jsonrpc ` dependency to ` v0.18.0 ` [ #339 ] ( https://github.com/rust-bitcoin/rust-bitcoincore-rpc/pull/339 )
9
+ - Use ` jsonrpc ` "minreq_http" feature [ #341 ] ( https://github.com/rust-bitcoin/rust-bitcoincore-rpc/pull/341 )
10
+ - Add "rand" feature [ #342 ] ( https://github.com/rust-bitcoin/rust-bitcoincore-rpc/pull/342 )
4
11
5
12
# 0.18.0
6
13
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ dependencies = [
92
92
93
93
[[package]]
94
94
name = "bitcoincore-rpc"
95
- version = "0.18 .0"
95
+ version = "0.19 .0"
96
96
dependencies = [
97
97
"bitcoincore-rpc-json",
98
98
"jsonrpc",
@@ -104,7 +104,7 @@ dependencies = [
104
104
105
105
[[package]]
106
106
name = "bitcoincore-rpc-json"
107
- version = "0.18 .0"
107
+ version = "0.19 .0"
108
108
dependencies = [
109
109
"bitcoin",
110
110
"serde",
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ dependencies = [
92
92
93
93
[[package]]
94
94
name = "bitcoincore-rpc"
95
- version = "0.18 .0"
95
+ version = "0.19 .0"
96
96
dependencies = [
97
97
"bitcoincore-rpc-json",
98
98
"jsonrpc",
@@ -104,7 +104,7 @@ dependencies = [
104
104
105
105
[[package]]
106
106
name = "bitcoincore-rpc-json"
107
- version = "0.18 .0"
107
+ version = "0.19 .0"
108
108
dependencies = [
109
109
"bitcoin",
110
110
"serde",
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bitcoincore-rpc"
3
- version = " 0.18 .0"
3
+ version = " 0.19 .0"
4
4
authors = [
5
5
" Steven Roose <steven@stevenroose.org>" ,
6
6
" Jean Pierre Dudey <jeandudey@hotmail.com>" ,
@@ -23,7 +23,7 @@ default = ["rand"]
23
23
rand = [" bitcoincore-rpc-json/rand" ]
24
24
25
25
[dependencies ]
26
- bitcoincore-rpc-json = { version = " 0.18 .0" , path = " ../json" }
26
+ bitcoincore-rpc-json = { version = " 0.19 .0" , path = " ../json" }
27
27
28
28
log = " 0.4.5"
29
29
jsonrpc = { version = " 0.18.0" , features = [" minreq_http" ] }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bitcoincore-rpc-json"
3
- version = " 0.18 .0"
3
+ version = " 0.19 .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