summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/deposits.ts
AgeCommit message (Expand)Author
2024-02-19wallet-core: flatten directory structureFlorian Dold
2024-02-19wallet-core: simplify/unify DB accessFlorian Dold
2024-02-15fix loggingFlorian Dold
2024-02-15implement task shepherd, many small fixes and tweaksdev/dold/task-shepherdFlorian Dold
2024-01-29wallet-core: also create deposit in runIntegrationTestV2Florian Dold
2024-01-29wallet-core,harness: let runIntegrationTest wait for its own transactionsFlorian Dold
2024-01-15wallet-core: uniform transaction interface, cleanupFlorian Dold
2024-01-08wallet-core: exchange management cleanupFlorian Dold
2023-12-19wallet-core: factor out denom query, don't use .iter()Florian Dold
2023-12-13wallet-core: add hint about responsible transaction ID in balance change noti...Florian Dold
2023-11-14wallet-core: make age restricted deposits workFlorian 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-12wallet-core: move contract terms to object storeFlorian Dold
2023-09-12wallet-core: use batch deposit APIFlorian Dold
2023-09-08wallet-core: more DB cleanupFlorian Dold
2023-09-08wallet-core: remove redundant deposit status field in DBFlorian Dold
2023-06-30wallet-core: rename OperationAttempt->TaskRun, do not allow task result value...Florian Dold
2023-06-28wallet-core: emit balance-change notifications, do less implicit background workFlorian Dold
2023-06-26wallet-core: fix some deposit transitionsFlorian Dold
2023-06-26wallet-core: fix deposit tx states, long-poll on kycFlorian Dold
2023-06-21wait 5 minutes before trigger wire transfer, prevent the exchange to make mor...Sebastian
2023-06-20more real casesSebastian
2023-06-20wallet-core: emit DD37 self-transition notifications with errorsFlorian Dold
2023-06-16remove some type literal and prettySebastian
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
2023-05-25wallet-core: move deposit transaction deletionFlorian Dold
2023-05-25wallet-core: implement cancelAbortingTransaction for deposit groupsFlorian Dold
2023-05-25wallet-core: fix issues with aborting depositsFlorian Dold
2023-05-05wallet-core: remove allowed auditors from contract termsFlorian Dold
2023-05-05DD37 wipFlorian Dold
2023-04-24-refunds for deposit abortsFlorian Dold
2023-04-24fixme in wire statusSebastian
2023-04-23wallet-core: further towards deposit DD37Florian Dold
2023-04-22wallet-core: towards DD37 for depositsFlorian Dold
2023-04-21wallet-harness: make sure events are not lost in deposit testFlorian Dold
2023-04-19fix #7704Sebastian
2023-04-13wallet-core: implement 'generateDepositGroupTxId' requestFlorian Dold
2023-04-06-re-add missing fields, fix typesFlorian Dold
2023-04-05wallet-core: towards DD37 for depositsFlorian Dold
2023-03-31save wire fee instead of effective amountSebastian
2023-03-31move coin selection function to coinSelection.ts and added a test placeholder...Sebastian
2023-03-29show wire details when the deposit has been wiredSebastian
2023-02-20wallet-core: fix retryTransaction, improve tx/op identifier parsing/constructionFlorian Dold
2023-02-20prettySebastian
2023-02-16make wallet-cli runnable under qtartFlorian Dold
2023-02-12harness: finish kyc testFlorian Dold
2023-01-20introducing getBalanceDetail for getting all depositable/transferable amount ...Sebastian