Skip to content

feat: add deployer service #349

feat: add deployer service

feat: add deployer service #349

Triggered via pull request August 27, 2024 19:08
Status Failure
Total duration 3m 16s
Artifacts

checks.yml

on: pull_request
Matrix: check
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 9 warnings
check (lint:ts): packages/coordinator/tests/aa.test.ts#L1
There should be at least one empty line between import groups
check (lint:ts): packages/coordinator/tests/aa.test.ts#L1
'createWalletClient' is defined but never used
check (lint:ts): packages/coordinator/tests/aa.test.ts#L1
'createWalletClient' is defined but never used
check (lint:ts): packages/coordinator/tests/aa.test.ts#L1
'http' is defined but never used
check (lint:ts): packages/coordinator/tests/aa.test.ts#L1
'http' is defined but never used
check (lint:ts): packages/coordinator/tests/aa.test.ts#L1
'parseEther' is defined but never used
check (lint:ts): packages/coordinator/tests/aa.test.ts#L1
'parseEther' is defined but never used
check (lint:ts): packages/coordinator/tests/aa.test.ts#L5
`../ts/common/accountAbstraction` import should occur before import of `../ts/deployer/deployer.service`
check (lint:ts): packages/coordinator/tests/aa.test.ts#L5
'genPimlicoRPCUrl' is defined but never used
check (lint:ts): packages/coordinator/tests/aa.test.ts#L5
'genPimlicoRPCUrl' is defined but never used
check (lint:sol): packages/contracts/contracts/mocks/Mocker.sol#L4
global import of path maci-contracts/contracts/crypto/Hasher.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
check (lint:sol): packages/contracts/contracts/mocks/Mocker.sol#L5
global import of path maci-contracts/contracts/crypto/Verifier.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
check (lint:sol): packages/contracts/contracts/mocks/Mocker.sol#L6
global import of path maci-contracts/contracts/crypto/MockVerifier.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
check (lint:sol): packages/contracts/contracts/mocks/Mocker.sol#L7
global import of path maci-contracts/contracts/gatekeepers/FreeForAllGatekeeper.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
check (lint:sol): packages/contracts/contracts/mocks/Mocker.sol#L8
global import of path maci-contracts/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
check (lint:sol): packages/contracts/contracts/mocks/Mocker.sol#L9
global import of path maci-contracts/contracts/VkRegistry.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
check (lint:sol): packages/contracts/contracts/mocks/Mocker.sol#L10
global import of path maci-contracts/contracts/TallyFactory.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
check (lint:sol): packages/contracts/contracts/mocks/Mocker.sol#L11
global import of path maci-contracts/contracts/MessageProcessorFactory.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
check (lint:sol): packages/contracts/contracts/mocks/Mocker.sol#L15
Code contains empty blocks