feat: deploy to Linea #128
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, 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 contracts:
script/Deploy.s.sol#L10
imported name UUPSUpgradeable is not used
|
Lint the contracts:
script/Deploy.s.sol#L13
global import of path forge-std/console.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Lint the contracts:
script/Deploy.s.sol#L101
Avoid to use inline assembly. It is acceptable only in rare cases
|
Lint the contracts:
script/Deploy.s.sol#L106
Avoid to use inline assembly. It is acceptable only in rare cases
|
Lint the contracts:
src/Membership.sol#L150
Provide an error message for require
|
Lint the contracts:
src/Membership.sol#L151
Provide an error message for require
|
Lint the contracts:
src/Membership.sol#L152
Provide an error message for require
|
Lint the contracts:
src/Membership.sol#L153
Provide an error message for require
|
Lint the contracts:
src/WakuRlnV2.sol#L32
Variable name must be in mixedCase
|
Lint the contracts:
src/WakuRlnV2.sol#L50
Error message for require is too long
|
Loading