summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/wallet.ts
AgeCommit message (Collapse)Author
38 hourswallet-core: support for withdrawals with forced reserve keyFlorian Dold
48 hourswallet-core: pass options object to all transactionsFlorian Dold
2 dayswallet-core: simple DB trigger mechanismFlorian Dold
2 dayswallet-core: prepare for cancellable DB access handleFlorian Dold
2 dayswallet-core: avoid use of plain 'id' field, misc. fixesFlorian Dold
2 dayswallet-core: unify handling of run-until-done, simplify waiter implementationFlorian Dold
2 days-typoFlorian Dold
2 dayswallet-core: make sure that shepherd task loop is running after initializationFlorian Dold
8 daysfix #8735Sebastian
12 daysshow contract terms in dev modeSebastian
2024-04-10clear all caches when clearing DBFlorian Dold
2024-04-08wallet-core: support cancellation for getWithdrawalDetailsForAmountFlorian Dold
2024-04-08wallet-core: perf, cachingFlorian Dold
2024-04-08-log request perfFlorian Dold
2024-04-08wallet-core: rename request to setWalletRunConfigFlorian Dold
The old name was ambiguous, as the request does not refer to the persistent config of the wallet, but the ephemeral run-time configuration of the wallet-core instance.
2024-04-04wallet-core: fix reporting of devMode settingFlorian Dold
2024-04-03wallet-core: introduce setConfig requestFlorian Dold
Currently just an alias for initWallet, behavior might diverge in the future.
2024-04-03wallet-core: preparations for deferred coin selectionFlorian Dold
2024-04-02wallet-core: don't throw on re-initializationFlorian Dold
2024-04-02wallet-core: preparations for refresh-blocked testFlorian Dold
2024-04-02wallet-core: allow repeat 'init' call to change wallet run configFlorian Dold
2024-03-31wallet-core: implement denom-loss transactionFlorian Dold
2024-03-27wallet-core: fix taler://withdraw-exchange pub key checkFlorian Dold
2024-03-26-minor db optimiations, loggingFlorian Dold
2024-03-08fix #8489Sebastian
2024-03-07wallet-core: implement and test lost flag for denominationsFlorian Dold
2024-03-06wallet-core: actually cache denominationsFlorian Dold
2024-03-05cleanupFlorian Dold
2024-03-01send a new request id to wallet instead of client request idSebastian
2024-02-29fix conditionFlorian Dold
2024-02-29wallet-core: improve config handling, test builtin exchange configFlorian Dold
2024-02-29applying changes suggested by codespellSebastian
2024-02-28get activitySebastian
2024-02-28wallet-core: translate transactionId to taskIdsFlorian Dold
2024-02-27observabilityFlorian Dold
2024-02-27DB observabilityFlorian Dold
2024-02-27observabilityFlorian Dold
2024-02-27more observabilityFlorian Dold
2024-02-27wallet-core: thread through wallet execution contextFlorian Dold
2024-02-27forget tos operation and some pretty formatSebastian
2024-02-27wallet-core: types for observabilityFlorian Dold
2024-02-27-move state into shepherdFlorian Dold
2024-02-27-move functionFlorian Dold
2024-02-27-simplifyFlorian Dold
2024-02-27-move functionFlorian Dold
2024-02-21wip #8371Sebastian
2024-02-21move helpers to utilFlorian Dold
2024-02-20wallet-core: better error handling for DB issues in init requestFlorian Dold
2024-02-20wallet-core: get rid of separate InternalWalletState interfaceFlorian Dold
2024-02-19restructureFlorian Dold