This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
chore: Update dependencies #282
Annotations
10 errors and 10 warnings
|
|
|
|
|
|
Run lint:
test/BootloaderUtilities.spec.ts#L151
Delete `······`
|
|
Run lint:
test/shared/transactions.ts#L1
'Transaction' is defined but never used
|
Run lint:
test/shared/transactions.ts#L3
All imports in the declaration are only used as types. Use `import type`
|
Run 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)
|
Run 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)
|
Run lint:
contracts/AccountCodeStorage.sol#L26
Use Custom Errors instead of require statements
|
Run lint:
contracts/AccountCodeStorage.sol#L37
Use Custom Errors instead of require statements
|
Run lint:
contracts/AccountCodeStorage.sol#L48
Use Custom Errors instead of require statements
|
Run lint:
contracts/AccountCodeStorage.sol#L57
Use Custom Errors instead of require statements
|
Run 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)
|
Run 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)
|
Run 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)
|
Run 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)
|
The logs for this run have expired and are no longer available.
Loading