Skip to content

docs: add JSDoc to extractRouting (closes #186) #37

docs: add JSDoc to extractRouting (closes #186)

docs: add JSDoc to extractRouting (closes #186) #37

Re-run triggered March 29, 2026 11:02
Status Failure
Total duration 25s
Artifacts

ci-ts.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
src/spec/runner.test.ts > Normative Vector Tests > [extract_routing] M-address routing (no memo): packages/core-ts/src/spec/runner.test.ts#L39
AssertionError: expected null to be 'GA7QYNF7SZFX4X7X5JFZZ3UQ6BXHDSY2RKVKZ…' // Object.is equality - Expected: "GA7QYNF7SZFX4X7X5JFZZ3UQ6BXHDSY2RKVKZKX5FFQJ1ZMZX1" + Received: null ❯ src/spec/runner.test.ts:39:49
src/spec/runner.test.ts > Normative Vector Tests > [muxed_encode] encode id=2^64-1: maximum uint64; proves full range support and no truncation: packages/core-ts/src/muxed/encode.ts#L31
TypeError: baseAccount.accountId is not a function ❯ new MuxedAccount ../../node_modules/.pnpm/@stellar+stellar-base@12.1.1/node_modules/@stellar/stellar-base/lib/muxed_account.js:58:33 ❯ Module.encodeMuxed src/muxed/encode.ts:31:17 ❯ src/spec/runner.test.ts:16:28
src/spec/runner.test.ts > Normative Vector Tests > [muxed_encode] encode id=2^53+1: above JS safe integer; requires string/BigInt to avoid silent corruption; interop canary: packages/core-ts/src/muxed/encode.ts#L31
TypeError: baseAccount.accountId is not a function ❯ new MuxedAccount ../../node_modules/.pnpm/@stellar+stellar-base@12.1.1/node_modules/@stellar/stellar-base/lib/muxed_account.js:58:33 ❯ Module.encodeMuxed src/muxed/encode.ts:31:17 ❯ src/spec/runner.test.ts:16:28
src/spec/runner.test.ts > Normative Vector Tests > [muxed_encode] encode id=2^53: JavaScript Number safe-integer boundary; last id representable exactly as JS number: packages/core-ts/src/muxed/encode.ts#L31
TypeError: baseAccount.accountId is not a function ❯ new MuxedAccount ../../node_modules/.pnpm/@stellar+stellar-base@12.1.1/node_modules/@stellar/stellar-base/lib/muxed_account.js:58:33 ❯ Module.encodeMuxed src/muxed/encode.ts:31:17 ❯ src/spec/runner.test.ts:16:28
src/spec/runner.test.ts > Normative Vector Tests > [muxed_encode] encode id=1: smallest positive id; exercises single-byte id encoding: packages/core-ts/src/muxed/encode.ts#L31
TypeError: baseAccount.accountId is not a function ❯ new MuxedAccount ../../node_modules/.pnpm/@stellar+stellar-base@12.1.1/node_modules/@stellar/stellar-base/lib/muxed_account.js:58:33 ❯ Module.encodeMuxed src/muxed/encode.ts:31:17 ❯ src/spec/runner.test.ts:16:28
src/spec/runner.test.ts > Normative Vector Tests > [muxed_encode] encode id=0: minimum uint64 boundary; ensures zero-padding and no off-by-one in id encoding: packages/core-ts/src/muxed/encode.ts#L31
TypeError: baseAccount.accountId is not a function ❯ new MuxedAccount ../../node_modules/.pnpm/@stellar+stellar-base@12.1.1/node_modules/@stellar/stellar-base/lib/muxed_account.js:58:33 ❯ Module.encodeMuxed src/muxed/encode.ts:31:17 ❯ src/spec/runner.test.ts:16:28
src/muxed/encode.test.ts > encodeMuxed > accepts id=MAX_UINT64 (maximum valid uint64): packages/core-ts/src/muxed/encode.test.ts#L82
AssertionError: expected [Function] to not throw an error but 'TypeError: baseAccount.accountId is n…' was thrown - Expected: undefined + Received: "TypeError: baseAccount.accountId is not a function" ❯ src/muxed/encode.test.ts:82:12
src/muxed/encode.test.ts > encodeMuxed > accepts id=0n (minimum valid uint64): packages/core-ts/src/muxed/encode.test.ts#L72
AssertionError: expected [Function] to not throw an error but 'TypeError: baseAccount.accountId is n…' was thrown - Expected: undefined + Received: "TypeError: baseAccount.accountId is not a function" ❯ src/muxed/encode.test.ts:72:12
src/muxed/encode.test.ts > encodeMuxed > passes all muxed_encode vectors from vectors.json: packages/core-ts/src/muxed/encode.ts#L31
TypeError: baseAccount.accountId is not a function ❯ new MuxedAccount ../../node_modules/.pnpm/@stellar+stellar-base@12.1.1/node_modules/@stellar/stellar-base/lib/muxed_account.js:58:33 ❯ Module.encodeMuxed src/muxed/encode.ts:31:17 ❯ src/muxed/encode.test.ts:22:24 ❯ src/muxed/encode.test.ts:13:16
src/address/parse.test.ts > parse > error cases > should throw AddressParseError for address with unknown prefix: packages/core-ts/src/address/parse.test.ts#L163
AssertionError: expected [Function] to throw error matching /AddressParseError/ but got 'Invalid address' - Expected: /AddressParseError/ + Received: "Invalid address" ❯ src/address/parse.test.ts:163:43
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, 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/