Skip to content

Transient storage implementation #67

Transient storage implementation

Transient storage implementation #67

Triggered via pull request December 9, 2024 10:39
Status Failure
Total duration 3m 40s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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