Skip to content

feat: membership

feat: membership #67

Triggered via pull request September 5, 2024 21:18
Status Failure
Total duration 35m 18s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 14 warnings
test
Process completed with exit code 1.
coverage
Process completed with exit code 1.
lint
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: script/Deploy.s.sol#L9
imported name UUPSUpgradeable is not used
lint: script/Deploy.s.sol#L29
Avoid to use inline assembly. It is acceptable only in rare cases
lint: script/Deploy.s.sol#L34
Avoid to use inline assembly. It is acceptable only in rare cases
lint: src/Membership.sol#L5
global import of path openzeppelin-contracts/contracts/token/ERC20/IERC20.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: src/Membership.sol#L6
global import of path openzeppelin-contracts/contracts/token/ERC20/utils/SafeERC20.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: src/Membership.sol#L7
global import of path openzeppelin-contracts/contracts/utils/Context.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: src/Membership.sol#L56
Main key parameter in mapping balancesToWithdraw is not named
lint: src/Membership.sol#L62
Main key parameter in mapping members is not named
lint: src/Membership.sol#L62
Value parameter in mapping members is not named
lint: src/WakuRlnV2.sol#L38
Variable name must be in mixedCase
build
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/
test
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/
coverage
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/