Skip to content

Transient storage implementation #69

Transient storage implementation

Transient storage implementation #69

Triggered via pull request December 10, 2024 13:42
Status Success
Total duration 3m 24s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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