Skip to content

Credential indexer

Credential indexer #41

Triggered via pull request August 9, 2024 13:40
Status Failure
Total duration 9m 44s
Artifacts
Matrix: build_and_test
Fit to window
Zoom out
Zoom in

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)
Property 'type' is missing in type '{ body: Cardano.OnChainTx<Cardano.TxBody>[]; header: Cardano.PartialBlockHeader; totalOutput: bigint; txCount: number; }' but required in type 'Block'.
build_and_test (ubuntu-20.04)
Argument of type '{ addresses: Address[]; }' is not assignable to parameter of type 'WithAddresses'.
build_and_test (ubuntu-20.04)
Argument of type '{ addresses: never[]; }' is not assignable to parameter of type 'WithAddresses'.
build_and_test (ubuntu-20.04)
Argument of type '{ utxo: { consumed: never[]; produced: never[]; }; }' is not assignable to parameter of type 'WithUtxo'.
build_and_test (ubuntu-20.04)
Argument of type '{ utxo: { consumed: never[]; produced: never[]; }; }' is not assignable to parameter of type 'WithUtxo'.
build_and_test (ubuntu-20.04)
Argument of type '{ utxo: { consumed: never[]; produced: never[]; }; }' is not assignable to parameter of type 'WithUtxo'.
build_and_test (ubuntu-20.04)
Argument of type '{ utxo: { consumed: never[]; produced: never[]; }; }' is not assignable to parameter of type 'WithUtxo'.
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/