Skip to content

Commit

Permalink
chore: removed BLS cpp library (#44)
Browse files Browse the repository at this point in the history
* chore: new BLS library

* chore: new BLS library
  • Loading branch information
QuantumExplorer authored Oct 19, 2024
1 parent 288b03c commit eb700ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
24 changes: 1 addition & 23 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions dash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dashcore"
version = "0.33.0"
version = "0.33.1"
authors = [
"Samuel Westrich <sam@dash.org>",
"Anton Suprunchuk <anton@dash.org>",
Expand Down Expand Up @@ -29,7 +29,6 @@ secp-recovery = ["secp256k1/recovery"]
signer = ["secp-recovery", "rand"]
core-block-hash-use-x11 = ["dashcore_hashes/x11"]
bls = ["blsful"]
bls-cpp = ["bls-signatures"]
eddsa = ["ed25519-dalek"]

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

0 comments on commit eb700ae

Please sign in to comment.