summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core
AgeCommit message (Expand)Author
2021-08-12merchant test casesFlorian Dold
2021-08-12convert performance.now to integer before converting to BigIntFlorian Dold
2021-08-07reset deposit lastErrorFlorian Dold
2021-08-07remove extra slashFlorian Dold
2021-08-07consider deposit operations for pending operationsFlorian Dold
2021-08-07construct deposit URL correctlyFlorian Dold
2021-08-06perf: do bulk readFlorian Dold
2021-08-06perf and logging improvementsFlorian Dold
2021-08-06merchant test: pass h_contractFlorian 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-13commentFlorian Dold
2021-07-13make TextEncoder/Decoder creation lazy for polyfill to workFlorian Dold
2021-07-12tolerate zero-value paymentsFlorian Dold
2021-07-12improve error messages in DB transactionsFlorian Dold
2021-07-12formattingFlorian Dold
2021-07-07add providers filter to runBackupCycleSebastian
2021-07-01exported backup types from wallet coreSebastian
2021-06-25implement backup scheduling, other tweaksFlorian Dold
2021-06-23sync: handle HTTP 304 correctlyFlorian Dold
2021-06-23set gzip timestamp to 0 in backup blobFlorian Dold
2021-06-23skip existing coins when applying a pay coin re-selectionFlorian Dold
2021-06-22prevent conflicting coin allocation with concurrent paymentsFlorian Dold
2021-06-22implement long-polling for auto-refundsFlorian Dold
2021-06-22commentFlorian Dold
2021-06-22simplify task loop, test coin suspensionFlorian Dold
2021-06-22get rid of cyclic importsFlorian Dold
2021-06-21fix #6042Sebastian
2021-06-20missing globalThis Polyfill, remove duplicate url utilSebastian
2021-06-17hide internal wallet state, keep it internal to packageFlorian Dold
2021-06-17using block inside case of switch breaks when building with babel 7Sebastian
2021-06-17temporary fix for exchange operationsFlorian 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-16allow any string as forgettable field saltFlorian Dold
2021-06-16use same salt derivation as C code for forgettable fieldsFlorian Dold
2021-06-15adjust importsFlorian 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-14make CSPRNG work on ES6Florian Dold
2021-06-14fix up imports, no more esm in testsFlorian Dold
2021-06-14store ToS acceptance timestamp, remove unused backup attributesFlorian Dold
2021-06-14allow changing the wallet device IDFlorian Dold
2021-06-11store exchange public key with signature on denominationFlorian Dold
2021-06-11make retryInfo optionalFlorian Dold
2021-06-11simplify retry timeout handlingFlorian Dold
2021-06-10simplify pending transactions, make more tests pass againFlorian Dold