AIP-1 bonding #819
Annotations
1 error and 21 warnings
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
contracts/interfaces/IUniswapV2Pair.sol#L6
Rule is set with explicit type [var/s: uint]
|
contracts/BondCalculator.sol#L2
Found more than One contract per file. 2 contracts found!
|
contracts/BondCalculator.sol#L6
global import of path ./interfaces/IUniswapV2Pair.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/BondCalculator.sol#L74
Immutable variables name are set to be in capitalized SNAKE_CASE
|
contracts/BondCalculator.sol#L76
Immutable variables name are set to be in capitalized SNAKE_CASE
|
contracts/BondCalculator.sol#L78
Immutable variables name are set to be in capitalized SNAKE_CASE
|
contracts/Depository.sol#L2
Found more than One contract per file. 2 contracts found!
|
contracts/Depository.sol#L124
Immutable variables name are set to be in capitalized SNAKE_CASE
|
contracts/Dispenser.sol#L2
Found more than One contract per file. 6 contracts found!
|
contracts/Dispenser.sol#L285
Immutable variables name are set to be in capitalized SNAKE_CASE
|
deploy/contracts.js#L3
'expect' is assigned a value but never used
|
deploy/contracts.js#L7
'deployer' is assigned a value but never used
|
scripts/deployment/staking/arbitrum/bridge_new_token.js#L4
'L1ERC20Gateway' is assigned a value but never used
|
scripts/deployment/staking/arbitrum/bridge_new_token.js#L5
'L2ERC20Gateway' is assigned a value but never used
|
scripts/deployment/staking/arbitrum/bridge_new_token.js#L6
'L1ToL2MessageGasEstimator' is assigned a value but never used
|
scripts/deployment/staking/arbitrum/bridge_new_token.js#L8
'getBaseFee' is assigned a value but never used
|
scripts/deployment/staking/arbitrum/deploy_21_change_owner.js#L13
'providerName' is assigned a value but never used
|
scripts/deployment/staking/arbitrum/send_tokens_and_message.js#L40
'ethBridger' is assigned a value but never used
|
scripts/deployment/staking/base/deploy_71_change_owner.js#L13
'providerName' is assigned a value but never used
|
scripts/deployment/staking/celo/deploy_051_change_owner.js#L13
'providerName' is assigned a value but never used
|
This job failed
Loading