Skip to content

Update account & proof oracles tests #1030

Update account & proof oracles tests

Update account & proof oracles tests #1030

Triggered via push May 27, 2024 10:54
Status Failure
Total duration 40s
Artifacts
Static checks
29s
Static checks
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Static checks: ethereum/oracles/src/noir/oracles/proofOracle.ts#L31
Type 'ForeignCallOutput | ForeignCallOutput[]' is not assignable to type 'ForeignCallOutput'.
Static checks: ethereum/oracles/src/noir/oracles/proofOracle.ts#L31
Type 'ForeignCallOutput[]' is not assignable to type 'ForeignCallOutput'.
Static checks: ethereum/oracles/src/noir/oracles/proofOracle.ts#L31
Type 'ForeignCallOutput[]' is not assignable to type 'ForeignCallOutput'.
Static checks: ethereum/oracles/src/noir/oracles/accountOracle.ts#L38
Type 'ForeignCallOutput | ForeignCallOutput[]' is not assignable to type 'ForeignCallOutput'.
Static checks: ethereum/oracles/src/noir/oracles/accountOracle.ts#L38
Type 'ForeignCallOutput[]' is not assignable to type 'ForeignCallOutput'.
Static checks: ethereum/tests/src/proofDataReader.ts#L5
Cannot find module 'noir-ethereum-api-oracles' or its corresponding type declarations.
Static checks: ethereum/tests/src/solidityVerifier.ts#L5
Cannot find module 'noir-ethereum-api-oracles' or its corresponding type declarations.
Static checks: ethereum/tests/src/solidityVerifier.ts#L39
Argument of type '`0x${string}` | null | undefined' is not assignable to parameter of type '`0x${string}`'.
Static checks: ethereum/tests/src/get_account.e2e.test.ts#L2
Cannot find module 'noir-ethereum-api-oracles' or its corresponding type declarations.
Static checks: ethereum/tests/src/get_header.e2e.test.ts#L2
Cannot find module 'noir-ethereum-api-oracles' or its corresponding type declarations.
Static checks
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.