Skip to content

fix: Add contract to handle IOU #12

fix: Add contract to handle IOU

fix: Add contract to handle IOU #12

Triggered via push June 11, 2024 09:57
Status Failure
Total duration 5m 20s
Artifacts

solidity.yml

on: push
Detect changes
8s
Detect changes
Initialize
5s
Initialize
Native Compilation
4m 56s
Native Compilation
Solidity Lint
37s
Solidity Lint
Prettier Formatting
45s
Prettier Formatting
Publish Beta NPM
0s
Publish Beta NPM
Publish Prod NPM
0s
Publish Prod NPM
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 25 warnings
Solidity Lint
Use double quotes for string literals
Solidity Lint
imported name ITypeAndVersion is not used
Solidity Lint
imported name ILiquidityContainer is not used
Solidity Lint
imported name TokenPool is not used
Solidity Lint
imported name RateLimiter is not used
Solidity Lint
imported name IERC20 is not used
Solidity Lint
imported name SafeERC20 is not used
Solidity Lint
Unexpected import of console file
Solidity Lint
imported name console2 is not used
Solidity Lint
Process completed with exit code 1.
Prettier Formatting
Process completed with exit code 1.
Native Compilation
Got error Error: Input required and not supplied: hostname, failing action
Initialize
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Detect changes
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Solidity Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Solidity Lint: contracts/test/v0.8/Cron.test.ts#L43
'libType' is never reassigned. Use 'const' instead
Solidity Lint: contracts/test/v0.8/KeeperRegistrar.test.ts#L37
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/VRFSubscriptionBalanceMonitor.test.ts#L282
'tx' is never reassigned. Use 'const' instead
Solidity Lint: contracts/test/v0.8/automation/ERC20BalanceMonitor.test.ts#L276
'tx' is never reassigned. Use 'const' instead
Solidity Lint: contracts/test/v0.8/automation/EthBalanceMonitor.test.ts#L267
'tx' is never reassigned. Use 'const' instead
Solidity Lint: contracts/test/v0.8/automation/KeeperRegistrar2_0.test.ts#L40
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/automation/KeeperRegistrar2_0.test.ts#L42
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/automation/KeeperRegistrar2_0.test.ts#L46
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/automation/KeeperRegistry1_2.test.ts#L77
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/automation/KeeperRegistry1_2.test.ts#L1094
'maxPayment' is never reassigned. Use 'const' instead
Solidity Lint
When fallback is not payable you will not be able to receive ether
Solidity Lint
Constant variable c_feedParamKey is not in all caps, it should be C_FEEDPARAMKEY
Solidity Lint
Explicitly mark visibility of state
Solidity Lint
Constant variable c_timeParamKey is not in all caps, it should be C_TIMEPARAMKEY
Solidity Lint
Explicitly mark visibility of state
Solidity Lint
Constant variable scale is not in all caps, it should be SCALE
Solidity Lint
Explicitly mark visibility of state
Solidity Lint
Internal function getReport is not prefixed with underscore (_)
Solidity Lint
Internal function bytes32ToHexString is not prefixed with underscore (_)
Solidity Lint
Internal function updateFeed is not prefixed with underscore (_)
Prettier Formatting
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Native Compilation
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd, actions/setup-go@v4, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.