testAddKeyper #30
Annotations
11 warnings
lint
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/.
|
lint:
src/RewardsDistributor.sol#L4
imported name ERC20 is not used
|
lint:
src/RewardsDistributor.sol#L7
imported name SafeTransferLib is not used
|
lint:
src/RewardsDistributor.sol#L33
Value parameter in mapping rewardConfigurations is not named
|
lint:
src/RewardsDistributor.sol#L62
GC: Use Custom Errors instead of require statements
|
lint:
src/RewardsDistributor.sol#L63
Error message for require is too long: 36 counted / 32 allowed
|
lint:
src/RewardsDistributor.sol#L63
GC: Use Custom Errors instead of require statements
|
lint:
src/RewardsDistributor.sol#L85
GC: Use Custom Errors instead of require statements
|
lint:
src/RewardsDistributor.sol#L101
GC: Use Custom Errors instead of require statements
|
lint:
src/Staking.sol#L5
imported name ERC20 is not used
|
lint:
src/Staking.sol#L9
imported name SafeTransferLib is not used
|