Skip to content

Commit

Permalink
Merge #221: Release v0.15.0
Browse files Browse the repository at this point in the history
14060b7 Release v0.15.0 (Steven Roose)

Pull request description:

  Mainly to propagate the new bitcoin version

ACKs for top commit:
  sr-gi:
    ACK 14060b7
  dunxen:
    ACK 14060b7
  RCasatta:
    ACK 14060b7

Tree-SHA512: b069897087eb693b50e2cbb17511ceaea88da6530bb8ab9927afe4c82dd64e2fa64c105f5a55b20fc3668361ff2b0941dbe82d5651ad2c74f6769beb58807b72
  • Loading branch information
RCasatta committed May 4, 2022
2 parents 79d457d + 14060b7 commit 657eebd
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@

# 0.15.0

- bump bitcoin crate version to 0.28.0
- add `get_block_stats`
- add `add_node`
- add `remove_node`
- add `onetry_node`
- add `disconnect_node`
- add `disconnect_node_by_id`
- add `get_added_node_info`
- add `get_node_addresses`
- add `list_banned`
- add `clear_banned`
- add `add_ban`
- add `remove_ban`
- make `Auth::get_user_pass` public
- add `ScriptPubkeyType::witness_v1_taproot`

# 0.14.0

- add `wallet_conflicts` field in `WalletTxInfo`
Expand Down
4 changes: 2 additions & 2 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitcoincore-rpc"
version = "0.14.0"
version = "0.15.0"
authors = [
"Steven Roose <steven@stevenroose.org>",
"Jean Pierre Dudey <jeandudey@hotmail.com>",
Expand All @@ -18,7 +18,7 @@ name = "bitcoincore_rpc"
path = "src/lib.rs"

[dependencies]
bitcoincore-rpc-json = { version = "0.14.0", path = "../json" }
bitcoincore-rpc-json = { version = "0.15.0", path = "../json" }

log = "0.4.5"
jsonrpc = "0.12.0"
Expand Down
2 changes: 1 addition & 1 deletion json/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitcoincore-rpc-json"
version = "0.14.0"
version = "0.15.0"
authors = [
"Steven Roose <steven@stevenroose.org>",
"Jean Pierre Dudey <jeandudey@hotmail.com>",
Expand Down

0 comments on commit 657eebd

Please sign in to comment.