aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/util
AgeCommit message (Collapse)Author
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-22wallet: improve error handling and error codesFlorian Dold
2022-03-21wallet: t_s/d_us migrationFlorian Dold
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: throttle all http requestsFlorian Dold
even from browsers / service workers
2022-02-21towards implementing breaking exchange protocol changesFlorian Dold
2022-01-24fix exchange-timetravel test case with latest exchange versionFlorian Dold
2022-01-16de-duplicating imports and fixing another typescript minor issuesSebastian
2022-01-14better description of coin test selection and using c8 for coverage runtimeSebastian
2022-01-13make more use of the denom cacheFlorian Dold
2022-01-13adding a max timeout since retry counter can be very highSebastian
2022-01-12implement latest recoup protocolFlorian Dold
2021-12-01wallet-core: implement exportDb API callFlorian Dold
2021-11-27wallet: support both protocol versionsFlorian Dold
2021-11-24logging / explicit wire deadlineFlorian Dold
2021-11-17wallet: implement exchange protocol v9Florian Dold
2021-11-03move HTTP status codes to taler-utilFlorian Dold
2021-10-18move some more crypto to taler-util packageFlorian Dold
2021-10-07add anastasis skeleton, put crypto in taler-utilFlorian Dold
2021-08-24implement freezing for paymentsFlorian Dold
2021-08-24towards handling frozen refreshesFlorian Dold
2021-08-12convert performance.now to integer before converting to BigIntFlorian Dold
2021-08-06perf: do bulk readFlorian Dold
2021-07-12improve error messages in DB transactionsFlorian Dold
2021-06-25implement backup scheduling, other tweaksFlorian Dold
2021-06-20missing globalThis Polyfill, remove duplicate url utilSebastian
2021-06-17fix support with webpack{4,5} in browser environmentSebastian
added missing .js extension to the imports split index use browser field in package json
2021-06-17towards factoring out cyclic dependenciesFlorian 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-15separate wallet state from wallet clientFlorian Dold
2021-06-14fix up imports, no more esm in testsFlorian Dold
2021-06-11simplify retry timeout handlingFlorian Dold
2021-06-10simplify pending transactions, make more tests pass againFlorian Dold
2021-06-10transaction fixesFlorian Dold
2021-06-09return transaction contextFlorian Dold
2021-06-09database access refactorFlorian Dold
2021-06-08moving logger into taler-utilSebastian
2021-06-04delete database when pressing reset-dbSebastian
2021-06-02fix issues with circular importsFlorian Dold
Parts of this commit are from a patch by sebasjm. The circular imports caused an issue with webpack. While we don't use webpack in the wallet, the wallet should still be importable by webpack. Some packages were importing their dependencies via "index.js", which re-exports public exports of the package. This resulted in circular dependencies which were resolved correctly by rollup, but not by webpack.
2021-05-20implement deletion of withdrawal transactionsFlorian Dold
2021-04-27fix spelling issuesChristian Grothoff
2021-04-14implement debug flag for allowing late withdrawalFlorian Dold
2021-04-14forgettable information validation WIPFlorian Dold
2021-04-13add validation for forgettable JSONFlorian Dold
2021-04-12implement DD18 (forgettable fields in contract terms)Florian Dold
2021-04-07get coin re-selection after accidental double spending to workFlorian Dold