aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src
AgeCommit message (Expand)Author
2023-07-06wallet-core: support passing transactionId to confirmPayFlorian Dold
2023-07-03fix 7741: add sessionidSebastian
2023-07-03#7741 share paymentSebastian
2023-07-01wallet-core: use testingWaitTransactionsFinal to wait for transactionsFlorian Dold
2023-07-01wallet-core: get rid of internal runUntilDone usagesFlorian Dold
2023-06-30wallet-core: towards event-based waiting in runIntegrationTestV2Florian Dold
2023-06-30wallet-core: fix pending operation query for p2p txFlorian Dold
2023-06-30wallet-core: use canonicalized base URL when querying exchangeFlorian Dold
2023-06-30wallet-core: properly make coins visible after refreshFlorian Dold
2023-06-30wallet-core: rename OperationAttempt->TaskRun, do not allow task result value...Florian Dold
2023-06-29-loggingFlorian Dold
2023-06-29-oops, obvious missing returnFlorian Dold
2023-06-28wallet-core: fixup for coin availability (visible coins)Florian Dold
2023-06-28check currency so it wont compare coins that are not relatedSebastian
2023-06-28wallet-core: do not notify twice on withdrawal creationFlorian Dold
2023-06-28wallet-core: only report balance-change when withdrawal finishesFlorian Dold
2023-06-28wallet-core: handle 'never' timestamp in purse statusFlorian Dold
2023-06-28wallet-core: dead code eliminationFlorian Dold
2023-06-28wallet-core: emit balance-change notifications, do less implicit background workFlorian Dold
2023-06-26wallet-core: fix withdrawal error reportingFlorian Dold
2023-06-26wallet-core: fix some deposit transitionsFlorian Dold
2023-06-26wallet-core: make changes to available amount atomicFlorian Dold
2023-06-26if checkmasterpub is specified, throw if master pub is not equal to the expec...Sebastian
2023-06-26wallet-core: return numCoins in checkPeerPullCredit responseFlorian Dold
2023-06-26wallet-core: allow confirmPeerPullDebit via txIdFlorian Dold
2023-06-26wallet-core: fix deposit tx states, long-poll on kycFlorian Dold
2023-06-24wallet-core: allow deleting a peer-push-credit transaction in dialog stateFlorian Dold
2023-06-24wallet-core: allow confirming peer-push-credit via txidFlorian Dold
2023-06-21wait 5 minutes before trigger wire transfer, prevent the exchange to make mor...Sebastian
2023-06-21wallet-core: fix withdrawal KYC transitions and use long-pollingFlorian Dold
2023-06-20more real casesSebastian
2023-06-20-minor renameFlorian Dold
2023-06-20wallet-core: consistently rename to failTransactionFlorian Dold
2023-06-20remove calculate plan (for now) implemented simpler APISebastian
2023-06-20wallet-core: remove redundant/unused notificationsFlorian Dold
2023-06-20wallet-core: be less spammy with self-transitions and loggingFlorian Dold
2023-06-20wallet-core: emit DD37 self-transition notifications with errorsFlorian Dold
2023-06-19wallet-core: fix peer-(push,pull)-debit withdrawal statesFlorian Dold
2023-06-19wallet-core: implement coin selection repair for p2p paymentsFlorian Dold
2023-06-16add test to compare withdrawing KUDOS:25 with demo configSebastian
2023-06-16remove some type literal and prettySebastian
2023-06-15add test to coin selection algorithmSebastian
2023-06-13get operation plan impl, no testSebastian
2023-06-06wallet-core: truncate withdrawal errorsFlorian Dold
2023-06-06wallet-core: check base URL reported by exchangeFlorian Dold
2023-06-06wallet-core: try to abort withdrawals wallet-side with the bankFlorian Dold
2023-06-06wallet-core: use status consistently for querying for pending tasksFlorian Dold
2023-06-06wallet-core: missing put operationFlorian Dold
2023-06-06wallet-core: fix long-polling checkFlorian Dold
2023-06-06wallet-core: fix peer-push-debit transition helperFlorian Dold