summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/withdraw.ts
AgeCommit message (Expand)Author
2021-09-13added integration with the wallet-core to get info about the last tos approvedSebastian
2021-09-08first approach to new design for withdrawSebastian
2021-08-24DB schema cleanupFlorian Dold
2021-08-23fix un-offered denom situation, test case almost worksFlorian Dold
2021-08-19run pending operations at least once, style fixesFlorian Dold
2021-08-06perf: do bulk readFlorian Dold
2021-08-06perf and logging improvementsFlorian Dold
2021-06-25implement backup scheduling, other tweaksFlorian Dold
2021-06-20missing globalThis Polyfill, remove duplicate url utilSebastian
2021-06-17towards factoring out cyclic dependenciesFlorian Dold
2021-06-14fix up imports, no more esm in testsFlorian Dold
2021-06-11simplify retry timeout handlingFlorian 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-20add UIDs for deletion tombstones to auditor/exchange trust managementFlorian Dold
2021-04-14implement debug flag for allowing late withdrawalFlorian Dold
2021-04-07get coin re-selection after accidental double spending to workFlorian Dold
2021-03-17towards wallet-core / util splitFlorian Dold
2021-02-08organize importsFlorian Dold
2021-01-14loggingFlorian Dold
2021-01-14logging, cosmetic fixesFlorian Dold
2021-01-13auto formatFlorian Dold
2020-12-17export complete backup, derive planchets in withdrawalFlorian Dold
2020-12-16don't store reserve history anymore, adjust withdrawal implementation accordi...Florian Dold
2020-12-14formatting passFlorian Dold
2020-12-07backup schema WIPFlorian Dold
2020-09-09check bank's protocol version first, fix typoFlorian Dold
2020-09-08DB tweaksFlorian Dold
2020-09-08DB cleanupFlorian Dold
2020-09-08fix tipping and adjust DBFlorian Dold
2020-09-03towards auto-refreshFlorian Dold
2020-09-01estimate refresh output, show correct(er) balanceFlorian Dold
2020-09-01auto-formatFlorian Dold
2020-09-01harmonized error codesv0.7.1-dev.23Florian Dold
2020-09-01test error handlingFlorian Dold
2020-08-28logging / do not crash on errorFlorian Dold
2020-08-13make withdrawal requests sequentially, clean up withdrawal logic a bitFlorian Dold
2020-08-06towards integration tests with fault injectionFlorian Dold
2020-08-03modularize repo, use pnpm, improve typecheckingFlorian Dold