chore: use strings for metadata on contracts #569
Triggered via pull request
September 17, 2024 08:51
Status
Failure
Total duration
3m 49s
Artifacts
–
Annotations
10 errors and 10 warnings
check (types)
Type '{ className: string; icon: LucideIcon; variant: string; onClick: () => void; }' is not assignable to type 'IntrinsicAttributes & RefAttributes<unknown>'.
|
check (types)
Type '{ className: string; icon: LucideIcon; variant: string; onClick: () => void; }' is not assignable to type 'IntrinsicAttributes & RefAttributes<unknown>'.
|
check (types)
Type '{ className: string; icon: LucideIcon; }' is not assignable to type 'IntrinsicAttributes & RefAttributes<unknown>'.
|
check (types)
Type '{ children: string[]; "aria-label": string; className: string; icon: LucideIcon; variant: string; }' is not assignable to type 'IntrinsicAttributes & RefAttributes<unknown>'.
|
check (types)
Argument of type '({ children, icon, size, ...props }: IIconButtonProps, ref: ForwardedRef<unknown>) => Element' is not assignable to parameter of type 'ForwardRefRenderFunction<unknown, Omit<IIconButtonProps, "ref">>'.
|
check (types)
Type '{ className: string; icon: LucideIcon; variant: string; }' is not assignable to type 'IntrinsicAttributes & RefAttributes<unknown>'.
|
check (types)
Type '{ icon: LucideIcon; tabIndex: number; type: string; variant: string; onClick: () => void; }' is not assignable to type 'IntrinsicAttributes & RefAttributes<unknown>'.
|
check (types)
Type '{ children: string; icon: LucideIcon; size: string; type: string; variant: string; onClick: () => void; }' is not assignable to type 'IntrinsicAttributes & RefAttributes<unknown>'.
|
check (types)
Type '{ children: string; disabled: boolean; icon: ((props: DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>) => Element) | null; isLoading: boolean; size: string; type: string; variant: string; }' is not assignable to type 'IntrinsicAttributes & RefAttributes<unknown>'.
|
check (types)
Type '{ disabled: boolean; icon: IconType; tabIndex: number; type: string; variant: string; onClick: () => void; }' is not assignable to type 'IntrinsicAttributes & RefAttributes<unknown>'.
|
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()
|