View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009694 | Taler | wallet-core | public | 2025-04-03 18:32 | 2025-04-03 18:32 |
Reporter | sebasjm | Assigned To | Florian Dold | ||
Priority | high | Severity | major | Reproducibility | always |
Status | assigned | Resolution | open | ||
Product Version | git (master) | ||||
Target Version | 1.0 | ||||
Summary | 0009694: wallet core moves from pending-kyc to pending-withdrawing without interaction | ||||
Description | ./bin/taler-harness.mjs run-integrationtests kyc .... .... wallet-core notification { type: 'transaction-state-transition', oldTxState: { major: 'pending', minor: 'withdraw-coins' }, newTxState: { major: 'pending', minor: 'kyc' }, transactionId: 'txn:withdrawal:CHRTPA9VZ64HFMFB8EDR036XX9PD2FFC6GS4186W0NSY72CV38ZG' } 2025-04-03T16:30:28.853Z test-kyc.ts INFO got kyc notification: [ "{\n \"type\": \"transaction-state-transition\",\n \"oldTxState\": {\n \"major\": \"pending\",\n \"minor\": \"withdraw-coins\"\n },\n \"newTxState\": {\n \"major\": \"pending\",\n \"minor\": \"kyc\"\n },\n \"transactionId\": \"txn:withdrawal:CHRTPA9VZ64HFMFB8EDR036XX9PD2FFC6GS4186W0NSY72CV38ZG\"\n}" ] wallet-core notification { type: 'balance-change', hintTransactionId: 'txn:withdrawal:CHRTPA9VZ64HFMFB8EDR036XX9PD2FFC6GS4186W0NSY72CV38ZG', isInternal: false } wallet-core notification { type: 'transaction-state-transition', oldTxState: { major: 'pending', minor: 'kyc' }, newTxState: { major: 'pending', minor: 'withdraw-coins' }, transactionId: 'txn:withdrawal:CHRTPA9VZ64HFMFB8EDR036XX9PD2FFC6GS4186W0NSY72CV38ZG' } .... ... FATAL: test failed with exception Error: unexpected notification { "type": "transaction-state-transition", "oldTxState": { "major": "pending", "minor": "kyc" }, "newTxState": { "major": "pending", "minor": "withdraw-coins" }, "transactionId": "txn:withdrawal:CHRTPA9VZ64HFMFB8EDR036XX9PD2FFC6GS4186W0NSY72CV38ZG" } | ||||
Tags | No tags attached. | ||||