Skip to content

update

update #96720

Triggered via push January 31, 2025 14:27
Status Failure
Total duration 7m 6s
Artifacts

solidity.yml

on: push
Detect changes
7s
Detect changes
Detect readonly solidity file changes
8s
Detect readonly solidity file changes
Tag Check
5s
Tag Check
Solidity Lint
40s
Solidity Lint
Prettier Formatting
58s
Prettier Formatting
Prepublish Test
1m 25s
Prepublish Test
Native Compilation
6m 10s
Native Compilation
Publish Beta NPM
0s
Publish Beta NPM
Publish Prod NPM
0s
Publish Prod NPM
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
Detect readonly solidity file changes
Process completed with exit code 1.
Solidity Lint
Process completed with exit code 1.
Prettier Formatting
Process completed with exit code 1.
Solidity Lint: contracts/test/v0.8/Cron.test.ts#L43
'libType' is never reassigned. Use 'const' instead
Solidity Lint: contracts/test/v0.8/operatorforwarder/Operator.test.ts#L1388
'request' is never reassigned. Use 'const' instead
Solidity Lint: contracts/test/v0.8/operatorforwarder/Operator.test.ts#L1389
'responseParams' is never reassigned. Use 'const' instead
Solidity Lint: contracts/test/v0.8/operatorforwarder/Operator.test.ts#L1994
'request' is never reassigned. Use 'const' instead
Solidity Lint: contracts/test/v0.8/operatorforwarder/Operator.test.ts#L1995
'responseParams' is never reassigned. Use 'const' instead
Solidity Lint: contracts/test/v0.8/operatorforwarder/Operator.test.ts#L3090
'basicConsumer' is never reassigned. Use 'const' instead
Solidity Lint: contracts/test/v0.8/operatorforwarder/Operator.test.ts#L3100
'request' is never reassigned. Use 'const' instead
Solidity Lint
Avoid to use tx.origin
Solidity Lint
Provide an error message for revert
Solidity Lint
GC: Use Custom Errors instead of revert statements