Skip to content

feat: add result page to devcon round branch #1163

feat: add result page to devcon round branch

feat: add result page to devcon round branch #1163

Triggered via pull request November 22, 2024 17:04
Status Failure
Total duration 4m 25s
Artifacts

checks.yml

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

Annotations

5 errors and 10 warnings
check (types)
'found.results.length' is possibly 'undefined'.
check (types)
Type 'Account | KernelSmartAccount<"0x0000000071727De22E5E9d8BAf0edAc6f37da032">' is not assignable to type '`0x${string}` | Account | undefined'.
check (types)
Type 'KernelSmartAccount<"0x0000000071727De22E5E9d8BAf0edAc6f37da032", HttpTransport, Chain>' is not assignable to type '`0x${string}` | Account | undefined'.
check (types)
Argument of type '{ type?: "legacy" | undefined; value?: undefined; address: `0x${string}`; gas?: bigint | undefined; nonce?: number | undefined; maxFeePerBlobGas?: undefined; gasPrice?: bigint | undefined; ... 13 more ...; account?: undefined; } | ... 23 more ... | { ...; }' is not assignable to parameter of type 'WriteContractParameters<readonly [{ readonly inputs: readonly [{ readonly components: readonly [{ readonly internalType: "uint256"; readonly name: "x"; readonly type: "uint256"; }, { readonly internalType: "uint256"; readonly name: "y"; readonly type: "uint256"; }]; readonly internalType: "struct DomainObjs.PubKey";...'.
check (types)
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/gatekeepers/zupass/ZupassGatekeeper.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/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#L10
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#L11
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#L12
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#L16
Code contains empty blocks