Skip to content

fix: fix unassociated storage #709

fix: fix unassociated storage

fix: fix unassociated storage #709

Triggered via pull request October 23, 2024 08:24
Status Failure
Total duration 3m 5s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 4 warnings
test / forge-test
Process completed with exit code 1.
test-simulate / forge-test
The runner has received a shutdown signal. This can happen when the runner service is stopped, or a manually started runner is canceled.
test-simulate / forge-test
The operation was canceled.
test-multi-account / forge-test
Process completed with exit code 1.
lint / forge-lint: src/deployment/RegistryDeployer.sol#L115
Error message for require is too long: 44 counted / 32 allowed
lint / forge-lint: src/deployment/RegistryDeployer.sol#L115
GC: Use Custom Errors instead of require statements
lint / forge-lint: src/deployment/RegistryDeployer.sol#L133
GC: Use Custom Errors instead of require statements
lint / forge-lint: src/deployment/RegistryDeployer.sol#L193
Avoid to use inline assembly. It is acceptable only in rare cases