aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/refresh.ts
AgeCommit message (Collapse)Author
2024-02-19wallet-core: flatten directory structureFlorian Dold
2024-02-19wallet-core: simplify/unify DB accessFlorian Dold
2024-02-15implement task shepherd, many small fixes and tweaksFlorian Dold
2024-01-29wallet-core: create dev experiment for pending refreshFlorian Dold
2024-01-29remove deprecated http client lib methodsFlorian Dold
2024-01-29wallet-core,harness: let runIntegrationTest wait for its own transactionsFlorian Dold
2024-01-25wallet-core: add retry to refresh txActionsFlorian Dold
2024-01-22wallet-core: implement and test balance reporting with scope infoFlorian Dold
2024-01-19wallet-core: fix bugs.taler.net/n/7836Florian Dold
The test case for expired refunds now does more checks. A DB query bug for refund items was also fixed.
2024-01-15wallet-core: uniform transaction interface, cleanupFlorian Dold
2024-01-09-misc. minor fixes, docsFlorian Dold
2024-01-09wallet-core: refactor peer-pull-debit and test abortingFlorian Dold
2023-12-19wallet-core: factor out denom query, don't use .iter()Florian Dold
2023-12-18wallet-core: update exchange inline, not in taskFlorian Dold
A task (such as refresh) can't wait until the exchange update task updates the exchange, as task handlers don't run concurrently. The previous behavior caused some transactions to block indefinitely when waiting for an updated exchange entry.
2023-12-18wallet-core: towards properly handling peer-pull-debit expiryFlorian Dold
2023-12-13wallet-core: add hint about responsible transaction ID in balance change ↵Florian Dold
notification
2023-12-12wallet-core: implement maxExpirationDate for checkPeerPushDebitFlorian Dold
2023-12-12wallet-core: towards better DD48 supportFlorian Dold
2023-11-15wallet-core: remove bogus exceptionFlorian Dold
2023-09-14wallet-core: consistently use usec timestamps in DBFlorian Dold
2023-09-14wallet-core: use typed microsecond timestamps in DBFlorian Dold
2023-09-08wallet-core: more DB cleanupFlorian Dold
2023-09-08wallet-core: put refresh sessions into own storeFlorian Dold
2023-08-30wallet-core: towards DD48Florian Dold
2023-07-12some logging INFO -> TRACEMarc Stibane
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: 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-28wallet-core: emit balance-change notifications, do less implicit background workFlorian Dold
2023-06-26wallet-core: make changes to available amount atomicFlorian Dold
W.r.t. transactions
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-05-30wallet-core: report possible actions in transactions listFlorian Dold
2023-05-30finish implementation of abort / cancelAborting on all tx typesFlorian Dold
2023-05-26taler-util,wallet-core: implement TalerPreciseTimestampFlorian Dold
Fixes #7703
2023-05-22nominal typing for taskId, also fixing transactionId referenceSebastian
2023-05-07wallet-core: refund DD37 refactoringFlorian Dold
2023-05-05DD37 wipFlorian Dold
2023-04-24-refunds for deposit abortsFlorian Dold
2023-04-19fix #7704Sebastian
2023-03-31move coin selection function to coinSelection.ts and added a test ↵Sebastian
placeholder, and some fixes: * selectCandidates was not save wire fee * selectCandidates show check wire fee time range
2023-02-21wallet-core: report refresh errors properlyFlorian Dold
2023-02-20wallet-core: fix retryTransaction, improve tx/op identifier parsing/constructionFlorian Dold
2023-02-16make wallet-cli runnable under qtartFlorian Dold
2023-02-14-include more info in refresh txFlorian Dold
2023-01-05wallet-core: implement insufficient balance detailsFlorian Dold
For now, only for merchant payments
2023-01-04wallet-core: test crypto dispatcher, fix timeout handlingFlorian Dold
2022-11-02wallet-core: fix coin allocation when doing refreshFlorian Dold