aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations
AgeCommit message (Collapse)Author
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-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-commentFlorian Dold
2023-12-13-actually check master pub in addExchangeFlorian 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
2023-12-11wallet-core: add scopeInfo to exchange list entry itemsFlorian Dold
2023-12-11wallet-core: add exchangeBaseUrl to the checkPeerPushDebit responseFlorian Dold
2023-12-10fix: remove refundAmountAwaiting when refund is acceptedSebastian
2023-12-07-loggingFlorian Dold
2023-12-07wallet-core: deprecate peerPushCreditId fieldFlorian Dold
2023-12-06wallet-core: return exchange base URL in PreparePeerPushCreditResponseFlorian Dold
2023-12-05wallet-core: make conversion more robust against errorsFlorian Dold
2023-12-04-fix withdrawal flags in balancev0.9.4-dev.1Florian Dold
2023-12-04wallet-core: work around a libeufin-bank bugFlorian Dold
We now ignore the result of POSTing to the bank integration API, since the implementation is outdated and doesn't match the API spec and wallet-core type validators.
2023-12-04BalanceFlag.OutgoingKycMarc Stibane
2023-12-02withdrawalAccountsList with plural-sMarc Stibane
2023-12-01also query for the currency specSebastian
2023-12-01exchange account infoSebastian
2023-11-30wallet-core: handle peer-pull-credit expiryFlorian Dold
2023-11-30wallet-core: construct correct txid for notificationFlorian Dold
2023-11-28wallet-core: only specify transfer amount for currency conversion withdrawalsFlorian Dold
2023-11-28-more consistent namingFlorian Dold
2023-11-28always return WithdrawalAccountInfo instead of using two separate types for ↵Florian Dold
the same purpose
2023-11-28info -> traceMarc Stibane
2023-11-23wallet-core: implement balance flags for UI badgesFlorian Dold
2023-11-22wallet-core: implement and test currency conversion withdrawalsFlorian Dold
2023-11-21cashout creationSebastian
2023-11-21towards a currency conversion integration testFlorian Dold
2023-11-16-remove remaining usage of deprecated fieldFlorian Dold
2023-11-16fix not compileSebastian
2023-11-16wallet-core: do not return talerUri from peer push initiationFlorian Dold
URI might not be ready to use yet!
2023-11-16wallet-core: only hand out talerUri for push payments when the transaction ↵Florian Dold
is in the right state
2023-11-15wallet-core: remove bogus exceptionFlorian Dold
2023-11-15wallet-core: store changed KYC URL on subsequent KYC queriesFlorian Dold
2023-11-14wallet-core: make age restricted deposits workFlorian Dold
2023-11-10kyc operation don't give lifenessSebastian
2023-11-09wallet-core: deliver kyc URL via experimental user dataFlorian Dold
Currently only needed by iOS, might be removed in the future.
2023-11-09wallet-core: fix bogus timestamp logicFlorian Dold