mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 20:31:13 +00:00
Added missing BLS feature (#14461)
This commit is contained in:
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user