Merge pull request #9 from VenusProtocol/develop #25
Annotations
11 warnings
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint:
contracts/ExponentialNoError.sol#L62
Use Custom Errors instead of require statements
|
Lint:
contracts/ExponentialNoError.sol#L67
Use Custom Errors instead of require statements
|
Lint:
contracts/MaxLoopsLimitHelper.sol#L31
Use Custom Errors instead of require statements
|
Lint:
contracts/TimeManagerV5.sol#L34
Use Custom Errors instead of revert statements
|
Lint:
contracts/TimeManagerV5.sol#L37
Use Custom Errors instead of revert statements
|
Lint:
contracts/TimeManagerV8.sol#L8
Immutable variables name are set to be in capitalized SNAKE_CASE
|
Lint:
contracts/TimeManagerV8.sol#L11
Immutable variables name are set to be in capitalized SNAKE_CASE
|
Lint:
contracts/TimeManagerV8.sol#L21
Immutable variables name are set to be in capitalized SNAKE_CASE
|
Deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|