Cargo Features

sc-consensus-beefy has no features set by default.

[dependencies]
sc-consensus-beefy = { version = "18.0.0", features = ["bls-experimental"] }
bls-experimental

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.

Enables bls-experimental of sp-application-crypto, sp-consensus-beefy, and sp-core