Added missing BLS feature (#14461)

This commit is contained in:
Davide Galassi
2023-06-26 19:10:16 +02:00
committed by GitHub
parent 9a5d9a586e
commit 13cb7ccc57
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -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",
]
@@ -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" ]