Skip to content

use delegatecall #70436

use delegatecall

use delegatecall #70436

Triggered via push July 1, 2024 20:22
Status Failure
Total duration 5m 25s
Artifacts

solidity.yml

on: push
Detect changes
9s
Detect changes
Tag Check
3s
Tag Check
Solidity Lint
39s
Solidity Lint
Prettier Formatting
49s
Prettier Formatting
Prepublish Test
1m 19s
Prepublish Test
Native Compilation
4m 46s
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 16 warnings
Solidity Lint
Process completed with exit code 1.
Prettier Formatting
Process completed with exit code 1.
Native Compilation
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/L2EP/ArbitrumCrossDomainGovernor.test.ts#L331
'dataBuffer' is never reassigned. Use 'const' instead
Solidity Lint: contracts/test/v0.8/L2EP/ArbitrumCrossDomainGovernor.test.ts#L334
'encoded' is never reassigned. Use 'const' instead
Solidity Lint: contracts/test/v0.8/L2EP/ArbitrumCrossDomainGovernor.test.ts#L352
'transaction' is never reassigned. Use 'const' instead
Solidity Lint: contracts/test/v0.8/L2EP/ArbitrumValidator.test.ts#L10
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
Solidity Lint: contracts/test/v0.8/L2EP/ArbitrumValidator.test.ts#L11
'arbitrumSequencerStatusRecorderAbi' is defined but never used. Allowed unused vars must match /^_/u
Solidity Lint: contracts/test/v0.8/L2EP/ArbitrumValidator.test.ts#L12
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
Solidity Lint: contracts/test/v0.8/L2EP/ArbitrumValidator.test.ts#L13
'arbitrumInboxAbi' is defined but never used. Allowed unused vars must match /^_/u
Solidity Lint: contracts/test/v0.8/L2EP/ArbitrumValidator.test.ts#L14
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
Solidity Lint: contracts/test/v0.8/L2EP/OptimismCrossDomainGovernor.test.ts#L375
'dataBuffer' is never reassigned. Use 'const' instead
Solidity Lint
Provide an error message for revert
Solidity Lint
GC: Use Custom Errors instead of revert statements
Solidity Lint
Avoid to use low level calls
Solidity Lint
Fallback function must be simple
Solidity Lint
Contract [AutomationZKSyncForwarder] Fallback should be payable and external (code a receive() function is recommended!)
Solidity Lint
Variable "p1" is unused