aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/withdraw.ts
AgeCommit message (Collapse)Author
2023-02-10-resolve error introduced by mergeFlorian Dold
2023-02-10-only return coin indices for successfully withdrawn coinsFlorian Dold
2023-02-10prettySebastian
2023-02-10fix: not saving planchet as kyc requiredSebastian
2023-02-10fix: Cannot read properties of undefined (reading 'ev_sig')Sebastian
2023-02-10wallet-core: implement partial withdrawal batching, don't block when ↵Florian Dold
generating planchets
2023-02-10wallet-core: expose withdrawal progress, towards huge withdrawal testFlorian Dold
2023-01-19feat: adjust log level from developer pageSebastian
2023-01-18Merge branch 'master' of git.taler.net:wallet-coreSebastian
2023-01-18fix: using wrong variableSebastian
2023-01-18-loggingFlorian Dold
2023-01-17re-use the same kyc function from withdrawal for depositsSebastian
2023-01-13remove activeLongPoll on error and prevent activeLongPoll skip if forcedSebastian
2023-01-10wallet-core: KYC mvpFlorian Dold
Only hard withdrawal KYC is supporte so far, and no long-polling is done yet.
2022-11-02wallet-core: DB FIXMEs (amount format)Florian Dold
2022-11-02wallet-core: fix exchange management test case, surface exchange update ↵Florian Dold
error info in list
2022-11-01wallet-core: better KYC error messageFlorian Dold
2022-10-16wallet-core: show instructed amount as raw amount for withdrawalFlorian Dold
2022-10-15wallet-core, wallet-cli: add status to exchange list, add detail query to CLIFlorian Dold
2022-10-15wallet-core: address another DB FIXMEFlorian Dold
2022-10-15wallet-core: simplify exchanges list responseFlorian Dold
2022-10-15wallet-core: simplify coin recordFlorian Dold
we only track the allocation now, not the remaining amount
2022-10-14wallet-core: address another DB FIXMEFlorian Dold
2022-10-14wallet-core: properly separate different types of IDsFlorian Dold
2022-10-14wallet-core: pull out ToS into separate object storeFlorian Dold
2022-10-14wallet-core: DB tweaksFlorian Dold
2022-10-14wallet-core: get rid of duplicated withdrawal info APIFlorian Dold
2022-10-08wallet-core: Clean up merchant payments DB schemaFlorian Dold
2022-10-07wallet-core: fix/deduplicate funding payto URI generation for withdrawalsFlorian Dold
2022-10-05wallet-core: fix default auditor/exchange loading logicFlorian Dold
2022-10-05wallet-core: canonicalize base URL from bank on withdrawalFlorian Dold
2022-09-30wallet-core: return correct status from processReserveBankStatusFlorian Dold
2022-09-23wallet-core: fix withdrawal state machineFlorian Dold
2022-09-23wallet-core: do not block when accepting a manual withdrawalFlorian Dold
2022-09-21wallet-core: use more numeric fieldsFlorian Dold
2022-09-21wallet-core: use numeric status field to allow range queriesFlorian Dold
2022-09-20prettySebastian
2022-09-20check age mask beforeSebastian
2022-09-20wallet-core: make basic backup work againFlorian Dold
2022-09-16prettySebastian
2022-09-16-move declarationFlorian Dold
2022-09-16wallet-core: support age restrictions in new coin selectionFlorian Dold
2022-09-16working on #7357Sebastian
getTransactionById is introduced: with that we move all transaction information building into a function transactionId was added in every response that creates a tx
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-06listExchangesDetailed to getExchangeDetailedInfo & ageRestriction taken from ↵Sebastian
the denoms
2022-09-05wallet-core: make listExchanges return less datav0.9.0-dev.16Florian Dold
Since the webextension UI depends on the full response, we have a temporary listExchangesDetailled request. See https://bugs.taler.net/n/7323 for details.
2022-09-01wallet-core: fix issue with crock encoding of age restrictionsFlorian Dold