Skip to content

minimal fhevm bug example #1

minimal fhevm bug example

minimal fhevm bug example #1

Triggered via push February 7, 2024 15:50
Status Failure
Total duration 27s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
ci: contracts/Oracle.sol#L63
Delete ·
ci: contracts/Oracle.sol#L64
Delete ························
ci
Process completed with exit code 1.
ci
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ci: contracts/Oracle.sol#L5
global import of path fhevm/lib/TFHE.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
ci: contracts/Oracle.sol#L6
global import of path @openzeppelin/contracts/access/Ownable2Step.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
ci: contracts/Oracle.sol#L17
Explicitly mark visibility of state
ci: contracts/Oracle.sol#L19
Main key parameter in mapping isRelayer is not named
ci: contracts/Oracle.sol#L19
Value parameter in mapping isRelayer is not named
ci: contracts/Oracle.sol#L19
Explicitly mark visibility of state
ci: contracts/Oracle.sol#L20
Main key parameter in mapping decryptionRequests is not named
ci: contracts/Oracle.sol#L20
Value parameter in mapping decryptionRequests is not named
ci: contracts/Oracle.sol#L20
Explicitly mark visibility of state
ci: contracts/Oracle.sol#L21
Main key parameter in mapping isFulfilled is not named