Cargo Features
fuel-block-committer-encoding has no features set by default.
[dependencies]
fuel-block-committer-encoding = { version = "0.10.3", features = ["kzg"] }
- kzg
-
Enables kzg of alloy ^0.3.6
alloy only really needed when generating proofs, and since the core doesn't need to do that we've gated it behing the
kzg
feature flag.Affects
blob::generate_sidecar
…
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.
- alloy kzg?
-
Enables alloy ^0.3.6