Cargo Features
[dependencies]
penumbra-sdk-view = { version = "0.82.0-alpha.0", default-features = false, features = ["sct-divergence-check", "std"] }
- default = std
-
The
std
feature is set by default wheneverpenumbra-sdk-view
is added without
somewhere in the dependency tree.default-features = false - sct-divergence-check
-
When this feature is enabled, the view worker will request every single SCT root, to pinpoint exactly where any SCT root divergence occurs.
- std default
-
Enables std of ark-std ^0.4