Cargo Features
unc-primitives has no features set by default.
[dependencies]
unc-primitives = { version = "0.12.2", features = ["sandbox", "dump_errors_schema", "protocol_feature_fix_staking_threshold", "protocol_feature_fix_contract_loading_cost", "protocol_feature_reject_blocks_with_outdated_protocol_version", "nightly", "nightly_protocol", "new_epoch_sync", "calimero_zero_storage"] }
- sandbox
-
Affects
sandbox::state_patch
… - dump_errors_schema
-
Enables dump_errors_schema of unc-rpc-error-macro
- protocol_feature_fix_staking_threshold nightly?
-
Enables protocol_feature…staking_threshold of unc-primitives-core
- protocol_feature_fix_contract_loading_cost nightly?
-
Enables protocol_feature…loading_cost of unc-primitives-core
- protocol_feature_reject_blocks_with_outdated_protocol_version nightly?
-
Enables protocol_feature…protocol_version of unc-primitives-core
- nightly = nightly_protocol, protocol_feature…loading_cost, protocol_feature…staking_threshold, protocol_feature…protocol_version
-
Enables nightly of unc-fmt, unc-o11y, unc-parameters, unc-primitives-core, and unc-vm-runner
- nightly_protocol nightly?
-
Enables nightly_protocol of unc-fmt, unc-o11y, unc-parameters, unc-primitives-core, and unc-vm-runner
- new_epoch_sync
-
Affects
epoch_manager::epoch_sync
,errors::epoch_sync
… - calimero_zero_storage