feat: add extend and cancel subscription #19
tests.yml
on: push
Run Unit Tests
0s
Run Integration Tests
49s
Echidna Test
0s
Run symbolic execution tests
0s
Lint Commit Messages
41s
Annotations
1 error and 8 warnings
Run Integration Tests
Process completed with exit code 1.
|
Lint Commit Messages:
src/contracts/Grateful.sol#L16
Line length must be no more than 120 but current length is 121
|
Lint Commit Messages:
src/contracts/Grateful.sol#L110
Function order is incorrect, external function can not go after public view function (line 98)
|
Lint Commit Messages:
src/contracts/Grateful.sol#L458
Possible reentrancy vulnerabilities. Avoid state changes after transfer
|
Lint Commit Messages:
src/contracts/Grateful.sol#L474
Possible reentrancy vulnerabilities. Avoid state changes after transfer
|
Lint Commit Messages:
src/interfaces/IGrateful.sol#L172
Function order is incorrect, external function can not go after external view function (line 162)
|
Lint Commit Messages:
script/Deploy.sol#L7
Variable "AaveV3Vault" is unused
|
Lint Commit Messages:
script/Deploy.sol#L9
Variable "ERC20" is unused
|
Lint Commit Messages:
script/Deploy.sol#L10
Variable "IRewardsController" is unused
|