summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/wallet.ts
AgeCommit message (Collapse)Author
2024-02-20wallet-core: better error handling for DB issues in init requestFlorian Dold
2024-02-20wallet-core: get rid of separate InternalWalletState interfaceFlorian Dold
2024-02-19restructureFlorian Dold
2024-02-19get rid of deprecated/unused typesFlorian Dold
2024-02-19wallet-core: flatten directory structureFlorian Dold
2024-02-19wallet-core: simplify/unify DB accessFlorian Dold
2024-02-16taler-util: cancellation and timeouts on qjsFlorian Dold
2024-02-15implement task shepherd, many small fixes and tweaksdev/dold/task-shepherdFlorian Dold
2024-02-13wallet-core: get rid of TaskLoopResultFlorian Dold
Also not used anymore.
2024-02-13wallet-core: get rid of max retries in task loopFlorian Dold
It's not used anywhere.
2024-02-07remove rewardsFlorian Dold
Some remains are kept to not break old wallets
2024-02-07-test with fdold.euFlorian Dold
2024-02-04prettySebastian
2024-02-04backward compatible change to acceptReward with txIdSebastian
2024-01-29wallet-core,harness: let runIntegrationTest wait for its own transactionsFlorian Dold
2024-01-24fixes #8265Sebastian
2024-01-23wallet-core: expose build version info via requestFlorian Dold
2024-01-23wallet-core: don't always force updating with updateExchangeEntry requestFlorian Dold
2024-01-22wallet-core: better mock default for currency specsFlorian Dold
2024-01-22wallet-core: implement and test balance reporting with scope infoFlorian Dold
2024-01-22wallet-core: implement DD45 global currency management requestsFlorian Dold
2024-01-16wallet-core: implement remaining DD48 calls, testFlorian Dold
2024-01-15fixes #8083Sebastian
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-09-misc. minor fixes, docsFlorian Dold
2024-01-08wallet-core: exchange management cleanupFlorian Dold
2024-01-08wallet-core: fix error reporting for exchange entriesFlorian 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-13wallet-core: untangle version confusion for different bank APIsFlorian 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-12wallet-core: i18n-ized termsFlorian Dold
2023-12-12wallet-core: towards better DD48 supportFlorian Dold
2023-12-07wallet-core: implement prepareWithdrawExchange requestFlorian Dold
2023-12-06wallet-core: document API change, don't wrap responseFlorian Dold
2023-12-06wallet-core: implement getExchangeEntryByUrlFlorian Dold
2023-12-02withdrawalAccountsList with plural-sMarc Stibane
2023-11-28wallet-core: only specify transfer amount for currency conversion withdrawalsFlorian Dold
2023-11-28-more consistent namingFlorian Dold
2023-11-28info -> traceMarc Stibane
2023-11-22wallet-core: implement and test currency conversion withdrawalsFlorian Dold
2023-11-13harness: support tests with multiple exchangesFlorian Dold
2023-11-07wallet-core: throttle tasksFlorian Dold
2023-11-03update to dd51 and removing unused ECSebastian
2023-10-30mock alt_unit_names: "テ" (te) for TESTKUDOSMarc Stibane
2023-10-24Reduce loggingMarc Stibane
2023-10-23move useNativeLogging to top-levelFlorian Dold