Cargo Features
aptos-consensus has no features set by default.
[dependencies]
aptos-consensus = { version = "0.2.7", features = ["failpoints", "fuzzing"] }
- failpoints
-
Enables failpoints of fail
- fuzzing
-
Enables testing of safety-rules, fuzzing of aptos-config, aptos-crypto, aptos-mempool, aptos-types, and consensus-types
Affects
round_manager::round_manager_fuzzing
…