Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Prepare tooling for the upgrade #185

Prepare tooling for the upgrade

Prepare tooling for the upgrade #185

Triggered via pull request November 13, 2023 10:13
Status Failure
Total duration 2m 20s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
lint: scripts/deploy-preimages.ts#L260
Unexpected any. Specify a different type
lint: scripts/deploy-preimages.ts#L261
Unexpected any. Specify a different type
lint: test/shared/utils.ts#L37
Unexpected any. Specify a different type
lint
Process completed with exit code 1.
lint: contracts/AccountCodeStorage.sol#L5
global import of path ./interfaces/IAccountCodeStorage.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/AccountCodeStorage.sol#L6
global import of path ./libraries/Utils.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/AccountCodeStorage.sol#L26
Use Custom Errors instead of require statements
lint: contracts/AccountCodeStorage.sol#L37
Use Custom Errors instead of require statements
lint: contracts/AccountCodeStorage.sol#L48
Use Custom Errors instead of require statements
lint: contracts/AccountCodeStorage.sol#L57
Use Custom Errors instead of require statements
lint: contracts/BootloaderUtilities.sol#L5
global import of path ./interfaces/IBootloaderUtilities.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/BootloaderUtilities.sol#L6
global import of path ./libraries/TransactionHelper.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/BootloaderUtilities.sol#L7
global import of path ./libraries/RLPEncoder.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/BootloaderUtilities.sol#L8
global import of path ./libraries/EfficientCall.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)