Feature/escrow_payments #4274
ci.yml
on: pull_request
lint
47s
dockertest
3m 11s
test_unit
47s
test_integration
1m 18s
test_system
1m 22s
Matrix: build
Annotations
26 errors and 7 warnings
lint:
src/components/core/compute/startCompute.ts#L68
'envId' is assigned a value but never used
|
lint:
src/components/core/utils/escrow.ts#L150
'gas' is assigned a value but never used
|
lint:
src/components/core/utils/escrow.ts#L178
'gas' is assigned a value but never used
|
lint:
src/components/core/utils/escrow.ts#L218
'gas' is assigned a value but never used
|
lint:
src/test/integration/compute.test.ts#L42
'JsonRpcSigner' is defined but never used
|
lint
Process completed with exit code 1.
|
build (ubuntu-latest, v22.5.1):
src/components/core/utils/escrow.ts#L3
Cannot find module '@oceanprotocol/contracts/artifacts/contracts/escrow/Escrow.sol/Escrow.json' or its corresponding type declarations.
|
build (ubuntu-latest, v22.5.1):
src/test/integration/compute.test.ts#L66
Cannot find module '@oceanprotocol/contracts/artifacts/contracts/escrow/Escrow.sol/Escrow.json' or its corresponding type declarations.
|
build (ubuntu-latest, v22.5.1)
Process completed with exit code 2.
|
test_unit:
src/components/core/utils/escrow.ts#L3
Cannot find module '@oceanprotocol/contracts/artifacts/contracts/escrow/Escrow.sol/Escrow.json' or its corresponding type declarations.
|
test_unit:
src/test/integration/compute.test.ts#L66
Cannot find module '@oceanprotocol/contracts/artifacts/contracts/escrow/Escrow.sol/Escrow.json' or its corresponding type declarations.
|
test_unit
Process completed with exit code 2.
|
build (ubuntu-latest, v20.16.0):
src/components/core/utils/escrow.ts#L3
Cannot find module '@oceanprotocol/contracts/artifacts/contracts/escrow/Escrow.sol/Escrow.json' or its corresponding type declarations.
|
build (ubuntu-latest, v20.16.0):
src/test/integration/compute.test.ts#L66
Cannot find module '@oceanprotocol/contracts/artifacts/contracts/escrow/Escrow.sol/Escrow.json' or its corresponding type declarations.
|
build (ubuntu-latest, v20.16.0)
Process completed with exit code 2.
|
build (ubuntu-latest, 18.20.4):
src/components/core/utils/escrow.ts#L3
Cannot find module '@oceanprotocol/contracts/artifacts/contracts/escrow/Escrow.sol/Escrow.json' or its corresponding type declarations.
|
build (ubuntu-latest, 18.20.4):
src/test/integration/compute.test.ts#L66
Cannot find module '@oceanprotocol/contracts/artifacts/contracts/escrow/Escrow.sol/Escrow.json' or its corresponding type declarations.
|
build (ubuntu-latest, 18.20.4)
Process completed with exit code 2.
|
test_integration:
src/components/core/utils/escrow.ts#L3
Cannot find module '@oceanprotocol/contracts/artifacts/contracts/escrow/Escrow.sol/Escrow.json' or its corresponding type declarations.
|
test_integration:
src/test/integration/compute.test.ts#L66
Cannot find module '@oceanprotocol/contracts/artifacts/contracts/escrow/Escrow.sol/Escrow.json' or its corresponding type declarations.
|
test_integration
Process completed with exit code 2.
|
test_integration
Process completed with exit code 1.
|
test_system:
src/components/core/utils/escrow.ts#L3
Cannot find module '@oceanprotocol/contracts/artifacts/contracts/escrow/Escrow.sol/Escrow.json' or its corresponding type declarations.
|
test_system:
src/test/integration/compute.test.ts#L66
Cannot find module '@oceanprotocol/contracts/artifacts/contracts/escrow/Escrow.sol/Escrow.json' or its corresponding type declarations.
|
test_system
Process completed with exit code 2.
|
dockertest
Process completed with exit code 1.
|
lint:
src/components/core/handler/ddoHandler.ts#L242
Use object destructuring
|
lint:
src/components/database/ElasticSchemas.ts#L42
Found readFileSync from package "fs" with non literal argument at index 0
|
lint:
src/components/database/typesense.ts#L151
Useless constructor
|
lint:
src/components/database/typesense.ts#L182
Duplicate name 'collections'
|
lint:
src/components/database/typesense.ts#L183
Duplicate name 'collections'
|
lint:
src/components/database/typesenseApi.ts#L14
Useless constructor
|
lint:
src/utils/attestation.ts#L9
Found readdirSync from package "fs" with non literal argument at index 0
|