-
Notifications
You must be signed in to change notification settings - Fork 19
Description
`2026-03-13T11:32:25.359Z debug: INDEXER: INDEXER: Chain 8996 - New last indexed block: 160
2026-03-13T11:32:25.359Z error: INDEXER: Missing event data (ddo) for MetadataCreated. Something is wrong!
2026-03-13T11:32:25.359Z error: INDEXER: Missing event data (ddo) for MetadataCreated. Something is wrong!
2026-03-13T11:32:25.359Z error: INDEXER: Missing event data (ddo) for MetadataCreated. Something is wrong!
2026-03-13T11:32:25.359Z error: INDEXER: Missing event data (ddo) for MetadataCreated. Something is wrong!
2026-03-13T11:32:25.359Z error: INDEXER: Missing event data (ddo) for MetadataCreated. Something is wrong!
2026-03-13T11:32:25.359Z error: INDEXER: Missing event data (ddo) for MetadataCreated. Something is wrong!
2026-03-13T11:32:25.359Z error: INDEXER: Missing event data (ddo) for MetadataCreated. Something is wrong!
2026-03-13T11:32:25.359Z error: INDEXER: Missing event data (ddo) for MetadataCreated. Something is wrong!
2026-03-13T11:32:25.360Z error: INDEXER: Missing event data (ddo) for MetadataCreated. Something is wrong!
2026-03-13T11:32:25.360Z error: INDEXER: Missing event data (ddo) for MetadataCreated. Something is wrong!
2026-03-13T11:32:25.360Z debug: DATABASE: Request /collections/indexer/documents/8996
2026-03-13T11:32:25.360Z debug: DATABASE: Request /collections/indexer/documents/8996: Attempting GET request Try #1 to Node localhost
2026-03-13T11:32:25.371Z debug: DATABASE: Request /collections/indexer/documents/8996: Request to Node localhost was made. Response Code was 200.
2026-03-13T11:32:25.373Z debug: DATABASE: Request /collections/indexer/documents/8996: Request to Node localhost was made. Response Code was 200.
2026-03-13T11:32:25.373Z warn: INDEXER: Stopping indexer for chain 8996, waiting for graceful shutdown...
2026-03-13T11:32:25.374Z debug: CONFIG: (Hook) Restoring environment variable: PRIVATE_KEY
current:
0xc594c6e5def4bab63ac29eed19a134c130388f74f019bc74b8f4389df2837a58
original:
2026-03-13T11:32:25.374Z debug: CONFIG: (Hook) Restoring environment variable: RPCS
current:
{ "8996": {"rpc": "http://127.0.0.1:8545/", "chainId": 8996, "network": "development", "chunkSize": 100}, "137": {"rpc": "https://polygon.meowrpc.com/", "chainId": 137, "network": "polygon", "chunkSize": 100 }}
original:
{ "8996": {"rpc": "http://127.0.0.1:8545/", "chainId": 8996, "network": "development", "chunkSize": 100}}
2026-03-13T11:32:25.374Z debug: CONFIG: (Hook) Restoring environment variable: INDEXER_NETWORKS
current:
[8996]
original:
undefined
2026-03-13T11:32:25.374Z debug: CONFIG: (Hook) Restoring environment variable: DB_URL
current:
http://localhost:8108/?apiKey=xyz
original:
http://localhost:9200
2026-03-13T11:32:25.374Z debug: CONFIG: (Hook) Restoring environment variable: AUTHORIZED_DECRYPTERS
current:
undefined
original:
undefined
2026-03-13T11:32:25.374Z debug: CONFIG: (Hook) Restoring environment variable: AUTHORIZED_DECRYPTERS_LIST
current:
undefined
original:
undefined
2026-03-13T11:32:25.374Z debug: CONFIG: (Hook) Restoring environment variable: ALLOWED_VALIDATORS_LIST
current:
undefined
original:
undefined
2026-03-13T11:32:25.374Z debug: CONFIG: (Hook) Restoring environment variable: ALLOWED_ADMINS
current:
undefined
original:
undefined
2026-03-13T11:32:25.374Z debug: CONFIG: (Hook) Restoring environment variable: DB_TYPE
current:
typesense
original:
elasticsearch
2026-03-13T11:32:25.374Z debug: CONFIG: (Hook) Restoring environment variable: DOCKER_COMPUTE_ENVIRONMENTS
current:
undefined
original:
undefined
2026-03-13T11:32:25.374Z debug: CONFIG: (Hook) Restoring environment variable: AUTHORIZED_PUBLISHERS
current:
undefined
original:
undefined
2026-03-13T11:32:25.374Z debug: CONFIG: (Hook) Restoring environment variable: AUTHORIZED_PUBLISHERS_LIST
current:
undefined
original:
undefined
2026-03-13T11:32:25.374Z debug: CONFIG: (Hook) Restoring environment variable: VALIDATE_UNSIGNED_DDO
current:
undefined
original:
undefined
209 passing (5m)
1 failing
-
Indexer stores a new metadata events and orders.
should store the ddo in the database and return it :AssertionError: expected true to equal false
- expected - actual
-true
+falseat Context. (file:///home/runner/work/ocean-node/ocean-node/dist/test/integration/indexer.test.js:154:67)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)`