penalty is now 1% per week #115
ci.yml
on: pull_request
tests
8m 13s
forge_tests
58s
gas_report
8m 2s
lint
22s
slither
1m 55s
coverage
10m 15s
forge_coverage
31s
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/APRCalculator.sol#L4
global import of path @openzeppelin/contracts-upgradeable/proxy/utils/Initializable.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/APRCalculator/APRCalculator.sol#L5
global import of path @openzeppelin/contracts/access/AccessControl.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/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
|
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/
|