This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
Fix/ac upgrade #226
Triggered via pull request
September 30, 2024 14:04
Status
Success
Total duration
2m 32s
Artifacts
–
Annotations
18 warnings
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#L2
'parseUnits' is defined but never used
|
lint:
scripts/deploy/common/data-feed.ts#L3
'hre' is defined but never used
|
lint:
scripts/deploy/common/data-feed.ts#L4
'DeployFunction' is defined but never used
|
lint:
scripts/deploy/common/rv.ts#L5
'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/
|