summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src
AgeCommit message (Expand)Author
2024-04-23wallet-core: allow labeling transactionsFlorian Dold
2024-04-23wallet-core: pass options object to all transactionsFlorian Dold
2024-04-23wallet-core: simple DB trigger mechanismFlorian Dold
2024-04-23wallet-core: prepare for cancellable DB access handleFlorian Dold
2024-04-23wallet-core: avoid use of plain 'id' field, misc. fixesFlorian Dold
2024-04-22wallet-core: avoid unresolved promise rejectionFlorian Dold
2024-04-22wallet-core: only load tasks from DB onceFlorian Dold
2024-04-22wallet-core: unify handling of run-until-done, simplify waiter implementationFlorian Dold
2024-04-22-typoFlorian Dold
2024-04-22wallet-core: make sure that shepherd task loop is running after initializationFlorian Dold
2024-04-22wallet-core: support multi-batch p2p paymentsFlorian Dold
2024-04-21RFC7232 3.1 and 3.2, againNullptrderef
2024-04-16better task resultSebastian
2024-04-16fix typo: validating the wrong stateSebastian
2024-04-16fix #8746Sebastian
2024-04-16fix #8735Sebastian
2024-04-15wallet-core: remove more remains of rewardsFlorian Dold
2024-04-12show contract terms in dev modeSebastian
2024-04-11rename comments from demobank to bankSebastian
2024-04-10wallet-core: primitive DB trigger supportFlorian Dold
2024-04-10clear all caches when clearing DBFlorian Dold
2024-04-09evict cache when updating exchange databaseSebastian
2024-04-09wallet-core: extra cancellation pointsFlorian Dold
2024-04-09wallet-core: extra observability eventFlorian Dold
2024-04-08wallet-core: fix cancellationFlorian Dold
2024-04-08wallet-core: support cancellation for getWithdrawalDetailsForAmountFlorian Dold
2024-04-08wallet-core: perf, cachingFlorian Dold
2024-04-08wallet-core: refactor getTotalRefreshCostFlorian Dold
2024-04-08-log request perfFlorian Dold
2024-04-08wallet-core: rename request to setWalletRunConfigFlorian Dold
2024-04-08wallet-core: also shepherd fake refresh transactionFlorian Dold
2024-04-08wallet-core: improve refresh error handling, testFlorian Dold
2024-04-05wallet-core: make scope info mandatory on exchange entry responsesFlorian Dold
2024-04-05wallet-core: put exchange in update-unavailable if master pub / currency chan...Florian Dold
2024-04-04wallet-core: fix outdated check in coin selection testFlorian Dold
2024-04-04wallet-core: fix typo that affects reporting of pendingOutgoing balanceFlorian Dold
2024-04-04wallet-core: remove bogus code for denom re-selection in refreshFlorian Dold
2024-04-04-fix typo, remove unused config keyFlorian Dold
2024-04-04wallet-core: remove wire fee amortizationFlorian Dold
2024-04-04wallet-core: fix reporting of devMode settingFlorian Dold
2024-04-04wallet-core: allow peer-pull with coins locked behind refreshFlorian Dold
2024-04-04wallet-core: allow peer-push with coins locked behind refreshFlorian Dold
2024-04-04wallet-core: allow payments to merchant with coins locked behind refreshFlorian Dold
2024-04-03wallet-core: introduce setConfig requestFlorian Dold
2024-04-03wallet-core: allow deposits with balance locked behind refreshFlorian Dold
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-04-02wallet-core: make refresh work againFlorian Dold