feat: add performance fee on withdrawal from vault #43
tests.yml
on: push
Run Unit Tests
0s
Run Integration Tests
15s
Echidna Test
0s
Run symbolic execution tests
0s
Lint Commit Messages
27s
Annotations
9 warnings
Lint Commit Messages:
src/contracts/Grateful.sol#L163
Function order is incorrect, external function can not go after public view function (line 152)
|
Lint Commit Messages:
src/contracts/OneTime.sol#L8
Variable "console" is unused
|
Lint Commit Messages:
src/contracts/OneTime.sol#L14
Explicitly mark visibility of state
|
Lint Commit Messages:
src/contracts/OneTime.sol#L14
Immutable variables name should be capitalized SNAKE_CASE
|
Lint Commit Messages:
src/contracts/OneTime.sol#L14
'grateful' should start with _
|
Lint Commit Messages:
src/interfaces/IGrateful.sol#L6
Variable "IERC20" is unused
|
Lint Commit Messages:
src/interfaces/IGrateful.sol#L214
Function order is incorrect, external function can not go after external view function (line 202)
|
Lint Commit Messages:
script/Deploy.sol#L27
'getDeploymentParams' should start with _
|
Lint Commit Messages:
script/Deploy.sol#L98
Function order is incorrect, public function can not go after internal pure function (line 27)
|