aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-util/src
AgeCommit message (Collapse)Author
2022-05-26transaction details templateSebastian
mayor change in the template of the transaction details for every transaction more work needs to be done in wallet core for tip and refund to show more information about the merchant like logo and website
2022-05-25wallet-core: age restriction benchmarkingFlorian Dold
2022-05-19wallet-core: clamp claim retry properlyFlorian Dold
2022-05-14feat: awaiting refundSebastian
2022-05-04add restricted option to manual withdrawSebastian
2022-05-03wallet-core: implement batch withdrawalFlorian Dold
2022-05-03deposit from paytoSebastian
2022-05-02add prepareRefund operation to gather information about the refund before ↵Sebastian
confirm
2022-04-27wallet-core: implement age restriction supportFlorian Dold
2022-04-26do not warn for every translationSebastian
2022-04-21fix: was returning forever as minSebastian
2022-04-20addr list and testSebastian
2022-04-20refactor payto and testSebastian
2022-04-19use the first part on the first part and the second part on the second partSebastian
2022-04-18wallet-core: age restriction crypto WIPFlorian Dold
2022-04-18urgent fix: take currency from amount, dont assume BTCSebastian
2022-04-14anastasis: no more currencies per countryFlorian Dold
2022-04-13anastasis-webui: updated challenge feedbackFlorian Dold
2022-04-13anastasis-core: salt rename, fix taggingFlorian Dold
2022-04-11add payto stringifySebastian
2022-04-06anastasis: use new truth APIFlorian Dold
2022-03-30wallet: logging, timestamp parsing backwards compatibilityFlorian Dold
2022-03-29wallet: allow forced denom selection for testsFlorian Dold
2022-03-29wallet: make retries more robust and consistentFlorian Dold
2022-03-28wallet: timeout handling refactoring WIPFlorian Dold
2022-03-28vendor CancellationTokenFlorian Dold
2022-03-28fix fee discrepancyFlorian Dold
The withdrawal call-to-action and withdrawal transaction details dialog showed different fees, as the "overhead" for unwithdrawable amounts in a reserve was not included in the withdrawal CTA. The withdrawal CTA now shows the same fees as the transaction details.
2022-03-24esbuild configurationSebastian
2022-03-24wallet: allow using RPC crypto in more placesFlorian Dold
2022-03-24wallet: crypto worker fixes, better taler-crypto-worker integrationFlorian Dold
2022-03-22wallet: more time format fixesFlorian Dold
2022-03-22wallet: improve error handling and error codesFlorian Dold
2022-03-21wallet: t_s/d_us migrationFlorian Dold
2022-03-18if the lang is not found show the source string instead. source string must ↵Sebastian
be english
2022-03-17wallet: round timestamps in db-less requests to the exchangeFlorian Dold
2022-03-15wallet: db-less benchmarkingFlorian Dold
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
We now always increment the next retry timeout before doing anything else, so that it is impossible to accidentally retry immediately. This fixes a bug where we previously made many, very frequent requests to the bank integration API.
2022-03-08wallet: throttle all http requestsFlorian Dold
even from browsers / service workers
2022-03-07fix recoup protocol breakageFlorian Dold
2022-03-07fix tippingFlorian Dold
2022-03-07address protocol changes in the exchangeFlorian Dold
The exchange now has a wad fee and truncates the payto hash in signatures
2022-03-03changed implementation of bech32 to ↵Sebastian
https://github.com/sipa/bech32/tree/master/ref/javascript
2022-03-03bitcoin manual withdraw when exchange has btc currencySebastian
2022-02-24added ja lang and implemented transalation switchSebastian
2022-02-21disable setupRefreshPlanchet C crypto worker callFlorian Dold
2022-02-21towards implementing breaking exchange protocol changesFlorian Dold