Skip to content

LW-10737: Credential indexer #2

LW-10737: Credential indexer

LW-10737: Credential indexer #2

Triggered via pull request July 19, 2024 09:46
Status Failure
Total duration 3m 45s
Artifacts
Matrix: build_and_test
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
build_and_test (ubuntu-20.04)
'TxBodyCBOR' is declared but its value is never read.
build_and_test (ubuntu-20.04)
Argument of type '(evt: ProjectionEvent<WithTypeormContext & WithUtxo & WithAddresses>) => Promise<{ txIdToCredentials: Map<TransactionId, Map<...>>; } | undefined>' is not assignable to parameter of type '(evt: ProjectionEvent<WithTypeormContext & WithUtxo & WithAddresses>) => Promise<void>'.
build_and_test (ubuntu-20.04)
'TxBodyCBOR' is declared but its value is never read.
build_and_test (ubuntu-20.04)
Argument of type '(evt: ProjectionEvent<WithTypeormContext & WithUtxo & WithAddresses>) => Promise<{ txIdToCredentials: Map<TransactionId, Map<...>>; } | undefined>' is not assignable to parameter of type '(evt: ProjectionEvent<WithTypeormContext & WithUtxo & WithAddresses>) => Promise<void>'.
build_and_test (ubuntu-20.04)
'TxBodyCBOR' is declared but its value is never read.
build_and_test (ubuntu-20.04)
Argument of type '(evt: ProjectionEvent<WithTypeormContext & WithUtxo & WithAddresses>) => Promise<{ txIdToCredentials: Map<TransactionId, Map<...>>; } | undefined>' is not assignable to parameter of type '(evt: ProjectionEvent<WithTypeormContext & WithUtxo & WithAddresses>) => Promise<void>'.
build_and_test (ubuntu-20.04)
Process completed with exit code 1.
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/