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

Release v18 boojum #147

Release v18 boojum

Release v18 boojum #147

Triggered via pull request November 2, 2023 15:51
Status Failure
Total duration 2m 9s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint: hardhat.config.ts#L1
Replace `'@matterlabs/hardhat-zksync-chai-matchers'` with `"@matterlabs/hardhat-zksync-chai-matchers"`
lint: hardhat.config.ts#L1
Strings must use doublequote
lint: hardhat.config.ts#L2
Replace `'@matterlabs/hardhat-zksync-solc'` with `"@matterlabs/hardhat-zksync-solc"`
lint: hardhat.config.ts#L2
Strings must use doublequote
lint: hardhat.config.ts#L3
Replace `'@nomiclabs/hardhat-ethers'` with `"@nomiclabs/hardhat-ethers"`
lint: hardhat.config.ts#L3
Strings must use doublequote
lint: hardhat.config.ts#L4
Replace `'@nomiclabs/hardhat-solpp'` with `"@nomiclabs/hardhat-solpp"`
lint: hardhat.config.ts#L4
Strings must use doublequote
lint: hardhat.config.ts#L5
Replace `'@typechain/hardhat'` with `"@typechain/hardhat"`
lint: hardhat.config.ts#L5
Strings must use doublequote
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)