Skip to main content

Crate isocline_build

Crate isocline_build 

Source
Expand description

Build-time manifest verification. Parses isocline.toml, RPCs UniversalAdapter.buckets(keccak256(name)) and RitualTickScheduler.hasDeclaredSecret(keccak256(name)), errors out on mismatch. Set ISOCLINE_VERIFY=skip to bypass (prints a loud cargo warning).

Structs§

AdapterSection
Manifest
SchedulerSection
bucketsCall
Function with signature buckets(bytes32) and selector 0x67403b61.
bucketsReturn
Container type for the return parameters of the buckets(bytes32) function.
hasDeclaredSecretCall
Function with signature hasDeclaredSecret(bytes32) and selector 0xf530e435.
hasDeclaredSecretReturn
Container type for the return parameters of the hasDeclaredSecret(bytes32) function.

Enums§

VerifyError

Functions§

verify_manifest