aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/internal-wallet-state.ts
AgeCommit message (Collapse)Author
2024-02-20wallet-core: get rid of separate InternalWalletState interfaceFlorian Dold
2024-02-19restructureFlorian Dold
2024-02-19wallet-core: flatten directory structureFlorian Dold
2024-02-19wallet-core: simplify/unify DB accessFlorian Dold
2024-02-16taler-util: cancellation and timeouts on qjsFlorian Dold
2024-02-15implement task shepherd, many small fixes and tweaksdev/dold/task-shepherdFlorian 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-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-09-06remove deprecated auditor trust managementFlorian Dold
2023-08-30wallet-core: open DB inside wallet handle, back up meta DB as wellFlorian Dold
2023-08-30wallet-core: towards DD48Florian 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-20wallet-core: emit DD37 self-transition notifications with errorsFlorian Dold
2023-06-05wallet-core: handle Gone in peer-pull-debitFlorian Dold
2023-05-05DD37 wipFlorian Dold
2023-04-19fix #7704Sebastian
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-10-15wallet-core: simplify coin recordFlorian Dold
we only track the allocation now, not the remaining amount
2022-10-12wallet-core: implement enabling/disabling dev modeFlorian Dold
2022-10-08wallet-core: Clean up merchant payments DB schemaFlorian Dold
2022-09-23wallet-core: do not block when accepting a manual withdrawalFlorian Dold
2022-09-16-wallet-core: merge DenominationInfo and DenomInfoFlorian Dold
2022-08-26exchange selection: timeline doneSebastian
2022-08-26wallet-core: fix revocation, re-introduce reserves object storeFlorian Dold
2022-08-16implement peer to peer push paymentsFlorian Dold
2022-05-03wallet-core: implement batch withdrawalFlorian Dold
2022-03-29wallet: make retries more robust and consistentFlorian Dold
2022-03-28wallet: cancellation for depositFlorian Dold
2022-03-23wallet: simplify crypto workersFlorian Dold
2022-03-23missing filesFlorian Dold