Skip to content

Merge pull request #696 from OlaGreat/feat/ledger-monitor-tx-signer-6… #106

Merge pull request #696 from OlaGreat/feat/ledger-monitor-tx-signer-6…

Merge pull request #696 from OlaGreat/feat/ledger-monitor-tx-signer-6… #106

Triggered via push April 23, 2026 18:56
Status Failure
Total duration 33s
Artifacts

ci.yml

on: push
Frontend — Lint & Build
24s
Frontend — Lint & Build
Backend — Lint & Test
29s
Backend — Lint & Test
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 2 warnings
Frontend — Lint & Build
Process completed with exit code 1.
src/routes/sandbox.test.js > POST /api/create-payment — sandbox flag > does NOT increment paymentCreatedCounter for sandbox payments: backend/src/routes/payments.js#L327
ReferenceError: paymentZodSchema is not defined ❯ createPaymentsRouter src/routes/payments.js:327:88 ❯ getCreateHandler src/routes/sandbox.test.js:104:18 ❯ src/routes/sandbox.test.js:194:21
src/routes/sandbox.test.js > POST /api/create-payment — sandbox flag > stores sandbox: true in the DB insert payload for sandbox payments: backend/src/routes/payments.js#L327
ReferenceError: paymentZodSchema is not defined ❯ createPaymentsRouter src/routes/payments.js:327:88 ❯ getCreateHandler src/routes/sandbox.test.js:104:18 ❯ src/routes/sandbox.test.js:182:21
src/routes/sandbox.test.js > POST /api/create-payment — sandbox flag > returns sandbox: false in the response body for non-sandbox payments: backend/src/routes/payments.js#L327
ReferenceError: paymentZodSchema is not defined ❯ createPaymentsRouter src/routes/payments.js:327:88 ❯ getCreateHandler src/routes/sandbox.test.js:104:18 ❯ src/routes/sandbox.test.js:171:21
src/routes/sandbox.test.js > POST /api/create-payment — sandbox flag > returns sandbox: true in the response body for sandbox payments: backend/src/routes/payments.js#L327
ReferenceError: paymentZodSchema is not defined ❯ createPaymentsRouter src/routes/payments.js:327:88 ❯ getCreateHandler src/routes/sandbox.test.js:104:18 ❯ src/routes/sandbox.test.js:160:21
src/routes/sandbox.test.js > POST /api/create-payment — sandbox flag > generates a standard UUID when sandbox: false: backend/src/routes/payments.js#L327
ReferenceError: paymentZodSchema is not defined ❯ createPaymentsRouter src/routes/payments.js:327:88 ❯ getCreateHandler src/routes/sandbox.test.js:104:18 ❯ src/routes/sandbox.test.js:149:21
src/routes/sandbox.test.js > POST /api/create-payment — sandbox flag > generates a standard UUID (no prefix) when sandbox is omitted: backend/src/routes/payments.js#L327
ReferenceError: paymentZodSchema is not defined ❯ createPaymentsRouter src/routes/payments.js:327:88 ❯ getCreateHandler src/routes/sandbox.test.js:104:18 ❯ src/routes/sandbox.test.js:135:21
src/routes/sandbox.test.js > POST /api/create-payment — sandbox flag > generates a test_ prefixed ID when sandbox: true: backend/src/routes/payments.js#L327
ReferenceError: paymentZodSchema is not defined ❯ createPaymentsRouter src/routes/payments.js:327:88 ❯ getCreateHandler src/routes/sandbox.test.js:104:18 ❯ src/routes/sandbox.test.js:121:21
src/routes/payments-security.test.js > Payments Security - Metadata Sanitization > sanitizes metadata on payment creation: backend/src/routes/payments.js#L327
ReferenceError: paymentZodSchema is not defined ❯ Module.createPaymentsRouter [as default] src/routes/payments.js:327:88 ❯ src/routes/payments-security.test.js:46:45
src/routes/payments-path-quote.test.js > GET /api/path-payment-quote/:id > rejects a quote request when the source asset already matches the invoice asset: backend/src/routes/payments.js#L327
ReferenceError: paymentZodSchema is not defined ❯ Module.createPaymentsRouter [as default] src/routes/payments.js:327:88 ❯ getPathPaymentQuoteHandler src/routes/payments-path-quote.test.js:40:38 ❯ src/routes/payments-path-quote.test.js:141:21
src/routes/payments-path-quote.test.js > GET /api/path-payment-quote/:id > returns an XLM quote for a USDC invoice: backend/src/routes/payments.js#L327
ReferenceError: paymentZodSchema is not defined ❯ Module.createPaymentsRouter [as default] src/routes/payments.js:327:88 ❯ getPathPaymentQuoteHandler src/routes/payments-path-quote.test.js:40:38 ❯ src/routes/payments-path-quote.test.js:92:21
Frontend — Lint & Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Backend — Lint & Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/