Skip to content

Commit eb700ae

Browse files
chore: removed BLS cpp library (#44)
* chore: new BLS library * chore: new BLS library
1 parent 288b03c commit eb700ae

File tree

2 files changed

+2
-26
lines changed

2 files changed

+2
-26
lines changed

Cargo.lock

Lines changed: 1 addition & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dashcore"
3-
version = "0.33.0"
3+
version = "0.33.1"
44
authors = [
55
"Samuel Westrich <sam@dash.org>",
66
"Anton Suprunchuk <anton@dash.org>",
@@ -29,7 +29,6 @@ secp-recovery = ["secp256k1/recovery"]
2929
signer = ["secp-recovery", "rand"]
3030
core-block-hash-use-x11 = ["dashcore_hashes/x11"]
3131
bls = ["blsful"]
32-
bls-cpp = ["bls-signatures"]
3332
eddsa = ["ed25519-dalek"]
3433

3534
# At least one of std, no-std must be enabled.
@@ -63,7 +62,6 @@ hex = { version= "0.4" }
6362
bincode = { version= "2.0.0-rc.3", optional = true }
6463
bitflags = "2.6.0"
6564
blsful = { version = "3.0.0-pre6", optional = true }
66-
bls-signatures = { git = "https://github.com/dashpay/bls-signatures", tag = "1.3.3", optional = true }
6765
serde_repr = "0.1.19"
6866
strum = { version = "0.26", features = ["derive"] }
6967
lazy_static = "1.5.0"

0 commit comments

Comments
 (0)