aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src
AgeCommit message (Collapse)Author
2023-01-18-loggingFlorian Dold
2023-01-18wallet-core: Add 'deposited' field to deposit transactionFlorian Dold
This field indicates whether the POST requests to deposit coins went through with the exchange. We also don't consider a deposit transaction as having lifeness when it is already deposited and we're just querying for informational deposit tracking information.
2023-01-18fix: withdrawal error when creating an invoiceSebastian
2023-01-18fix tx pending stateSebastian
2023-01-18fix zeroOfCurrencySebastian
2023-01-18wallet-core: log insufficient balance detailsFlorian Dold
2023-01-17re-use the same kyc function from withdrawal for depositsSebastian
2023-01-17stronger type check to be sure that ErrorDetails is consistentSebastian
2023-01-15query transaction status for depositSebastian
2023-01-15removing merchantPub from signatureSebastian
2023-01-13remove activeLongPoll on error and prevent activeLongPoll skip if forcedSebastian
2023-01-13added not-yet-implemented and prettySebastian
2023-01-13wallet-core: store total p2p push cost in DBFlorian Dold
2023-01-13wallet-core: compute full peer push payment feesFlorian Dold
2023-01-13wallet-core: return pending status instead of errorFlorian Dold
This allows clients to get the transaction ID of the confirmed payment.
2023-01-12more information if migration failed, and prettySebastian
2023-01-12wallet-core: refresh properly after non-abort refundsFlorian Dold
2023-01-12wallet-core: retries for peer pull paymentsFlorian Dold
2023-01-12wallet-core: implement retries for peer push paymentsFlorian Dold
2023-01-12wallet-core: allow zero amounts in payments againFlorian Dold
2023-01-11when as number instead of string, fix codec used before declaration, prettySebastian
2023-01-11-check in integration testFlorian Dold
2023-01-11wallet-core: refresh when aborting paymentsFlorian Dold
2023-01-11-more to renameFlorian Dold
2023-01-11wallet-core: introduce abortPay requestFlorian Dold
This request supersedes the abortPayWithRefund request, as that's too implementation-focused and does not describe well what's happening. Also, abortPay can be forced to transition a transaction immediately into an "aborted" state (either from "paying" or "aborting").
2023-01-11wallet-core: remember applied DB fixupsFlorian Dold
2023-01-11wallet-core: implement database fixupsFlorian Dold
2023-01-10wallet-core: KYC mvpFlorian Dold
Only hard withdrawal KYC is supporte so far, and no long-polling is done yet.
2023-01-10if the order is not found, marked the payment as failedSebastian
2023-01-09add 'when' to error-detail and remove error as normal response when doing backupSebastian
2023-01-09wallet-core prettySebastian
2023-01-06wallet-core: insufficient balance details for p2p paymentsFlorian Dold
2023-01-06wallet-core: allow failure result in peer payment coin selectionFlorian Dold
2023-01-06wallet-core: test insufficient balance response, also use it for deposit groupsFlorian Dold
2023-01-05wallet-core: implement insufficient balance detailsFlorian Dold
For now, only for merchant payments
2023-01-04-minor insufficient balance tweaksFlorian Dold
2023-01-04wallet-core: define insufficient balance detailsFlorian Dold
2023-01-04wallet-core: test crypto dispatcher, fix timeout handlingFlorian Dold
2023-01-04-qjs fixesFlorian Dold
2023-01-02-logging, skip defaults in testFlorian Dold
2022-12-23use native KDF / hash state if availableFlorian Dold
2022-12-21crypto renameFlorian Dold
2022-12-20add WALLET_HTTP_REQUEST_GENERIC_TIMEOUT to error mapSebastian
2022-12-08-missing file, internal benchmarkFlorian Dold
2022-12-06wallet: fix p2p coin selectionFlorian Dold
The p2p coin selection didn't work properly when all available denoms are needed. Thanks to Florian Jung for finding the issue and suggesting a fix.
2022-11-25revert the Lost payment resultSebastian
2022-11-25fix: ageRestriction option was missingSebastian
2022-11-24fix 7465Sebastian
2022-11-22fixing import db when pkey is numberSebastian
2022-11-18fix #7394Sebastian