Skip to content

feat: integrate contract registries #659

feat: integrate contract registries

feat: integrate contract registries #659

Triggered via pull request October 4, 2024 08:14
Status Failure
Total duration 3m 43s
Artifacts

checks.yml

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

Annotations

10 errors and 10 warnings
check (lint:ts): packages/interface/src/utils/registry.ts#L69
Unsafe call of an `any` typed value
check (lint:ts): packages/interface/src/utils/registry.ts#L69
Unsafe member access .request on an `any` value
check (lint:ts): packages/interface/src/utils/registry.ts#L86
Use a ! assertion to more succinctly remove null and undefined from the type
check (lint:ts): packages/interface/src/utils/registry.ts#L104
Unsafe call of an `any` typed value
check (lint:ts): packages/interface/src/utils/registry.ts#L104
Unsafe member access .request on an `any` value
check (lint:ts): packages/interface/src/utils/registry.ts#L125
Use a ! assertion to more succinctly remove null and undefined from the type
check (lint:ts): packages/interface/src/utils/registry.ts#L153
Unsafe call of an `any` typed value
check (lint:ts): packages/interface/src/utils/registry.ts#L153
Unsafe member access .request on an `any` value
check (lint:ts): packages/interface/src/utils/registry.ts#L161
Use a ! assertion to more succinctly remove null and undefined from the type
check (lint:ts): packages/interface/src/utils/registry.ts#L188
Use a ! assertion to more succinctly remove null and undefined from the type
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()