summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/host-impl.qtart.ts
AgeCommit message (Collapse)Author
2024-02-29wallet-core: improve config handling, test builtin exchange configFlorian Dold
2024-02-19restructureFlorian 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-13-loggingFlorian Dold
2023-10-23move useNativeLogging to top-levelFlorian Dold
2023-10-23wallet-core: native logging supportFlorian Dold
2023-09-06get rid of deprecated bank API client, change allowHttp to requireTlsFlorian Dold
2023-08-30wallet-core: open DB inside wallet handle, back up meta DB as wellFlorian Dold
2023-08-22-loggingFlorian Dold
2023-08-22sqlite3 backend for idb-bridge / wallet-coreFlorian Dold
2023-04-24wallet effective configSebastian
2023-04-19fix #7704Sebastian
2023-02-16make wallet-cli runnable under qtartFlorian Dold