feat: add organizer dashboard #507
Triggered via pull request
September 10, 2024 17:03
Status
Failure
Total duration
3m 18s
Artifacts
–
Annotations
7 errors and 10 warnings
check (types)
Property 'resultsAt' does not exist on type '{ logoUrl: string; pageSize: number; tokenName: string; eventName: string; eventDescription: string; admin: `0x${string}`; network: { blockExplorers: { readonly default: { readonly name: "Basescan"; readonly url: "https://basescan.org"; readonly apiUrl: "https://api.basescan.org/api"; }; }; ... 10 more ...; serializ...'.
|
check (types)
Process completed with exit code 1.
|
check (lint:ts):
packages/interface/src/contexts/Maci.tsx#L213
Unsafe assignment of an `any` value
|
check (lint:ts):
packages/interface/src/contexts/Maci.tsx#L215
Unsafe return of an `any` typed value
|
check (lint:ts):
packages/interface/src/contexts/Maci.tsx#L406
This assertion is unnecessary since the receiver accepts the original type of the expression
|
check (lint:ts):
packages/interface/src/contexts/Maci.tsx#L429
Unsafe assignment of an `any` value
|
check (lint:ts)
Process completed with exit code 1.
|
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()
|