aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/wallet-api-types.ts
AgeCommit message (Collapse)Author
24 hourswallet-core: balance limits for withdrawalFlorian Dold
8 dayswallet-core: implement basic wallet KYC for balance thresholdsFlorian Dold
2024-08-07wallet-core: implement getBankingChoicesForPaytoFlorian Dold
2024-08-01wallet-core: report reserveClosingDelay in withdrawal txFlorian Dold
2024-07-30wallet-core: remove unused getWithdrawalTransactionByUri requestFlorian Dold
2024-07-29return confirm url on withdrawal confirmationSebastian
2024-07-05wallet-core: handlers refactoringFlorian Dold
2024-06-30wallet-core: request handler refactoring WIPFlorian Dold
2024-06-30wallet-core: introduce declare-concerns-transaction obs eventFlorian Dold
2024-06-29wallet-core: request handler refactoring WIPFlorian Dold
2024-06-29wallet-core: request handler refactoring WIPFlorian Dold
2024-06-17wallet-core: draft qr content generationFlorian Dold
2024-06-13wallet-core: implement getDepositWireTypesForCurrencyFlorian Dold
2024-06-13wallet-core: stick with naming conventionsFlorian Dold
Should be non-breaking as only webext uses these calls at the moment.
2024-05-27wallet-core: test-only request to reset all retriesFlorian Dold
2024-05-20fix #8855Sebastian
2024-05-16wallet-core: query templates, refactor API declarationsFlorian Dold
2024-05-16wallet-core: implement hintNetworkAvailability requestFlorian Dold
2024-05-10wallet-core: testing request for reserve historyFlorian Dold
2024-05-02wallet-core: require canonicalized base URLs in requestsFlorian Dold
2024-04-30wallet-core: new states for withdrawal, prepare/confirm requestsFlorian Dold
2024-04-23wallet-core: support for withdrawals with forced reserve keyFlorian Dold
2024-04-23wallet-core: avoid use of plain 'id' field, misc. fixesFlorian Dold
2024-04-22wallet-core: unify handling of run-until-done, simplify waiter implementationFlorian Dold
2024-04-08wallet-core: perf, cachingFlorian Dold
2024-04-08wallet-core: rename request to setWalletRunConfigFlorian Dold
The old name was ambiguous, as the request does not refer to the persistent config of the wallet, but the ephemeral run-time configuration of the wallet-core instance.
2024-04-03wallet-core: introduce setConfig requestFlorian Dold
Currently just an alias for initWallet, behavior might diverge in the future.
2024-03-07wallet-core: implement and test lost flag for denominationsFlorian Dold
2024-03-07wallet-core: improve insufficient balance reportingFlorian Dold
2024-02-29wallet-core: improve config handling, test builtin exchange configFlorian Dold
2024-02-29wip wallet activitySebastian
2024-02-28get activitySebastian
2024-02-28wallet-core: translate transactionId to taskIdsFlorian Dold
2024-02-27observabilityFlorian Dold
2024-02-27forget tos operation and some pretty formatSebastian
2024-02-19get rid of deprecated/unused typesFlorian Dold
2024-02-19wallet-core: flatten directory structureFlorian Dold
2024-02-15implement task shepherd, many small fixes and tweaksFlorian Dold
2024-02-07remove rewardsFlorian Dold
Some remains are kept to not break old wallets
2024-01-29wallet-core,harness: let runIntegrationTest wait for its own transactionsFlorian Dold
2024-01-29wallet-core: implement db migration checkFlorian Dold
2024-01-22-fix request nameFlorian Dold
2024-01-22-fix request nameFlorian 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-13wallet-core: test request to diagnose sleep/wakeup issue on iOSFlorian Dold
2023-12-12-rename typeFlorian Dold
2023-12-07wallet-core: implement prepareWithdrawExchange requestFlorian Dold
2023-12-06wallet-core: implement getExchangeEntryByUrlFlorian Dold