Staking contracts: ERC20 and Native IMX #901
test.yml
on: pull_request
Run Forge Tests
44s
Run Hardhat Tests
2m 48s
Run eslint
1m 58s
Run solhint
1m 53s
Run slither
12s
Check README.md is contained in each contracts directory
2s
dependency-review
3s
Publish to NPM (dry run)
2m 54s
Annotations
1 error and 7 warnings
|
Run slither
Process completed with exit code 1.
|
|
Run solhint:
contracts/staking/StakeHolderBase.sol#L7
Variable "AccessControlUpgradeable" is unused
|
|
Run solhint:
contracts/staking/StakeHolderBase.sol#L8
Variable "IAccessControlUpgradeable" is unused
|
|
Run solhint:
contracts/staking/StakeHolderBase.sol#L11
Variable "StakeHolderBase" is unused
|
|
Run solhint:
contracts/staking/StakeHolderBase.sol#L109
Avoid making time-based decisions in your business logic
|
|
Run solhint:
contracts/staking/StakeHolderBase.sol#L192
Avoid making time-based decisions in your business logic
|
|
Run solhint:
contracts/staking/StakeHolderERC20.sol#L7
Variable "IStakeHolder" is unused
|
|
Run solhint:
contracts/staking/StakeHolderNative.sol#L5
Variable "IStakeHolder" is unused
|