summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/pay.ts
AgeCommit message (Expand)Author
2022-10-08wallet-core: Clean up merchant payments DB schemaFlorian Dold
2022-09-21wallet-core: make basic backup work againFlorian Dold
2022-09-19-commentFlorian Dold
2022-09-19-also check for revokedFlorian Dold
2022-09-19wallet-core: only pay with coins of offered denominationsFlorian Dold
2022-09-19wallet-core: hide transient pay errorsFlorian Dold
2022-09-19wallet-core: add wire method check in new coin selectionFlorian Dold
2022-09-16prettySebastian
2022-09-16-move declarationFlorian Dold
2022-09-16-cleanupFlorian Dold
2022-09-16wallet-core: support age restrictions in new coin selectionFlorian Dold
2022-09-16wallet-core: support forced coins in new coin selection algoFlorian Dold
2022-09-16wallet-core: towards faster coin selectionFlorian Dold
2022-09-16working on #7357Sebastian
2022-09-14wallet-core: restructure denomination record for easier queryingFlorian Dold
2022-09-14wallet-core: cache fresh coin count in DBFlorian Dold
2022-09-13wallet-core: introduce easier syntax for transactionsFlorian Dold
2022-09-13wallet-core: uniform retry handlingFlorian Dold
2022-09-12wallet-core: fix creation of refresh session after peer-{push,pull}Florian Dold
2022-09-05consider supported wire types when selecting coinsFlorian Dold
2022-08-08add delivery info in the parse contract terms and a function to get info from...Sebastian
2022-07-12wallet-core: implement accepting p2p push paymentsFlorian Dold
2022-06-10wallet-core: implement and test forced coin/denom selectionFlorian Dold
2022-05-19-formattingv0.9.0-dev.11Florian Dold
2022-05-19wallet-core: clamp claim retry properlyFlorian Dold
2022-05-18fix: update retry info before return also for purchaseSebastian
2022-05-18fix: update retry info before returnSebastian
2022-05-18all retryInfo function in the same namespace, adding missing retryInfo incrementSebastian
2022-05-14feat: awaiting refundSebastian
2022-04-29wallet-core: make coin selection aware of age restrictionFlorian Dold
2022-04-27wallet-core: implement age restriction supportFlorian Dold
2022-03-29wallet: make retries more robust and consistentFlorian Dold
2022-03-28wallet: timeout handling refactoring WIPFlorian Dold
2022-03-24wallet: allow using RPC crypto in more placesFlorian Dold
2022-03-23wallet: simplify crypto workersFlorian Dold
2022-03-23-fix TS2345: Argument of type 'AmountJson' is not assignable to parameter of ...Sebastian
2022-03-23wallet: address crypto worker hang and warning about worker terminationFlorian Dold
2022-03-22wallet: improve error handling and error codesFlorian Dold
2022-03-21wallet: t_s/d_us migrationFlorian Dold
2022-03-14wallet: towards db-less benchmarking, some refactoringFlorian Dold
2022-03-10wallet-core: do not rely on reserve history for withdrawalsFlorian Dold
2022-03-08wallet: improve retry handling for payments, update error codesFlorian Dold
2022-02-21towards implementing breaking exchange protocol changesFlorian Dold
2022-01-16de-duplicating imports and fixing another typescript minor issuesSebastian
2022-01-13make more use of the denom cacheFlorian Dold
2021-12-23deposit from wallet webex: wipSebastian
2021-12-09idb-bridge: use lodash cloneDeepFlorian Dold
2021-12-01wallet: use correct denoms as refresh targetsFlorian Dold
2021-11-27wallet: support both protocol versionsFlorian Dold
2021-11-13Bring euFin-based tests to pass.ms