feat: add deployer service #527
Triggered via pull request
September 13, 2024 12:35
Status
Failure
Total duration
3m 44s
Artifacts
–
Annotations
11 errors and 10 warnings
check (prettier)
Process completed with exit code 1.
|
check (lint:ts):
packages/coordinator/ts/common/accountAbstraction.ts#L65
This is the default value for this type parameter, so it can be omitted
|
check (lint:ts):
packages/coordinator/ts/common/accountAbstraction.ts#L67
'genPimlicoRPCUrl' was used before it was defined
|
check (lint:ts):
packages/coordinator/ts/deployer/deployer.service.ts#L36
'ENTRYPOINT_ADDRESS_V06_TYPE' is defined but never used
|
check (lint:ts):
packages/coordinator/ts/deployer/deployer.service.ts#L36
'ENTRYPOINT_ADDRESS_V06_TYPE' is defined but never used
|
check (lint:ts):
packages/coordinator/ts/deployer/deployer.service.ts#L37
'http' is defined but never used
|
check (lint:ts):
packages/coordinator/ts/deployer/deployer.service.ts#L37
'http' is defined but never used
|
check (lint:ts):
packages/coordinator/ts/deployer/deployer.service.ts#L38
`permissionless/accounts` import should occur before import of `permissionless/types`
|
check (lint:ts):
packages/coordinator/ts/deployer/deployer.service.ts#L38
'KernelEcdsaSmartAccount' is defined but never used
|
check (lint:ts):
packages/coordinator/ts/deployer/deployer.service.ts#L38
'KernelEcdsaSmartAccount' is defined but never used
|
check (lint:ts):
packages/coordinator/ts/deployer/deployer.service.ts#L38
'signerToEcdsaKernelSmartAccount' 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
|
check (lint:ts):
packages/interface/e2e/connectWallet.test.ts#L10
Unexpected use of page.waitForSelector()
|