fix: resolve issues #532-#535 - GovernorConfig, scVal parsing, GraphQL variables, and fromStroops - #659
Merged
Jaydbrown merged 1 commit intoSep 3, 2026
Annotations
10 errors and 1 warning
|
Run npx vitest --run:
src/tests/batch-real-xdr.test.ts#L160
AssertionError: expected 'Batch item at index 0: amount must be…' to contain 'contractId'
Expected: "contractId"
Received: "Batch item at index 0: amount must be a bigint or decimal string, got number"
❯ src/tests/batch-real-xdr.test.ts:160:40
|
|
Run npx vitest --run:
src/tests/batch-real-xdr.test.ts#L147
AssertionError: expected 'Batch item at index 0: amount must be…' to contain 'executeAsync'
Expected: "executeAsync"
Received: "Batch item at index 0: amount must be a bigint or decimal string, got number"
❯ src/tests/batch-real-xdr.test.ts:147:33
|
|
Run npx vitest --run:
src/tests/batch-real-xdr.test.ts#L133
AssertionError: expected undefined to be 2 // Object.is equality
- Expected:
2
+ Received:
undefined
❯ src/tests/batch-real-xdr.test.ts:133:29
|
|
Run npx vitest --run:
src/tests/batch-real-xdr.test.ts#L125
AssertionError: expected 'Batch item at index 0: amount must be…' to contain 'BatchTransactionContext'
Expected: "BatchTransactionContext"
Received: "Batch item at index 0: amount must be a bigint or decimal string, got number"
❯ src/tests/batch-real-xdr.test.ts:125:33
|
|
Run npx vitest --run:
src/tests/batch-real-xdr.test.ts#L115
AssertionError: expected undefined to be false // Object.is equality
- Expected:
false
+ Received:
undefined
❯ src/tests/batch-real-xdr.test.ts:115:31
|
|
Run npx vitest --run:
src/tests/batch-real-xdr.test.ts#L107
AssertionError: expected undefined to deeply equal [ ObjectContaining{…}, …(1) ]
- Expected:
[
ObjectContaining {
"index": 0,
"method": "create_stream",
"prepared": false,
},
ObjectContaining {
"index": 1,
"method": "create_stream",
"prepared": false,
},
]
+ Received:
undefined
❯ src/tests/batch-real-xdr.test.ts:107:35
|
|
Run npx vitest --run:
src/tests/batch-real-xdr.test.ts#L98
AssertionError: expected [] to deeply equal [ '101', '102', '103' ]
- Expected
+ Received
- [
- "101",
- "102",
- "103",
- ]
+ []
❯ src/tests/batch-real-xdr.test.ts:98:25
|
|
Run npx vitest --run:
src/tests/batch-real-xdr.test.ts#L86
AssertionError: expected +0 to be 4 // Object.is equality
- Expected
+ Received
- 4
+ 0
❯ src/tests/batch-real-xdr.test.ts:86:33
|
|
Run npx vitest --run:
src/tests/batch-real-xdr.test.ts#L36
TypeError: XDR Read Error: attempt to read outside the boundary of the buffer
❯ XdrReader.advance node_modules/@stellar/js-xdr/lib/webpack:/XDR/src/serialization/xdr-reader.js:68:12
❯ advance node_modules/@stellar/js-xdr/lib/webpack:/XDR/src/serialization/xdr-reader.js:106:41
❯ readInt32BE node_modules/@stellar/js-xdr/lib/webpack:/XDR/src/int.js:12:18
❯ read node_modules/@stellar/js-xdr/lib/webpack:/XDR/src/enum.js:16:23
❯ read node_modules/@stellar/js-xdr/lib/webpack:/XDR/src/union.js:68:35
❯ read node_modules/@stellar/js-xdr/lib/webpack:/XDR/src/xdr-type.js:69:24
❯ Function.fromXDR node_modules/@stellar/stellar-base/lib/transaction_builder.js:763:56
❯ decode src/tests/batch-real-xdr.test.ts:36:33
❯ src/tests/batch-real-xdr.test.ts:68:18
|
|
Run npx vitest --run:
src/tests/batch-real-xdr.test.ts#L57
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ src/tests/batch-real-xdr.test.ts:57:30
|
|
Complete job
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/
|
background
wait
wait-all
cancel
parallel
Loading