Skip to content

[VEN-1725] Deployment of Redstone Oracle #225

[VEN-1725] Deployment of Redstone Oracle

[VEN-1725] Deployment of Redstone Oracle #225

Triggered via pull request October 23, 2023 10:05
@chechuchechu
synchronize #132
chore/ven-1725
Status Failure
Total duration 1m 14s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 13 warnings
Test
Process completed with exit code 1.
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/
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/
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/interfaces/OracleInterface.sol#L2
Found more than One contract per file. 4 contracts found!
Lint: 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: contracts/libraries/PancakeLibrary.sol#L2
Found more than One contract per file. 3 contracts found!
Lint: contracts/libraries/PancakeLibrary.sol#L15
Contract name must be in CamelCase
Lint: contracts/libraries/PancakeLibrary.sol#L22
Use Custom Errors instead of require statements
Lint: contracts/libraries/PancakeLibrary.sol#L43
Avoid making time-based decisions in your business logic
Lint: 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)
Lint: contracts/oracles/BinanceOracle.sol#L5
global import of path ../interfaces/VBep20Interface.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/oracles/BinanceOracle.sol#L6
global import of path ../interfaces/SIDRegistryInterface.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/oracles/BinanceOracle.sol#L7
global import of path ../interfaces/FeedRegistryInterface.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)