refactor: do not keep track of membership registration order #134
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#L42
Avoid to use inline assembly. It is acceptable only in rare cases
|
Lint the contracts:
script/Deploy.s.sol#L47
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
|
Lint the contracts:
src/WakuRlnV2.sol#L274
Provide an error message for require
|
Lint the contracts:
src/WakuRlnV2.sol#L281
Provide an error message for require
|
Loading