Bump flat, eth-gas-reporter and solidity-coverage (#45) #204
ci.yml
on: push
Install dependencies
1m 25s
Benchmark
14m 30s
Typescript lint
16s
Solidity lint
19s
Test contracts
3m 46s
Slither test
1m 35s
Is latest build commited?
3m 44s
Annotations
17 warnings
Install dependencies
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Typescript lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Solidity lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Solidity lint:
src/contracts/Factory.sol#L3
global import of path @openzeppelin/contracts/access/AccessControl.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Solidity lint:
src/contracts/Factory.sol#L4
global import of path ./Wallet.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Solidity lint:
src/contracts/Factory.sol#L30
Missing named parameters. Max unnamed parameters value is 2
|
Solidity lint:
src/contracts/Factory.sol#L57
Missing named parameters. Max unnamed parameters value is 2
|
Solidity lint:
src/contracts/IWalletProxy.sol#L3
Compiler version ^0.8.3 does not satisfy the 0.8.17 semver requirement
|
Solidity lint:
src/contracts/migrations/Migrations.sol#L7
Rule is set with explicit type [var/s: uint]
|
Solidity lint:
src/contracts/migrations/Migrations.sol#L18
Rule is set with explicit type [var/s: uint]
|
Solidity lint:
src/contracts/mocks/CallReceiverMock.sol#L9
Explicitly mark visibility of state
|
Solidity lint:
src/contracts/mocks/CallReceiverMock.sol#L11
Code contains empty blocks
|
Solidity lint:
src/contracts/mocks/ERC165CheckerMock.sol#L6
Explicitly mark visibility of state
|
Slither test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Is latest build commited?
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test contracts
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Benchmark
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|