aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/wallet.ts
AgeCommit message (Expand)Author
2022-03-10wallet-core: do not rely on reserve history for withdrawalsFlorian Dold
2022-03-08wallet-core: handle reserve retries betterFlorian Dold
2022-01-24last activity -> pending; fix downloadTosSebastian
2022-01-16forcing update when querying the terms, and fixing bug in request header parsingSebastian
2022-01-16de-duplicating imports and fixing another typescript minor issuesSebastian
2022-01-13make more use of the denom cacheFlorian Dold
2022-01-13cache denomination lookupsFlorian Dold
2022-01-13import db from the wallet web extensionSebastian
2021-12-23deposit from wallet webex: wipSebastian
2021-12-13wallet-core: reset reserve retry when resetting withdrawal retryFlorian Dold
2021-12-09wallet-core: use crypto worker for eddsa signingFlorian Dold
2021-12-08wallet-core: trust exchange for exchange benchmarkFlorian Dold
2021-12-01wallet-core: implement exportDb API callFlorian Dold
2021-11-27wallet: support both protocol versionsFlorian Dold
2021-11-24new exchange-added notifiaction and including tos information in the wxApi.li...Sebastian
2021-11-23wallet: tipping protocol change / merchant version infoFlorian Dold
2021-11-17wallet: implement exchange protocol v9Florian Dold
2021-10-14implement fakebank withdrawalFlorian Dold
2021-10-13fixing tos requestSebastian
2021-09-13added integration with the wallet-core to get info about the last tos approvedSebastian
2021-09-08first approach to new design for withdrawSebastian
2021-08-19run pending operations at least once, style fixesFlorian Dold
2021-07-30taler-wallet-core ios compatibilityJonathan Buchanan
2021-07-15simplest implementation to remove one provider, also added a user-defined nam...Sebastian
2021-07-07add providers filter to runBackupCycleSebastian
2021-06-25implement backup scheduling, other tweaksFlorian Dold
2021-06-22simplify task loop, test coin suspensionFlorian Dold
2021-06-22get rid of cyclic importsFlorian Dold
2021-06-17hide internal wallet state, keep it internal to packageFlorian Dold
2021-06-17fix support with webpack{4,5} in browser environmentSebastian
2021-06-17towards factoring out cyclic dependenciesFlorian Dold
2021-06-17clean up importsFlorian Dold
2021-06-17use the new wallet core API interface in all testsFlorian Dold
2021-06-15split out wallet core API typesFlorian Dold
2021-06-15separate wallet state from wallet clientFlorian Dold
2021-06-14implement force-retrying transactionsFlorian Dold
2021-06-14allow changing the wallet device IDFlorian Dold
2021-06-10simplify pending transactions, make more tests pass againFlorian Dold
2021-06-09database access refactorFlorian Dold
2021-06-08moving logger into taler-utilSebastian
2021-06-02support multiple exchange details per base URLFlorian Dold
2021-05-20allow deletion via APIFlorian Dold
2021-05-20implement deletion of withdrawal transactionsFlorian Dold
2021-05-20add UIDs for deletion tombstones to auditor/exchange trust managementFlorian Dold
2021-05-12implement currencies subcommandFlorian Dold
2021-04-27fix spelling issuesChristian Grothoff
2021-03-17towards wallet-core / util splitFlorian Dold
2021-03-10finish first complete end-to-end backup/sync testFlorian Dold
2021-03-10restructure sync, store errorsFlorian Dold
2021-03-03WIP: wallet backup integration testFlorian Dold