Skip to content

Release 1.4.1-3 (#841) #2685

Release 1.4.1-3 (#841)

Release 1.4.1-3 (#841) #2685

Triggered via push October 2, 2024 14:26
Status Success
Total duration 7m 33s
Artifacts

ci.yml

on: push
Matrix: benchmarks
Matrix: coverage
Fit to window
Zoom out
Zoom in

Annotations

16 warnings
benchmarks (0.7.6)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
benchmarks (0.7.6)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
benchmarks (0.8.24)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
benchmarks (0.8.24)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint: contracts/accessors/SimulateTxAccessor.sol#L4
global import of path ../base/Executor.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: contracts/accessors/SimulateTxAccessor.sol#L12
Immutable variables name are set to be in capitalized SNAKE_CASE
lint: contracts/accessors/SimulateTxAccessor.sol#L23
GC: Use Custom Errors instead of require statements
lint: contracts/base/Executor.sol#L3
global import of path ../common/Enum.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: contracts/base/FallbackManager.sol#L4
global import of path ../common/SelfAuthorized.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: contracts/base/FallbackManager.sol#L34
GC: Use Custom Errors instead of require statements
lint: contracts/base/GuardManager.sol#L2
Found more than One contract per file. 2 contracts found!
lint: contracts/base/GuardManager.sol#L4
global import of path ../common/Enum.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: contracts/base/GuardManager.sol#L5
global import of path ../common/SelfAuthorized.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: contracts/base/GuardManager.sol#L6
global import of path ../interfaces/IERC165.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)