Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions dash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dashcore"
version = "0.36.2"
version = "0.36.3"
authors = [
"Samuel Westrich <sam@dash.org>",
"Anton Suprunchuk <anton@dash.org>",
Expand Down Expand Up @@ -30,7 +30,7 @@ signer = ["secp-recovery", "rand"]
core-block-hash-use-x11 = ["dashcore_hashes/x11"]
bls = ["blsful"]
eddsa = ["ed25519-dalek"]
quorum_validation = ["bls"]
quorum_validation = ["bls", "bls-signatures"]
message_verification = ["bls"]
bincode = [ "dep:bincode", "dashcore_hashes/bincode" ]

Expand Down Expand Up @@ -71,7 +71,8 @@ lazy_static = "1.5.0"
ed25519-dalek = { version = "2.1", features = ["rand_core"], optional = true }
blake3 = "1.5"
thiserror = "1"
bls-signatures = { git = "https://github.com/dashpay/bls-signatures", branch = "develop" }
# version 1.3.5 is 0bb5c5b03249c463debb5cef5f7e52ee66f3aaab
bls-signatures = { git = "https://github.com/dashpay/bls-signatures", rev = "0bb5c5b03249c463debb5cef5f7e52ee66f3aaab", optional = true }

[dev-dependencies]
serde_json = "1.0.96"
Expand Down
2 changes: 1 addition & 1 deletion hashes/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dashcore_hashes"
version = "0.15.2"
version = "0.15.3"
authors = ["Samuel Westrich <sam@dash.org>"]
license = "CC0-1.0"
repository = "https://github.com/rust-dashcore/dash_hashes/"
Expand Down