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 whenever penumbra-sdk-view is added without default-features = false somewhere in the dependency tree.

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