Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Added missing BLS feature (#14461)
Browse files Browse the repository at this point in the history
  • Loading branch information
davxy authored Jun 26, 2023
1 parent 0bf1433 commit ecf7122
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/keystore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ tempfile = "3.1.0"
# This feature adds BLS crypto primitives. It should not be used in production since
# the BLS implementation and interface may still be subject to significant change.
bls-experimental = [
"sp-core/bls-experimental",
"sp-keystore/bls-experimental",
"sp-core/bls-experimental",
"sp-keystore/bls-experimental",
]
4 changes: 4 additions & 0 deletions primitives/application-crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ full_crypto = [
"sp-io/disable_panic_handler",
"sp-io/disable_oom",
]

# This feature adds BLS crypto primitives. It should not be used in production since
# the BLS implementation and interface may still be subject to significant change.
bls-experimental = [ "sp-core/bls-experimental" ]

0 comments on commit ecf7122

Please sign in to comment.