feat: remove curve oracle from redemption contract #734
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
16 warnings
solidity
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
solidity:
contracts/BaseGauge.sol#L3
global import of path @openzeppelin/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)
|
solidity:
contracts/BaseGauge.sol#L4
global import of path @openzeppelin/contracts/utils/math/Math.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
solidity:
contracts/BaseGauge.sol#L5
global import of path @openzeppelin/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)
|
solidity:
contracts/BaseGauge.sol#L6
global import of path @openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
solidity:
contracts/BaseGauge.sol#L7
global import of path ./interfaces/IBaseGauge.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
solidity:
contracts/BaseGauge.sol#L66
Use Custom Errors instead of require statements
|
solidity:
contracts/BaseGauge.sol#L74
Use Custom Errors instead of require statements
|
solidity:
contracts/BaseGauge.sol#L86
Use Custom Errors instead of require statements
|
solidity:
contracts/BaseGauge.sol#L123
Use Custom Errors instead of require statements
|
solidity:
contracts/BaseGauge.sol#L147
Use Custom Errors instead of require statements
|
solidity
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
commits
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
commits
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
black
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
black
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|