Remove reliance on stakeRate #3418
Annotations
9 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run yarn lint:
contracts/facade/Facade.sol#L30
When fallback is not payable you will not be able to receive ether
|
Run yarn lint:
contracts/facade/Facade.sol#L30
Fallback function must be simple
|
Run yarn lint:
contracts/facade/Facade.sol#L35
Avoid to use inline assembly. It is acceptable only in rare cases
|
Run yarn lint:
test/Facade.test.ts#L61
'ONE_PERIOD' is defined but never used
|
Run yarn lint:
test/RToken.test.ts#L9
'ONE_PERIOD' is defined but never used
|
Run yarn lint:
test/integration/mainnet-test/FacadeActVersion.test.ts#L12
'ONE_PERIOD' is defined but never used
|
Run yarn lint:
test/plugins/individual-collateral/compoundv2/CTokenFiatCollateral.test.ts#L920
'currRate' is assigned a value but never used
|
Run yarn lint:
test/scenario/BadERC20.test.ts#L70
'toMinBuyAmt' is assigned a value but never used
|
Loading