Credential indexer prototype #32
continuous-integration-side-tests.yaml
on: pull_request
Matrix: build_and_test
Annotations
10 errors and 1 warning
build_and_test (ubuntu-20.04)
Property 'type' is missing in type '{ block_no: number; epoch_no: number; epoch_slot_no: number; hash: Buffer; next_block: Buffer; previous_block: Buffer; size: number; slot_leader_hash: Buffer; ... 4 more ...; vrf: string; }' but required in type 'BlockModel'.
|
build_and_test (ubuntu-20.04)
Argument of type '{ confirmations: number; date: Date; epoch: Cardano.EpochNo; epochSlot: number; fees: bigint; header: { blockNo: Cardano.BlockNo; hash: Cardano.BlockId; slot: Cardano.Slot; }; ... 6 more ...; vrf: Cardano.VrfVkBech32; }' is not assignable to parameter of type 'ExtendedBlockInfo'.
|
build_and_test (ubuntu-20.04)
Argument of type '{ confirmations: number; date: Date; epoch: Cardano.EpochNo; epochSlot: number; fees: bigint; header: { blockNo: Cardano.BlockNo; hash: Cardano.BlockId; slot: Cardano.Slot; }; ... 4 more ...; vrf: Cardano.VrfVkBech32; }' is not assignable to parameter of type 'ExtendedBlockInfo'.
|
build_and_test (ubuntu-20.04)
Type '{ certificates: { certificate: Cardano.Certificate; pointer: Cardano.Pointer; }[]; eventType: ChainSyncEventType.RollForward; }' is not assignable to type 'EventData'.
|
build_and_test (ubuntu-20.04)
Type '{ certificates: { certificate: Cardano.Certificate; pointer: Cardano.Pointer; }[]; eventType: ChainSyncEventType.RollForward; }' is not assignable to type 'EventData'.
|
build_and_test (ubuntu-20.04)
Type '{ certificates: ({ certificate: { __typename: Cardano.CertificateType.StakeRegistration; stakeCredential: { hash: Crypto.Hash28ByteBase16; type: Cardano.CredentialType.KeyHash; }; }; pointer: Cardano.Pointer; } | { ...; })[]; eventType: ChainSyncEventType.RollBackward; }' is not assignable to type 'EventData'.
|
build_and_test (ubuntu-20.04)
Type '{ certificates: ({ certificate: { __typename: Cardano.CertificateType.StakeRegistration; stakeCredential: { hash: Crypto.Hash28ByteBase16; type: Cardano.CredentialType.KeyHash; }; }; pointer: Cardano.Pointer; } | { ...; })[]; eventType: ChainSyncEventType.RollForward; }' is not assignable to type 'EventData'.
|
build_and_test (ubuntu-20.04)
Type '{ certificates: ({ certificate: { __typename: Cardano.CertificateType.StakeDeregistration; stakeCredential: { hash: Crypto.Hash28ByteBase16; type: Cardano.CredentialType.KeyHash; }; }; pointer: Cardano.Pointer; } | { ...; })[]; eventType: ChainSyncEventType.RollForward; }' is not assignable to type 'WithCertificates & { eventType: ChainSyncEventType; }'.
|
build_and_test (ubuntu-20.04)
Type '{ certificates: ({ certificate: { __typename: Cardano.CertificateType.PoolRegistration; poolParameters: Cardano.PoolParameters; }; pointer: Cardano.Pointer; } | { certificate: { ...; }; pointer: Cardano.Pointer; })[]; epochNo: Cardano.EpochNo; }' is not assignable to type 'WithCertificates & WithEpochNo'.
|
build_and_test (ubuntu-20.04)
Type '{ certificates: ({ certificate: { __typename: Cardano.CertificateType.PoolRetirement; epoch: Cardano.EpochNo; poolId: Cardano.PoolId; }; pointer: Cardano.Pointer; } | { ...; })[]; epochNo: Cardano.EpochNo; }' is not assignable to type 'WithCertificates & WithEpochNo'.
|
build_and_test (ubuntu-20.04)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|