implement a new reward wallet contract #138
ci.yml
on: pull_request
tests
8m 29s
forge_tests
1m 8s
gas_report
7m 58s
lint
28s
slither
1m 50s
coverage
10m 27s
forge_coverage
40s
Annotations
3 errors and 17 warnings
lint
Process completed with exit code 1.
|
forge_tests
Process completed with exit code 1.
|
coverage
Process completed with exit code 1.
|
lint
The following actions uses Node.js version which is deprecated 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/APRCalculator/APRCalculatorConnector.sol#L14
Function name must be in mixedCase
|
lint:
contracts/APRCalculator/APRCalculatorConnector.sol#L18
Function name must be in mixedCase
|
lint:
contracts/BLS/BLS.sol#L29
global import of path ./IBLS.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/BLS/BLS.sol#L110
Use Custom Errors instead of require statements
|
lint:
contracts/BLS/BLS.sol#L112
Use Custom Errors instead of require statements
|
lint:
contracts/BLS/BLS.sol#L151
Use Custom Errors instead of require statements
|
lint:
contracts/BLS/BLS.sol#L201
Use Custom Errors instead of require statements
|
lint:
contracts/BLS/BLS.sol#L210
Use Custom Errors instead of require statements
|
lint:
contracts/BLS/BLS.sol#L265
Use Custom Errors instead of require statements
|
lint:
contracts/BLS/libs/ModExp.sol#L27
Found more than One contract per file. 2 contracts found!
|
forge_coverage
The following actions uses Node.js version which is deprecated 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/
|
forge_tests
The following actions uses Node.js version which is deprecated 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/
|
slither
The following actions uses Node.js version which is deprecated 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/
|
gas_report
The following actions uses Node.js version which is deprecated 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/
|
tests
The following actions uses Node.js version which is deprecated 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/
|
coverage
The following actions uses Node.js version which is deprecated 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/
|