Skip to content

feat(subgraph): add subgraph support #419

feat(subgraph): add subgraph support

feat(subgraph): add subgraph support #419

Triggered via pull request September 4, 2024 21:29
Status Failure
Total duration 3m 28s
Artifacts

checks.yml

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

Annotations

11 errors and 9 warnings
check (prettier)
Process completed with exit code 1.
check (lint:ts): packages/subgraph/generated/MACI/MACI.ts#L3
Replace `⏎··ethereum,⏎··JSONValue,⏎··TypedMap,⏎··Entity,⏎··Bytes,⏎··Address,⏎··BigInt,⏎` with `·ethereum,·JSONValue,·TypedMap,·Entity,·Bytes,·Address,·BigInt·`
check (lint:ts): packages/subgraph/generated/MACI/MACI.ts#L5
'JSONValue' is defined but never used
check (lint:ts): packages/subgraph/generated/MACI/MACI.ts#L5
'JSONValue' is defined but never used
check (lint:ts): packages/subgraph/generated/MACI/MACI.ts#L7
'Entity' is defined but never used
check (lint:ts): packages/subgraph/generated/MACI/MACI.ts#L7
'Entity' is defined but never used
check (lint:ts): packages/subgraph/generated/MACI/MACI.ts#L14
Identifier 'DeployPoll__Params' is not in camel case
check (lint:ts): packages/subgraph/generated/MACI/MACI.ts#L19
Identifier 'DeployPoll__Params' is not in camel case
check (lint:ts): packages/subgraph/generated/MACI/MACI.ts#L23
Unexpected dangling '_' in '_event'
check (lint:ts): packages/subgraph/generated/MACI/MACI.ts#L26
Unexpected dangling '_' in '_pollId'
check (lint:ts): packages/subgraph/generated/MACI/MACI.ts#L26
Don't use `BigInt` as a type. Use bigint instead
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