Skip to content

feat: tree milestone timeline, verifier stake slashing, architecture … #202

feat: tree milestone timeline, verifier stake slashing, architecture …

feat: tree milestone timeline, verifier stake slashing, architecture … #202

Triggered via push September 3, 2026 08:13
Status Failure
Total duration 1m 18s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
src/__tests__/BalanceWatcher.test.ts > BalanceWatcher.fetchBalances > returns balances for all requested pairs: packages/sdk/src/__tests__/BalanceWatcher.test.ts#L193
TypeError: scValToNative.mockReturnValueOnce is not a function ❯ src/__tests__/BalanceWatcher.test.ts:193:8
src/__tests__/BalanceWatcher.test.ts > BalanceWatcher.fetchBalance > does not call getNetwork when passphrase is provided in options: packages/sdk/src/__tests__/BalanceWatcher.test.ts#L85
TypeError: scValToNative.mockReturnValue is not a function ❯ mockBalanceSuccess src/__tests__/BalanceWatcher.test.ts:85:47 ❯ src/__tests__/BalanceWatcher.test.ts:178:5
src/__tests__/BalanceWatcher.test.ts > BalanceWatcher.fetchBalance > caches the network passphrase after the first fetch: packages/sdk/src/__tests__/BalanceWatcher.test.ts#L85
TypeError: scValToNative.mockReturnValue is not a function ❯ mockBalanceSuccess src/__tests__/BalanceWatcher.test.ts:85:47 ❯ src/__tests__/BalanceWatcher.test.ts:170:5
src/__tests__/BalanceWatcher.test.ts > BalanceWatcher.fetchBalance > fetches the network passphrase from RPC when not provided: packages/sdk/src/__tests__/BalanceWatcher.test.ts#L85
TypeError: scValToNative.mockReturnValue is not a function ❯ mockBalanceSuccess src/__tests__/BalanceWatcher.test.ts:85:47 ❯ src/__tests__/BalanceWatcher.test.ts:163:5
src/__tests__/BalanceWatcher.test.ts > BalanceWatcher.fetchBalance > throws when scValToNative returns a non-bigint: packages/sdk/src/__tests__/BalanceWatcher.test.ts#L147
TypeError: scValToNative.mockReturnValue is not a function ❯ src/__tests__/BalanceWatcher.test.ts:147:49
src/__tests__/BalanceWatcher.test.ts > BalanceWatcher.fetchBalance > returns large i128 values without loss of precision: packages/sdk/src/__tests__/BalanceWatcher.test.ts#L85
TypeError: scValToNative.mockReturnValue is not a function ❯ mockBalanceSuccess src/__tests__/BalanceWatcher.test.ts:85:47 ❯ src/__tests__/BalanceWatcher.test.ts:123:5
src/__tests__/BalanceWatcher.test.ts > BalanceWatcher.fetchBalance > returns 0n when the contract reports a zero balance: packages/sdk/src/__tests__/BalanceWatcher.test.ts#L85
TypeError: scValToNative.mockReturnValue is not a function ❯ mockBalanceSuccess src/__tests__/BalanceWatcher.test.ts:85:47 ❯ src/__tests__/BalanceWatcher.test.ts:116:5
src/__tests__/BalanceWatcher.test.ts > BalanceWatcher.fetchBalance > returns the balance from a successful simulation: packages/sdk/src/__tests__/BalanceWatcher.test.ts#L85
TypeError: scValToNative.mockReturnValue is not a function ❯ mockBalanceSuccess src/__tests__/BalanceWatcher.test.ts:85:47 ❯ src/__tests__/BalanceWatcher.test.ts:110:5
Unhandled error: packages/sdk/src/utils/transactions.ts#L110
FundableStellarError: Transaction confirmation timeout after 1000ms. Hash: specific-tx-hash-12345 ❯ Module.waitForTransaction src/utils/transactions.ts:110:13 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: undefined, details: undefined, suggestion: undefined, operation: 'Transaction confirmation', getUserMessage: 'Function<getUserMessage>', getUserMessageWithSuggestion: 'Function<getUserMessageWithSuggestion>' } This error originated in "src/__tests__/transactions.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "includes transaction hash in timeout error message". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: packages/sdk/src/utils/transactions.ts#L110
FundableStellarError: Transaction confirmation timeout after 2000ms. Hash: txtimeout ❯ Module.waitForTransaction src/utils/transactions.ts:110:13 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: undefined, details: undefined, suggestion: undefined, operation: 'Transaction confirmation', getUserMessage: 'Function<getUserMessage>', getUserMessageWithSuggestion: 'Function<getUserMessageWithSuggestion>' } This error originated in "src/__tests__/transactions.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "throws timeout error when exceeding timeout duration". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Release
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/