Skip to content

Commit

Permalink
v0.19.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Danconnolly committed Mar 10, 2024
1 parent 49ffdf8 commit fea9bb1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.19.5
- get_block_header_info() back to verbosity 1, verbosity 2 is very substantially slower
- new function get_block_header_info_full() to use verbosity 2

# 0.19.4
- increase timeout to 300 seconds

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitcoinsv-rpc"
version = "0.19.4"
version = "0.19.5"
authors = [
"Daniel Connolly <[email protected]>"
]
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 = "bitcoinsv-rpc-json"
version = "0.19.4"
version = "0.19.5"
authors = [
"Daniel Connolly <[email protected]>",
]
Expand Down

0 comments on commit fea9bb1

Please sign in to comment.