Skip to content

feature: decouple strategyData from GenericSwapData #578

feature: decouple strategyData from GenericSwapData

feature: decouple strategyData from GenericSwapData #578

Triggered via pull request December 17, 2024 06:18
Status Success
Total duration 1m 1s
Artifacts

tokenlon-contracts.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build (16.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (16.x): contracts/abstracts/EIP712.sol#L19
Immutable variables name are set to be in capitalized SNAKE_CASE
build (16.x): contracts/abstracts/EIP712.sol#L20
Immutable variables name are set to be in capitalized SNAKE_CASE
build (16.x): contracts/abstracts/EIP712.sol#L31
Named parameters missing. MIN unnamed argumenst is 4
build (16.x): contracts/abstracts/EIP712.sol#L47
Function order is incorrect, internal view function can not go after private view function (line 36)
build (16.x): contracts/abstracts/EIP712.sol#L53
Function name must be in mixedCase
build (16.x): contracts/abstracts/Ownable.sol#L30
Function order is incorrect, event definition can not go after custom error definition (line 26)
build (16.x): contracts/abstracts/TokenCollector.sol#L25
Function order is incorrect, enum definition can not go after custom error definition (line 20)
build (16.x): contracts/abstracts/TokenCollector.sol#L33
Immutable variables name are set to be in capitalized SNAKE_CASE
build (16.x): contracts/abstracts/TokenCollector.sol#L34
Immutable variables name are set to be in capitalized SNAKE_CASE
build (16.x): contracts/abstracts/TokenCollector.sol#L59
Avoid to use low level calls