summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src
AgeCommit message (Expand)Author
2022-04-13fix: timer API should be exported from src/indexSebastian
2022-04-11add a timer parameter in the wallet constructor in order to resolve #7120Sebastian
2022-04-06fix old API, crypto impl now used objectsSebastian
2022-03-30englishFlorian Dold
2022-03-30wallet: logging, timestamp parsing backwards compatibilityFlorian Dold
2022-03-29wallet: allow forced denom selection for testsFlorian Dold
2022-03-29wallet: fix type errorFlorian Dold
2022-03-29wallet: make retries more robust and consistentFlorian Dold
2022-03-28wallet: cancellation for depositFlorian Dold
2022-03-28wallet: timeout handling refactoring WIPFlorian Dold
2022-03-28vendor CancellationTokenFlorian Dold
2022-03-28fix build, tipAmountEffective = selectedDemons.totalCoinValueSebastian
2022-03-28fix fee discrepancyFlorian Dold
2022-03-25synchronousWorker is replaced by synchronousWorkerNode, fix msg.args => msg.reqSebastian
2022-03-24created a sync worker for web based on the node version, then split for bothSebastian
2022-03-24wallet: allow using RPC crypto in more placesFlorian Dold
2022-03-24wallet: remove excessive loggingFlorian Dold
2022-03-24wallet: crypto worker fixes, better taler-crypto-worker integrationFlorian Dold
2022-03-23wallet: simplify crypto workersFlorian Dold
2022-03-23-fix TS2345: Argument of type 'AmountJson' is not assignable to parameter of ...Sebastian
2022-03-23missing filesFlorian Dold
2022-03-23wallet: address crypto worker hang and warning about worker terminationFlorian Dold
2022-03-22wallet: improve error handling and error codesFlorian Dold
2022-03-21wallet: t_s/d_us migrationFlorian Dold
2022-03-17wallet: round timestamps in db-less requests to the exchangeFlorian Dold
2022-03-16cache breakerv0.9.0-dev.9Florian Dold
2022-03-15wallet: db-less benchmarkingFlorian Dold
2022-03-15moving synchronousWorkerFactory to index.node since use nodejs APISebastian
2022-03-15save tos etag after forced refreshSebastian
2022-03-14wallet: towards db-less benchmarking, some refactoringFlorian Dold
2022-03-10wallet-core: do not rely on reserve history for withdrawalsFlorian Dold
2022-03-08wallet: improve retry handling for payments, update error codesFlorian Dold
2022-03-08wallet-core: handle reserve retries betterFlorian Dold
2022-03-08wallet: throttle all http requestsFlorian Dold
2022-03-08wallet-core: remove old+wrong backwards compatibility code pathFlorian Dold
2022-03-07fix recoup protocol breakageFlorian Dold
2022-03-07fix tippingFlorian Dold
2022-03-07address protocol changes in the exchangeFlorian Dold
2022-02-21disable setupRefreshPlanchet C crypto worker callFlorian Dold
2022-02-21towards implementing breaking exchange protocol changesFlorian Dold
2022-02-03DB reset must be asyncFlorian Dold
2022-01-27bump version(s)v0.9.0-dev.5Florian Dold
2022-01-24fix exchange-timetravel test case with latest exchange versionFlorian Dold
2022-01-24make tipping work with latest merchant protocolFlorian 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-16splitting syncWorker with the factory so the former do not require nodejs run...Sebastian
2022-01-14better description of coin test selection and using c8 for coverage runtimeSebastian
2022-01-13make more use of the denom cacheFlorian Dold