summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/pay.ts
AgeCommit message (Expand)Author
2021-11-03move HTTP status codes to taler-utilFlorian Dold
2021-10-18move some more crypto to taler-util packageFlorian Dold
2021-10-07add anastasis skeleton, put crypto in taler-utilFlorian Dold
2021-10-01FIX: skip checking noncePriv eq if the URI doesn't specify a noncePriv valueSebastian
2021-09-20make no sense to send the noncePriv if the proposal is already paidSebastian
2021-09-17issue #5860Sebastian
2021-08-24implement freezing for paymentsFlorian Dold
2021-08-23fix un-offered denom situation, test case almost worksFlorian Dold
2021-08-06merchant test: pass h_contractFlorian Dold
2021-07-12tolerate zero-value paymentsFlorian Dold
2021-06-25implement backup scheduling, other tweaksFlorian Dold
2021-06-23skip existing coins when applying a pay coin re-selectionFlorian Dold
2021-06-22prevent conflicting coin allocation with concurrent paymentsFlorian Dold
2021-06-22commentFlorian Dold
2021-06-22simplify task loop, test coin suspensionFlorian Dold
2021-06-20missing globalThis Polyfill, remove duplicate url utilSebastian
2021-06-17fix support with webpack{4,5} in browser environmentSebastian
2021-06-17towards factoring out cyclic dependenciesFlorian Dold
2021-06-16allow any string as forgettable field saltFlorian Dold
2021-06-14fix up imports, no more esm in testsFlorian Dold
2021-06-11make retryInfo optionalFlorian Dold
2021-06-11simplify retry timeout handlingFlorian Dold
2021-06-10simplify pending transactions, make more tests pass againFlorian Dold
2021-06-09add missing awaitFlorian Dold
2021-06-09formatting: re-run prettierFlorian Dold
2021-06-09database access refactorFlorian Dold
2021-06-08moving logger into taler-utilSebastian
2021-06-02support multiple exchange details per base URLFlorian Dold
2021-05-12towards backup based on add/remove set instead of clocksFlorian Dold
2021-04-27fix spelling issuesChristian Grothoff
2021-04-14forgettable information validation WIPFlorian Dold
2021-04-07get coin re-selection after accidental double spending to workFlorian Dold
2021-03-27fix coin selectionFlorian Dold
2021-03-17towards wallet-core / util splitFlorian Dold
2021-03-15sort is done after candidate selectionFlorian Dold
2021-03-15improved pay coin selectionFlorian Dold
2021-03-11towards recovering from accidental double spendsFlorian Dold
2021-03-10finish first complete end-to-end backup/sync testFlorian Dold
2021-02-05increase pay timeoutv0.8.0Florian Dold
2021-01-18implement depositsFlorian Dold
2021-01-14renameFlorian Dold
2021-01-07backup cycleFlorian Dold
2021-01-04backup importFlorian Dold
2020-12-21backup import WIPFlorian Dold
2020-12-16don't store reserve history anymore, adjust withdrawal implementation accordi...Florian Dold
2020-12-14formatting passFlorian Dold
2020-11-08update error codesChristian Grothoff
2020-11-04handle transient pay errors (fixes #6607)Florian Dold
2020-11-03check contract terms signature, handle errorsFlorian Dold
2020-11-03complain about merchant base URL mismatch, fixing #6616Florian Dold