feat: merklV2 poc #105
ci.yml
on: pull_request
hardhat-tests
1m 47s
foundry-tests
1m 2s
slither-analyze
2m 12s
Annotations
11 warnings
lint:
contracts/CampaignCreatorV2.sol#L39
imported name IERC20Metadata is not used
|
lint:
contracts/CampaignCreatorV2.sol#L43
imported name IUniswapV3Pool is not used
|
lint:
contracts/CampaignCreatorV2.sol#L45
global import of path ./utils/UUPSHelper.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
lint:
contracts/DistributionCreator.sol#L36
Found more than One contract per file. 2 contracts found!
|
lint:
contracts/DistributionCreator.sol#L45
global import of path ./utils/UUPSHelper.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
lint:
contracts/Distributor.sol#L42
global import of path ./utils/UUPSHelper.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
lint:
contracts/interfaces/CoreModuleInterfaces.sol#L3
Found more than One contract per file. 4 contracts found!
|
lint:
contracts/interfaces/ITreasury.sol#L6
imported name ICore is not used
|
lint:
contracts/middleman/MerklGaugeMiddleman.sol#L41
global import of path ../DistributionCreator.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
lint:
contracts/middleman/MerklGaugeMiddlemanPolygon.sol#L5
global import of path ./MerklGaugeMiddleman.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
foundry-tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|