Transient storage implementation #67
Annotations
1 error and 10 warnings
Test
Process completed with exit code 1.
|
Lint:
contracts/ExponentialNoError.sol#L62
Use Custom Errors instead of require statements
|
Lint:
contracts/ExponentialNoError.sol#L67
Use Custom Errors instead of require statements
|
Lint:
contracts/MaxLoopsLimitHelper.sol#L31
Use Custom Errors instead of require statements
|
Lint:
contracts/TimeManagerV5.sol#L42
Use Custom Errors instead of revert statements
|
Lint:
contracts/TimeManagerV5.sol#L45
Use Custom Errors instead of revert statements
|
Lint:
contracts/TimeManagerV5.sol#L48
Use Custom Errors instead of revert statements
|
Lint:
contracts/TimeManagerV8.sol#L9
Immutable variables name are set to be in capitalized SNAKE_CASE
|
Lint:
contracts/TimeManagerV8.sol#L13
Immutable variables name are set to be in capitalized SNAKE_CASE
|
Lint:
contracts/TimeManagerV8.sol#L17
Immutable variables name are set to be in capitalized SNAKE_CASE
|
Lint:
contracts/TransientSlot.sol#L97
Avoid to use inline assembly. It is acceptable only in rare cases
|