feature/remove-zkProgrammable #689
Annotations
4 errors and 1 warning
Build
Cannot find module '@proto-kit/common/dist/zkProgrammable/ZkProgrammable' or its corresponding type declarations.
|
Build
Property 'proofsEnabled' is missing in type '{ compile: (options?: { cache?: Cache | undefined; forceRecompile?: boolean | undefined; proofsEnabled?: boolean | undefined; } | undefined) => Promise<{ verificationKey: { data: string; hash: Field; }; }>; verify: (proof: Proof<...>) => Promise<...>; analyzeMethods: () => Promise<...>; Proof: { ...; } & { ...; }; m...' but required in type 'PlainZkProgram<BlockProverPublicInput, BlockProverPublicOutput>'.
|
Build
Property 'proofsEnabled' is missing in type '{ compile: (options?: { cache?: Cache | undefined; forceRecompile?: boolean | undefined; proofsEnabled?: boolean | undefined; } | undefined) => Promise<{ verificationKey: { data: string; hash: Field; }; }>; verify: (proof: Proof<...>) => Promise<...>; analyzeMethods: () => Promise<...>; Proof: { ...; } & { ...; }; m...' but required in type 'PlainZkProgram<StateTransitionProverPublicInput, StateTransitionProverPublicOutput>'.
|
Build
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading