feat: add payment splitting #18
tests.yml
on: push
Run Unit Tests
0s
Run Integration Tests
40s
Echidna Test
0s
Run symbolic execution tests
0s
Lint Commit Messages
36s
Annotations
2 errors and 5 warnings
Lint Commit Messages
Process completed with exit code 1.
|
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#L106
Function order is incorrect, external function can not go after public view function (line 96)
|
Lint Commit Messages:
src/contracts/Grateful.sol#L423
Possible reentrancy vulnerabilities. Avoid state changes after transfer
|
Lint Commit Messages:
src/contracts/Grateful.sol#L439
Possible reentrancy vulnerabilities. Avoid state changes after transfer
|
Lint Commit Messages:
src/interfaces/IGrateful.sol#L152
Function order is incorrect, external function can not go after external view function (line 142)
|