Skip to content

feat: Validium mode

feat: Validium mode #6

Triggered via pull request December 22, 2023 21:54
@ilitteriilitteri
synchronize #6
validium_mode
Status Failure
Total duration 1m 9s
Artifacts

l1-contracts-ci.yaml

on: pull_request
check-verifier-generator
25s
check-verifier-generator
test-foundry
0s
test-foundry
test-hardhat
0s
test-hardhat
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 15 warnings
lint: l1-contracts/hardhat.config.ts#L1
Replace `'@nomiclabs/hardhat-ethers'` with `"@nomiclabs/hardhat-ethers"`
lint: l1-contracts/hardhat.config.ts#L1
Strings must use doublequote
lint: l1-contracts/hardhat.config.ts#L2
Replace `'@nomiclabs/hardhat-etherscan'` with `"@nomiclabs/hardhat-etherscan"`
lint: l1-contracts/hardhat.config.ts#L2
Strings must use doublequote
lint: l1-contracts/hardhat.config.ts#L3
Replace `'@nomiclabs/hardhat-solpp'` with `"@nomiclabs/hardhat-solpp"`
lint: l1-contracts/hardhat.config.ts#L3
Strings must use doublequote
lint: l1-contracts/hardhat.config.ts#L4
Replace `'@nomiclabs/hardhat-waffle'` with `"@nomiclabs/hardhat-waffle"`
lint: l1-contracts/hardhat.config.ts#L4
Strings must use doublequote
lint: l1-contracts/hardhat.config.ts#L5
Replace `'hardhat-contract-sizer'` with `"hardhat-contract-sizer"`
lint: l1-contracts/hardhat.config.ts#L5
Strings must use doublequote
check-verifier-generator
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
check-verifier-generator
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
check-verifier-generator
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
check-verifier-generator
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
check-verifier-generator
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint: l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L5
global import of path @openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L6
global import of path @openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L8
global import of path ./interfaces/IL1BridgeLegacy.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L9
global import of path ./interfaces/IL1Bridge.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L10
global import of path ./interfaces/IL2Bridge.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L11
global import of path ./interfaces/IL2ERC20Bridge.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L13
global import of path ./libraries/BridgeInitializationHelper.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L15
global import of path ../zksync/interfaces/IZkSync.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L16
global import of path ../common/interfaces/IAllowList.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L17
global import of path ../common/AllowListed.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)