Cargo Features

recall_fil_actors_runtime has no features set by default.

[dependencies]
recall_fil_actors_runtime = { version = "0.0.0", features = ["fil-actor", "sector-2k", "sector-8m", "sector-512m", "sector-32g", "sector-64g", "sector-default", "small-deals", "short-precommit", "min-power-2k", "min-power-2g", "no-provider-deal-collateral", "fake-proofs", "test_utils"] }
fil-actor = fvm_sdk

Affects runtime::fvm

sector-2k

Enable 2k sectors

sector-8m

Enable 8m sectors

sector-512m

Enable 512m sectors

sector-32g sector-default?

Enable 32g sectors

sector-64g sector-default?

Enable 64g sectors

sector-default = sector-32g, sector-64g

Enable the "default" sectors types.

small-deals

Reduce min verified deal size from 1MiB to 256B

Affects policy::policy_constants.MINIMUM_VERIFIED_ALLOCATION_SIZE

short-precommit

Reduce pre-commit delay from 150 epochs, to 10.

Affects policy::policy_constants.PRE_COMMIT_CHALLENGE_DELAY

min-power-2k

Lower the minimum power requirement to 2k

Affects policy::policy_constants.MINIMUM_CONSENSUS_POWER

min-power-2g

Lower the minimum power requirement to 2g

Affects policy::policy_constants.MINIMUM_CONSENSUS_POWER

no-provider-deal-collateral

no collateral for deals (for testing)

Affects policy::policy_constants.PROV_COLLATERAL_PERCENT_SUPPLY_NUM

fake-proofs

fake proofs (for testing)

test_utils = blake2b_simd, hex, libsecp256k1, pretty_env_logger, rand

Enables ripemd, sha2 and sha3 of multihash ^0.18.1 and std_rng of rand ^0.8.5

rand:

Option (enabled by default): enable StdRng

Affects recall_fil_actors_runtime::test_utils

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

fvm_sdk fil-actor?
blake2b_simd test_utils?

Enables blake2b_simd

test_util

hex test_utils?
pretty_env_logger test_utils?

Enables pretty_env_logger ^0.4.0

rand test_utils?

Enables rand ^0.8.5

libsecp256k1 test_utils?