-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly handling signature validation errors. Patch provided by http…
- Loading branch information
Showing
4 changed files
with
73 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "bdk-reserves" | ||
version = "0.28.0" | ||
version = "0.28.1" | ||
authors = ["Richard Ulrich <[email protected]>"] | ||
edition = "2018" | ||
description = "Proof of reserves for bitcoin dev kit" | ||
|
@@ -20,4 +20,4 @@ bdk-testutils = "^0.4" | |
bdk = { version = "0.28", default-features = true } | ||
electrsd = { version = "0.21", features = ["bitcoind_22_0", "electrs_0_9_1"] } | ||
# base64ct versions at 1.6.0 and higher have MSRV 1.60.0 | ||
base64ct = { version = "<1.6.0", features = ["alloc"] } | ||
base64ct = { version = "<1.6.0", features = ["alloc"] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters