aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-10bump versions to 0.9.4-dev.5v0.9.4-dev.5Florian Dold
2024-01-10save challenge id when 2fa is requiredSebastian
2024-01-10bank: handles 2fa responseSebastian
2024-01-10-don't use deprecated methodv0.9.4-dev.4Florian Dold
2024-01-09prepare for 2fa implSebastian
2024-01-09taler uri check if undefinedSebastian
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-08duration labelSebastian
2024-01-08wallet-core: fix error reporting for exchange entriesFlorian Dold
2024-01-08order config using relative timeSebastian
2024-01-08wallet-core: fix query for nonfinal payment transactionsFlorian Dold
2024-01-08harness: make libeufin-bank test work with current libeufin-bankFlorian Dold
2024-01-08harness: fix payment-claim testFlorian Dold
2024-01-05towards new 2faSebastian
2024-01-05make tls optionalSebastian
2024-01-03remove unsued iconv0.9.4-dev.30.9.4-dev.3Sebastian
2024-01-03flat dist folderSebastian
2024-01-03fix required hintSebastian
2024-01-03split forms jsSebastian
2024-01-02sort for documentationSebastian
2024-01-02do not send extra if emptySebastian
2023-12-31import from web utilsSebastian
2023-12-31remove handlers from implSebastian
2023-12-31fixing importsSebastian
2023-12-31updat web utilsSebastian
2023-12-30abs timeSebastian
2023-12-29fine tune dynamic formsSebastian
2023-12-27add purposeSebastian
2023-12-27use seed from exchangeSebastian
2023-12-27fix: body is not always present in all html documentsSebastian
2023-12-19webex package version0.9.4-dev.2Sebastian
2023-12-19fix martin feedbackSebastian
2023-12-19change package nameSebastian
2023-12-19fix :long polling request parameterSebastian
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-15embedded wallet: remove reset request, clients should use clearDb insteadFlorian Dold