This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
Feat/token datafeeds deploy #216
Triggered via pull request
September 19, 2024 15:35
Status
Failure
Total duration
28m 20s
Artifacts
–
Annotations
12 errors and 18 warnings
format
Process completed with exit code 1.
|
lint:
config/constants/addresses.ts#L22
Replace `string,` with `⏎····string,⏎···`
|
lint:
config/constants/addresses.ts#L23
Insert `··`
|
lint:
config/constants/addresses.ts#L24
Replace `····` with `······`
|
lint:
config/constants/addresses.ts#L25
Replace `····aggregator?:·string` with `······aggregator?:·string;`
|
lint:
config/constants/addresses.ts#L26
Replace `··}>` with `····}⏎··>;`
|
lint:
config/constants/addresses.ts#L29
Replace `MidasAddresses·|·undefined` with `⏎··MidasAddresses·|·undefined⏎`
|
lint:
config/constants/addresses.ts#L35
Insert `,`
|
lint:
config/constants/addresses.ts#L40
Insert `,`
|
lint:
config/constants/addresses.ts#L41
Insert `,`
|
lint:
config/constants/addresses.ts#L133
Insert `,`
|
test
Process completed with exit code 88.
|
format
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@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/abstract/ManageableVault.sol#L499
Avoid to make time-based decisions in your business logic
|
lint:
contracts/feeds/CustomAggregatorV3CompatibleFeed.sol#L134
Avoid to make time-based decisions in your business logic
|
lint:
contracts/feeds/CustomAggregatorV3CompatibleFeed.sol#L135
Avoid to make time-based decisions in your business logic
|
lint:
contracts/feeds/CustomAggregatorV3CompatibleFeed.sol#L141
Avoid to make time-based decisions in your business logic
|
lint:
hardhat.config.ts#L63
Unexpected any. Specify a different type
|
lint:
scripts/deploy/common/data-feed.ts#L1
'parseUnits' is defined but never used
|
lint:
scripts/deploy/common/data-feed.ts#L2
'hre' is defined but never used
|
lint:
scripts/deploy/common/data-feed.ts#L3
'DeployFunction' is defined but never used
|
lint:
scripts/deploy/common/rv.ts#L14
'M_BASIS_DEPOSIT_VAULT_CONTRACT_NAME' is defined but never used
|
lint:
scripts/deploy/deploy_DataFeed.ts#L1
'expect' is defined but never used
|
lint:
scripts/deploy/deploy_DataFeed.ts#L2
'chalk' is defined but never used
|
lint:
scripts/deploy/deploy_DataFeed.ts#L11
'logDeploy' is defined but never used
|
lint:
scripts/deploy/deploy_DataFeed.ts#L16
'AggregatorV3Mock__factory' is defined but never used
|
lint:
scripts/deploy/feeds/deploy_USDC_DataFeed.ts#L1
'expect' is defined but never used
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|