Skip to content

add gas measurement to tests and refactor some test structures #582

add gas measurement to tests and refactor some test structures

add gas measurement to tests and refactor some test structures #582

Triggered via pull request January 2, 2025 17:41
Status Success
Total duration 55s
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