aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/pay-peer-push-debit.ts
AgeCommit message (Collapse)Author
2024-09-24wallet-core: heuristically emit balance-change notification on tx transitionsFlorian Dold
We only emit the notifications when the major state changes. This simplifies the code and makes it harder to miss places where we should emit the notification.
2024-09-24wallet-core: persist fail and abort reasonFlorian Dold
2024-09-23wallet-core: restore old, documented behavior for peer-push-debit feesFlorian Dold
2024-09-12wallet-core: implement getMaxPeerPushDebitAmount, fix p2p push instructed ↵Florian Dold
amount semantics
2024-09-11wallet-core: support restricting scope for peer push paymentsFlorian Dold
2024-08-05scope info in tx detailsSebastian
2024-07-30wallet-core: update materialized transactionsFlorian Dold
2024-07-17wallet-core: refactor generation of transaction detailsFlorian Dold
2024-07-15wallet-core: support for clientCancellationId in more requestsFlorian Dold
Added for: - checkPeerPushDebit - checkPeerPullCredit
2024-06-26make tasks return network-required when offlineIván Ávalos
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: coin historyFlorian Dold
2024-06-14wallet-core: missing object store, sortFlorian Dold
2024-06-13wallet-core: remove coinAllocationId, simplify coin history storeFlorian Dold
2024-06-13wallet-core: introduce coin history store, spend coins transactionallyFlorian Dold
2024-06-10wallet-core: report 'retry' as part of transaction actions where applicableFlorian Dold
2024-05-28fix #8828Sebastian
2024-04-23wallet-core: pass options object to all transactionsFlorian Dold
2024-04-22wallet-core: support multi-batch p2p paymentsFlorian Dold
2024-04-04wallet-core: allow peer-push with coins locked behind refreshFlorian Dold
2024-04-03wallet-core: preparations for deferred coin selectionFlorian Dold
2024-04-02wallet-core: refresh cleanup, preparations for #8568Florian Dold
2024-03-08wallet-core: notification-based waiting for dependent transactions instead ↵Florian Dold
of long-polling
2024-03-07refactor coin selection, report maxEffectiveSpendAmountFlorian Dold
2024-02-27observabilityFlorian Dold
2024-02-27wallet-core: thread through wallet execution contextFlorian Dold
2024-02-21wallet-core: use cancellation tokens when possibleFlorian Dold
2024-02-21move helpers to utilFlorian Dold
2024-02-20wallet-core: get rid of separate InternalWalletState interfaceFlorian Dold
2024-02-20wallet-core: long-pollingFlorian Dold
2024-02-19wallet-core: better import hygiene, cleanup withdrawalsFlorian Dold
2024-02-19get rid of deprecated/unused typesFlorian Dold
2024-02-19wallet-core: flatten directory structureFlorian Dold