fix(indexer): remove duplicate soroban indexer service (#801) #723
pr-test-gate.yml
on: pull_request
Contracts cargo test
1m 16s
Backend npm test
1m 20s
Annotations
3 errors and 2 warnings
|
Backend npm test
Process completed with exit code 1.
|
|
tests/soroban-event-worker.test.ts > SorobanEventWorker > Event processing idempotency > should not double-increment withdrawnAmount when a tokens_withdrawn event is re-processed:
backend/tests/soroban-event-worker.test.ts#L490
AssertionError: promise rejected "ReferenceError: Cannot access 'applied' b…" instead of resolving
❯ tests/soroban-event-worker.test.ts:490:89
Caused by: Caused by: ReferenceError: Cannot access 'applied' before initialization
❯ src/workers/soroban-event-worker.ts:696:5
|
|
tests/single-indexer.regression.test.ts > #801 single indexer > withdrawnAmount is not double-incremented on a repeated WITHDRAWN event > applies the increment once and skips it when the event is seen again:
backend/src/workers/soroban-event-worker.ts#L696
ReferenceError: Cannot access 'applied' before initialization
❯ src/workers/soroban-event-worker.ts:696:5
|
|
Contracts cargo test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Backend npm test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|