pub fn run_sp_kv_v1_single_ring_with_resolver(
spec_path: &Path,
lane_path: PathBuf,
input: Vec<u8>,
wait: WaitPreset,
resolver: &dyn StageResolver,
) -> Result<Value, String>Expand description
Validate and execute a v1 spec.kv file using the bring-up SingleRing executor,
resolving any StageOpV1::ResolverKey stages using resolver.