Skip to content

Testing ForeignGroup in ZkProgram #3

Testing ForeignGroup in ZkProgram

Testing ForeignGroup in ZkProgram #3

Triggered via push November 11, 2023 23:57
Status Failure
Total duration 28s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
test: src/Verifier.ts#L8
Cannot find module 'o1js' or its corresponding type declarations.
test: src/Verifier.ts#L9
Cannot find module '../build/src/o1js/src/lib/elliptic-curve' or its corresponding type declarations.
test: src/main.ts#L7
Cannot find module 'o1js' or its corresponding type declarations.
test: src/main.ts#L8
Cannot find module '../build/src/o1js/src/lib/elliptic-curve' or its corresponding type declarations.
test: src/main.ts#L11
Cannot find module '../build/src/foreign_field' or its corresponding type declarations.
test: src/main.ts#L34
Expected 0 arguments, but got 1.
test: src/main.ts#L37
Property 'deploy' does not exist on type 'Verifier'.
test
Process completed with exit code 2.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/