AUTO-10716: fix a funding bug in LinkAvailableBalanceMonitor #66233
Annotations
12 warnings
Run pnpm lint:
contracts/test/v0.8/Cron.test.ts#L43
'libType' is never reassigned. Use 'const' instead
|
Run pnpm lint:
contracts/test/v0.8/L2EP/ArbitrumCrossDomainGovernor.test.ts#L331
'dataBuffer' is never reassigned. Use 'const' instead
|
Run pnpm lint:
contracts/test/v0.8/L2EP/ArbitrumCrossDomainGovernor.test.ts#L334
'encoded' is never reassigned. Use 'const' instead
|
Run pnpm lint:
contracts/test/v0.8/L2EP/ArbitrumCrossDomainGovernor.test.ts#L352
'transaction' is never reassigned. Use 'const' instead
|
Run pnpm 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
|
Run pnpm lint:
contracts/test/v0.8/L2EP/ArbitrumValidator.test.ts#L11
'arbitrumSequencerStatusRecorderAbi' is defined but never used. Allowed unused vars must match /^_/u
|
Run pnpm 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
|
Run pnpm lint:
contracts/test/v0.8/L2EP/ArbitrumValidator.test.ts#L13
'arbitrumInboxAbi' is defined but never used. Allowed unused vars must match /^_/u
|
Run pnpm 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
|
Run pnpm lint:
contracts/test/v0.8/L2EP/OptimismCrossDomainGovernor.test.ts#L375
'dataBuffer' is never reassigned. Use 'const' instead
|
Run solhint
Return statements must be written and must explicitly return something; consider "return (r, s, v);"?
|
Run solhint
Return statements must be written and must explicitly return something; consider "return (workflowId, donId, workflowExecutionId, workflowOwner);"?
|
Loading