aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-24Upgrading pnpm led to compilation errorsSebastian
Fist: * The inferred type of 'PaymentStatus' cannot be named without a reference to '.pnpm/@types+react@17.0.38.... * The inferred type of 'HistoryRow' cannot be named without a reference to '.pnpm/@types+react@17.0.38/node_modules/@types/react'. This is likely not portable. A type annotation is necessary. and more like that... Second: some problems trying to check type inside libs more related: https://github.com/microsoft/TypeScript/issues/42873
2022-05-23add compile target to makefileSebastian
2022-05-19wallet-core: long-poll longer for reserve statusFlorian Dold
2022-05-19wallet-core: use less aggressive retriesFlorian Dold
2022-05-19-formattingv0.9.0-dev.11Florian Dold
2022-05-19wallet-core: clamp claim retry properlyFlorian Dold
2022-05-18fix: update retry info before return also for purchaseSebastian
2022-05-18fix: update retry info before returnSebastian
2022-05-18fix: to skip the operation maxRetries need to be calculated firstSebastian
2022-05-18all retryInfo function in the same namespace, adding missing retryInfo incrementSebastian
2022-05-18- linterSebastian
2022-05-18fix: do not cancel all operation processing when one of them reach ↵Sebastian
maxRetries, just skip
2022-05-18using namespaces for goodSebastian
2022-05-14feat: awaiting refundSebastian
2022-05-10make batch withdrawal configurable in benchmarksMarco Boss
2022-05-09add bench3 for zipf and random merchant selection (by id)Marco Boss
2022-05-06handling service worker waiting phaseSebastian
2022-05-06enable batch withdrawal in bench1Florian Dold
2022-05-05more integration test for age restriction: trying to pay age-restricted ↵Sebastian
contract with not-age-restricted coins and using age-restricted coins with not-age-restricted-contract
2022-05-04add age restriction option to withdraw ctaSebastian
2022-05-04add restricted option to manual withdrawSebastian
2022-05-03wallet-core: implement batch withdrawalFlorian Dold
2022-05-03add missing allowedExchanges for calculating getFeeForDepositSebastian
2022-05-03deposit from paytoSebastian
2022-05-02tip and refund stories and testSebastian
2022-05-02add prepareRefund operation to gather information about the refund before ↵Sebastian
confirm
2022-04-29wallet-core: make coin selection aware of age restrictionFlorian Dold
2022-04-29fix: 6964Sebastian
update icon when there is an taler action present
2022-04-29fix #5845 added run-gc on webexSebastian
2022-04-29alert iconSebastian
2022-04-29bump manifest version (really this time)Florian Dold
2022-04-29bump manifest versionv0.9.0-dev.10Florian Dold
2022-04-28do not save current header before being added into the browser listenerSebastian
2022-04-28simplify alarm and check webRequest without using 'in'Sebastian
2022-04-28keep alive manifest v3Sebastian
2022-04-27use settimeout and setinterval in serviceWorkerSebastian
2022-04-27toggle permissionSebastian
2022-04-27update taler logoSebastian
2022-04-27wallet-core: implement age restriction supportFlorian Dold
2022-04-26fix: shorcut for wallet #6592Sebastian
2022-04-26custom protocolSebastian
2022-04-26do not warn for every translationSebastian
2022-04-26remove old async hookSebastian
2022-04-26useAsync new APISebastian
2022-04-26improve readmeSebastian
2022-04-23fix WebEx Content-Type, after Sebastian suggestionms
2022-04-22deposit test caseSebastian
2022-04-22fix segwit apiSebastian
2022-04-21console to loggerSebastian
2022-04-21fix: was returning forever as minSebastian