feat: add aa sponsoring #1119
Annotations
8 errors and 10 warnings
check (prettier)
Process completed with exit code 1.
|
check (types)
Property 'isDisconnected' does not exist on type '{ address: `0x${string}` | undefined; isConnected: boolean; smartAccount: KernelSmartAccount<"0x0000000071727De22E5E9d8BAf0edAc6f37da032", HttpTransport, Chain> | undefined; smartAccountClient: KernelAccountClient<...> | undefined; setIsConnected: (isConnected: boolean) => void; }'.
|
check (types)
Process completed with exit code 1.
|
check (lint:ts):
packages/interface/src/contexts/Maci.tsx#L26
There should be at least one empty line between import groups
|
check (lint:ts):
packages/interface/src/contexts/Maci.tsx#L27
`@privy-io/react-auth` import should occur before import of `@semaphore-protocol/core`
|
|
check (lint:ts):
packages/interface/src/contexts/Maci.tsx#L418
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
|
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/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
|