aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/wallet.ts
AgeCommit message (Collapse)Author
2024-09-12wallet-core: implement getMaxPeerPushDebitAmount, fix p2p push instructed ↵Florian Dold
amount semantics
2024-09-09wallet-core: move getMaxDepositAmount to coinSelection.tsFlorian Dold
The function is now using the normal wallet-core coin selection infrastructure, leading to automatic support for credit/debit restrictions and less code duplication.
2024-09-09wallet-core,util: refactor, don't expose unimplemented wallet-core callsFlorian Dold
2024-09-09wallet-core: prepareDeposit -> checkDepositFlorian Dold
2024-09-09wallet-core: return talerBankHostnames in getDepositWireTypesForCurrencyFlorian Dold
2024-09-03wallet-core: implement hintApplicationResumedFlorian Dold
2024-08-21wallet-core: balance limits for withdrawalFlorian Dold
2024-08-14wallet-core: implement basic wallet KYC for balance thresholdsFlorian Dold
2024-08-07-fix KUDOS banking linksFlorian Dold
2024-08-07wallet-core: implement getBankingChoicesForPaytoFlorian Dold
2024-07-30wallet-core: use materialized transaction, migrateFlorian Dold
2024-07-30wallet-core: remove unused getWithdrawalTransactionByUri requestFlorian Dold
2024-07-29return confirm url on withdrawal confirmationSebastian
2024-07-17wallet-core: do not restart tasks when network availability doesn't changeIván Ávalos
2024-07-15wallet-core: support for clientCancellationId in more requestsFlorian Dold
Added for: - checkPeerPushDebit - checkPeerPullCredit
2024-07-05wallet-core: cleanupFlorian Dold
2024-07-05wallet-core: handlers refactoringFlorian Dold
2024-07-01wallet-core: loggingFlorian Dold
2024-07-01logging, clear cache after updating DBFlorian Dold
2024-07-01-handlers WIPFlorian Dold
2024-06-30wallet-core: request handler refactoring WIPFlorian Dold
2024-06-30wallet-core: introduce declare-concerns-transaction obs eventFlorian Dold
2024-06-29wallet-core: request handler refactoring WIPFlorian Dold
2024-06-29wallet-core: request handler refactoring WIPFlorian Dold
2024-06-28wallet-core: return currency specification from exchangeFlorian Dold
2024-06-26wallet-core: restart all tasks also when network becomes unavailableFlorian Dold
2024-06-26set networkAvailable to true by defaultIván Ávalos
2024-06-26handle network-required resultIván Ávalos
2024-06-26add network-required task result and network status to wallet stateIván Ávalos
2024-06-26wallet-core: cancellation token support for DB handlesFlorian Dold
2024-06-18wallet-core: allow cancelling queued long-poll requestsFlorian Dold
2024-06-18wallet-core: round-robin waiting for long-pollingFlorian Dold
With dynamic long-poll timeout computation
2024-06-17wallet-core: draft qr content generationFlorian Dold
2024-06-17wallet-core: coin historyFlorian Dold
2024-06-13wallet-core: remove coinAllocationId, simplify coin history storeFlorian Dold
2024-06-13wallet-core: implement getDepositWireTypesForCurrencyFlorian Dold
2024-06-11wallet-core: fix bank integration API protocol rangeFlorian Dold
2024-06-06working #8882Sebastian
2024-05-28fix #8828Sebastian
2024-05-27wallet-core: ensure DB is open before handling requestFlorian Dold
2024-05-27wallet-core: test-only request to reset all retriesFlorian Dold
2024-05-27wallet-core: requests don't need a running shepherdFlorian Dold
2024-05-23wallet-core: support bank-integrated withdrawal with amount selection by walletFlorian Dold
2024-05-23redo commit #aa39162deSebastian
2024-05-23wallet-core: clean up logging, fix shepherd typoFlorian Dold
2024-05-20codespell and prettySebastian
2024-05-20fix #8856 #8840Sebastian
2024-05-17fix #8856Sebastian
2024-05-16-missing request handlerFlorian Dold
2024-05-16work in progress for #8856Sebastian