We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d0af8 commit ee183d6Copy full SHA for ee183d6
CHANGELOG.md
@@ -1,6 +1,9 @@
1
-# Unreleased
+# 0.18.0
2
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.
7
8
# 0.17.0
9
json/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bitcoincore-rpc-json"
-version = "0.17.0"
+version = "0.18.0"
authors = [
"Steven Roose <steven@stevenroose.org>",
"Jean Pierre Dudey <jeandudey@hotmail.com>",
0 commit comments