4.2.9 #164
Annotations
12 warnings
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
contracts/external/OpenZeppelinImports.sol#L2
Compiler version ^0.8.0 does not satisfy the 0.8.19 semver requirement
|
lint:
contracts/external/OpenZeppelinImports.sol#L6
Line length must be no more than 120 but current length is 148
|
lint:
contracts/external/OpenZeppelinImports.sol#L6
imported name TransparentUpgradeableProxy is not used
|
lint:
contracts/external/OpenZeppelinImports.sol#L6
imported name ITransparentUpgradeableProxy is not used
|
lint:
contracts/external/OpenZeppelinImports.sol#L7
imported name AccessControlEnumerable is not used
|
lint:
contracts/external/OpenZeppelinImports.sol#L8
imported name ERC20 is not used
|
lint:
contracts/external/OpenZeppelinImports.sol#L11
Code contains empty blocks
|
lint:
contracts/external/ProxyAdmin.sol#L4
Compiler version ^0.8.0 does not satisfy the 0.8.19 semver requirement
|
lint:
contracts/external/ProxyAdmin.sol#L6
global import of path @openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.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/external/ProxyAdmin.sol#L7
global import of path @openzeppelin/contracts/access/Ownable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|