Skip to content

feat: Add XDeployer class to simplify cross chain deployments #158

feat: Add XDeployer class to simplify cross chain deployments

feat: Add XDeployer class to simplify cross chain deployments #158

Triggered via push August 30, 2024 00:22
Status Success
Total duration 39s
Artifacts

lint-test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
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)
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/