Skip to content

Support Cairo 1 recursive proofs #93

Support Cairo 1 recursive proofs

Support Cairo 1 recursive proofs #93

Re-run triggered June 7, 2024 06:17
Status Failure
Total duration 34s
Artifacts

proof_verification_tests.yml

on: pull_request
Matrix: verify-proof
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 2 warnings
verify-proof (small): src/air/layouts/small/public_input.cairo#L22
The number of parameters in the impl function `SmallPublicInputImpl::verify` is incompatible with `PublicInputTrait::verify`. Expected: 2, actual: 1.
verify-proof (small)
Process completed with exit code 1.
verify-proof (starknet_with_keccak)
The job was canceled because "small" failed.
verify-proof (starknet_with_keccak): src/air/layouts/starknet_with_keccak/public_input.cairo#L23
The number of parameters in the impl function `StarknetWithKeccakPublicInputImpl::verify` is incompatible with `PublicInputTrait::verify`. Expected: 2, actual: 1.
verify-proof (starknet_with_keccak)
Process completed with exit code 1.
verify-proof (recursive_with_poseidon)
The job was canceled because "small" failed.
verify-proof (recursive_with_poseidon): src/air/layouts/recursive_with_poseidon/public_input.cairo#L23
The number of parameters in the impl function `RecursiveWithPoseidonPublicInputImpl::verify` is incompatible with `PublicInputTrait::verify`. Expected: 2, actual: 1.
verify-proof (recursive_with_poseidon)
Process completed with exit code 1.
verify-proof (recursive)
The job was canceled because "small" failed.
verify-proof (recursive)
The operation was canceled.
verify-proof (starknet)
The job was canceled because "small" failed.
verify-proof (starknet): src/air/layouts/starknet/public_input.cairo#L23
The number of parameters in the impl function `StarknetPublicInputImpl::verify` is incompatible with `PublicInputTrait::verify`. Expected: 2, actual: 1.
verify-proof (starknet)
The operation was canceled.
verify-proof (dex)
The job was canceled because "small" failed.
verify-proof (dex): src/air/layouts/dex/public_input.cairo#L22
The number of parameters in the impl function `DexPublicInputImpl::verify` is incompatible with `PublicInputTrait::verify`. Expected: 2, actual: 1.
verify-proof (dex)
The operation was canceled.
verify-proof (small)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
verify-proof (small)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/