[VEN-2358] Custom oracles for BNBx, ankrBNB, stkBNB, slisBNB, WBETH, weETH, sFRAX #370
Annotations
2 errors and 12 warnings
Lint solidity and ts files:
test/StkBNBOracle.ts#L13
Use object destructuring
|
Lint solidity and ts files
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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 solidity and ts files:
contracts/interfaces/OracleInterface.sol#L2
Found more than One contract per file. 4 contracts found!
|
Lint solidity and ts files:
contracts/interfaces/VBep20Interface.sol#L4
global import of path @openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Lint solidity and ts files:
contracts/libraries/PancakeLibrary.sol#L2
Found more than One contract per file. 3 contracts found!
|
Lint solidity and ts files:
contracts/libraries/PancakeLibrary.sol#L15
Contract name must be in CamelCase
|
Lint solidity and ts files:
contracts/libraries/PancakeLibrary.sol#L22
Use Custom Errors instead of require statements
|
Lint solidity and ts files:
contracts/libraries/PancakeLibrary.sol#L43
Avoid making time-based decisions in your business logic
|
Lint solidity and ts files:
contracts/oracles/AnkrBNBOracle.sol#L17
Immutable variables name are set to be in capitalized SNAKE_CASE
|
Lint solidity and ts files:
contracts/oracles/AnkrBNBOracle.sol#L41
Use Custom Errors instead of revert statements
|
Lint solidity and ts files:
contracts/oracles/AnkrBNBOracle.sol#L44
Variable name must be in mixedCase
|
Lint solidity and ts files:
contracts/oracles/BinanceOracle.sol#L4
global import of path @openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
The logs for this run have expired and are no longer available.
Loading