import foundry template #9
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2, 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/
|
Lint the contracts:
script/RewardsStreamer.s.sol#L4
imported name console is not used
|
Lint the contracts:
script/RewardsStreamer.s.sol#L10
Code contains empty blocks
|
Lint the contracts:
src/RewardsStreamer.sol#L26
Main key parameter in mapping users is not named
|
Lint the contracts:
src/RewardsStreamer.sol#L26
Value parameter in mapping users is not named
|
Lint the contracts:
src/RewardsStreamer.sol#L120
Possible reentrancy vulnerabilities. Avoid state changes after transfer
|
Lint the contracts:
src/RewardsStreamerMP.sol#L42
Main key parameter in mapping users is not named
|
Lint the contracts:
src/RewardsStreamerMP.sol#L42
Value parameter in mapping users is not named
|
Lint the contracts:
src/RewardsStreamerMP.sol#L240
Possible reentrancy vulnerabilities. Avoid state changes after transfer
|
Lint the contracts:
test/RewardsStreamer.t.sol#L4
imported name console is not used
|
Lint the contracts:
test/RewardsStreamer.t.sol#L9
Explicitly mark visibility of state
|
Loading