aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-07bump versions to 0.9.3-dev.17v0.9.3-dev.17Florian Dold
2023-07-06wallet-core: support passing transactionId to confirmPayFlorian Dold
2023-07-03fix 7741: add sessionidSebastian
2023-07-03fix #7741Sebastian
add integration test
2023-07-03fix #7741Sebastian
show QR with nonce
2023-07-03#7741 share paymentSebastian
save shared state in backup if purchase is shared check before making the payment of before claim the order already confirmed order can return without effective if coin selection was not made sharePayment operation
2023-07-03#7741 share paymentSebastian
add shared flag in db new state purchase dialogShared new error WALLET_ORDER_ALREADY_PAID removing nonce from normal operation new operation: sharePayment which returns payUri with nonce
2023-07-02#7717 do not show walletcore versionSebastian
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-30embedded: revert accidental/unfinished qjs changeFlorian 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-30harness: check balance in basic payment testFlorian Dold
2023-06-30wallet-core: properly make coins visible after refreshFlorian Dold
2023-06-30wallet-core: rename OperationAttempt->TaskRun, do not allow task result ↵Florian Dold
values anymore
2023-06-30web-utils: create error details with correct codeFlorian Dold
2023-06-29-loggingFlorian Dold
2023-06-29-oops, obvious missing returnFlorian Dold
2023-06-29anastasis-core: use http client from taler-utilFlorian Dold
2023-06-29fix: #7875 - show retry on pending stateSebastian
2023-06-28wallet-core: fixup for coin availability (visible coins)Florian Dold
2023-06-28idb: suggest encoding improvementsFlorian Dold
2023-06-28fix: 7740 check max on p2p pushSebastian
2023-06-28check currency so it wont compare coins that are not relatedSebastian
2023-06-28use default http timeout from utilSebastian
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-27set amount for manual withdraw when the qr does not have itSebastian
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
W.r.t. transactions
2023-06-26support for exchange-withdraw call to action, pending use case when the user ↵Sebastian
need to specify the amount
2023-06-26if checkmasterpub is specified, throw if master pub is not equal to the ↵Sebastian
expected value
2023-06-26added master pub to add-exchange (for validation)Sebastian
2023-06-26withdraw exchange URISebastian
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-26introduce balance-change notificationFlorian Dold
2023-06-24-missing optionalFlorian 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-23show qr to import TOTP into other appSebastian
2023-06-21better wording to the tx detailsSebastian
2023-06-21fix testSebastian