Skip to content

feat: add one time payments with 1 tx logic #12

feat: add one time payments with 1 tx logic

feat: add one time payments with 1 tx logic #12

Triggered via push September 2, 2024 19:07
Status Failure
Total duration 38s
Artifacts

tests.yml

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

Annotations

1 error and 10 warnings
Lint Commit Messages
Process completed with exit code 1.
Lint Commit Messages: test/integration/IntegrationBase.sol#L4
Variable "OneTime" is unused
Lint Commit Messages: test/integration/IntegrationBase.sol#L10
Variable "ERC4626" is unused
Lint Commit Messages: test/integration/IntegrationBase.sol#L25
Explicitly mark visibility of state
Lint Commit Messages: test/integration/IntegrationBase.sol#L26
Explicitly mark visibility of state
Lint Commit Messages: src/contracts/Grateful.sol#L8
Variable "console" is unused
Lint Commit Messages: src/contracts/Grateful.sol#L11
Variable "IRewardsController" is unused
Lint Commit Messages: src/contracts/Grateful.sol#L60
Function order is incorrect, external function can not go after public view function (line 50)
Lint Commit Messages: src/contracts/Grateful.sol#L72
Line length must be no more than 120 but current length is 121
Lint Commit Messages: src/contracts/OneTime.sol#L9
Constructor keyword not available before 0.4.22 (undefined)
Lint Commit Messages: src/interfaces/IGrateful.sol#L4
Variable "IERC20" is unused