aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core
AgeCommit message (Collapse)Author
2024-01-19wallet-core: fix bugs.taler.net/n/7836Florian Dold
The test case for expired refunds now does more checks. A DB query bug for refund items was also fixed.
2024-01-17do not add a new request if there is one alreadySebastian
2024-01-17return effective amount of refresh txSebastian
2024-01-16wallet-core: implement remaining DD48 calls, testFlorian Dold
2024-01-15fixes #8083Sebastian
2024-01-15wallet-core: fix pay state machine when order is deletedFlorian Dold
2024-01-15wallet-core: uniform transaction interface, cleanupFlorian Dold
2024-01-13-also allow fetchingFlorian Dold
2024-01-13wallet-core: test request to diagnose sleep/wakeup issue on iOSFlorian Dold
2024-01-10bump versions to 0.9.4-dev.6v0.9.4-dev.6Florian Dold
2024-01-10wallet-core: do not process payments in dialog statesFlorian Dold
2024-01-10wallet-core: fix wrong request method (typo!)Florian Dold
2024-01-10bump versions to 0.9.4-dev.5v0.9.4-dev.5Florian Dold
2024-01-10-don't use deprecated methodv0.9.4-dev.4Florian Dold
2024-01-09-misc. minor fixes, docsFlorian Dold
2024-01-09wallet-core: test peer-push-credit expirationFlorian Dold
2024-01-09wallet-core: refactor peer-pull-debit and test abortingFlorian Dold
2024-01-08wallet-core: return exchange scope info if we already know the currencyFlorian Dold
Fixes bugs.taler.net/n/8034
2024-01-08wallet-core: notify on exchange tos acceptanceFlorian Dold
2024-01-08fixing wrong break statementsSebastian
2024-01-08wallet-core: properly filter possible exchanges for withdrawalsFlorian Dold
2024-01-08wallet-core: exchange management cleanupFlorian Dold
2024-01-08wallet-core: fix error reporting for exchange entriesFlorian Dold
2024-01-08wallet-core: fix query for nonfinal payment transactionsFlorian Dold
2024-01-08harness: make libeufin-bank test work with current libeufin-bankFlorian Dold
2023-12-19wallet-core: report peer-push-debit tx actions correctlyFlorian Dold
2023-12-19wallet-core: factor out denom query, don't use .iter()Florian Dold
2023-12-19wallet-core: prioritize pending tasksFlorian Dold
2023-12-18wallet-core: do not crash for payments with zero coinsFlorian Dold
2023-12-18wallet-core: update exchange inline, not in taskFlorian Dold
A task (such as refresh) can't wait until the exchange update task updates the exchange, as task handlers don't run concurrently. The previous behavior caused some transactions to block indefinitely when waiting for an updated exchange entry.
2023-12-18-fix rangeFlorian Dold
2023-12-18wallet-core: towards properly handling peer-pull-debit expiryFlorian Dold
2023-12-18wallet-core: use getAll instead of iter to query denominationsFlorian Dold
2023-12-15return refund list in purchase tx detailsSebastian
2023-12-15bump dependenciesFlorian Dold
2023-12-15wallet-core: fix unit testFlorian Dold
2023-12-13wallet-core: untangle version confusion for different bank APIsFlorian Dold
2023-12-13wallet-core: properly transition from aborting to aborted in peer-pull-creditFlorian Dold
2023-12-13wallet-core: add hint about responsible transaction ID in balance change ↵Florian Dold
notification
2023-12-13-loggingFlorian Dold
2023-12-13wallet-core: update bank API version rangeFlorian Dold
2023-12-13-commentFlorian Dold
2023-12-13-actually check master pub in addExchangeFlorian Dold
2023-12-12-rename typeFlorian Dold
2023-12-12wallet-core: implement maxExpirationDate for checkPeerPushDebitFlorian Dold
2023-12-12-work around multiple available languagesFlorian Dold
2023-12-12-add tosAvailableLanguagesFlorian Dold
2023-12-12wallet-core: i18n-ized termsFlorian Dold
2023-12-12wallet-core: towards better DD48 supportFlorian Dold
2023-12-11actually fixing the bug seen in webex, i'm not sure why it wasn't catch by ↵Sebastian
test case