Skip to content

feat: enable one time payments with single address (#1) #22

feat: enable one time payments with single address (#1)

feat: enable one time payments with single address (#1) #22

Triggered via push October 10, 2024 13:38
Status Success
Total duration 39s
Artifacts

tests.yml

on: push
Run Unit Tests
0s
Run Unit Tests
Run Integration Tests
20s
Run Integration Tests
Echidna Test
0s
Echidna Test
Run symbolic execution tests
0s
Run symbolic execution tests
Lint Commit Messages
28s
Lint Commit Messages
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint Commit Messages: src/contracts/Grateful.sol#L9
Variable "console" is unused
Lint Commit Messages: src/contracts/Grateful.sol#L18
Line length must be no more than 120 but current length is 121
Lint Commit Messages: src/contracts/Grateful.sol#L123
Function order is incorrect, external function can not go after public view function (line 111)
Lint Commit Messages: src/contracts/Grateful.sol#L482
Possible reentrancy vulnerabilities. Avoid state changes after transfer
Lint Commit Messages: src/contracts/Grateful.sol#L498
Possible reentrancy vulnerabilities. Avoid state changes after transfer
Lint Commit Messages: src/contracts/OneTime.sol#L4
Variable "console" is unused
Lint Commit Messages: src/interfaces/IGrateful.sol#L174
Function order is incorrect, external function can not go after external view function (line 164)
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