summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/index.ts
AgeCommit message (Collapse)Author
2024-03-06taler-harness: test aborting refreshesFlorian Dold
2024-02-21move helpers to utilFlorian Dold
2024-02-19restructureFlorian Dold
2024-02-19wallet-core: better import hygiene, cleanup withdrawalsFlorian Dold
2024-02-19get rid of deprecated/unused typesFlorian Dold
2024-02-19wallet-core: flatten directory structureFlorian Dold
2024-02-16taler-util: cancellation and timeouts on qjsFlorian Dold
2023-09-06move bank API client to taler-util, update typescript configFlorian Dold
2023-08-29taler-harness: add exchange-purse testFlorian Dold
2023-04-19fix #7704Sebastian
2023-02-16make wallet-cli runnable under qtartFlorian Dold
2023-01-11wallet-core: implement database fixupsFlorian Dold
2023-01-04wallet-core: test crypto dispatcher, fix timeout handlingFlorian Dold
2022-11-10quickjs preparations, clearer worker(-factory) namesFlorian Dold
2022-10-13use node16 for wallet-core, delete unused taler-config-lib packageFlorian Dold
2022-10-08wallet-core: Clean up merchant payments DB schemaFlorian Dold
2022-09-12ref #7323Sebastian
2022-08-16implement peer to peer push paymentsFlorian Dold
2022-04-13fix: timer API should be exported from src/indexSebastian
2022-03-24created a sync worker for web based on the node version, then split for bothSebastian
2022-03-23wallet: simplify crypto workersFlorian Dold
2022-03-23wallet: address crypto worker hang and warning about worker terminationFlorian Dold
2022-03-15wallet: db-less benchmarkingFlorian Dold
2022-03-15moving synchronousWorkerFactory to index.node since use nodejs APISebastian
2022-03-14wallet: towards db-less benchmarking, some refactoringFlorian Dold
2022-01-16splitting syncWorker with the factory so the former do not require nodejs ↵Sebastian
runtime
2021-11-16wallet: experiment with C-based crypto worker for some primitivesFlorian Dold
2021-10-07add anastasis skeleton, put crypto in taler-utilFlorian Dold
2021-08-23fix un-offered denom situation, test case almost worksFlorian Dold
2021-08-19store 'list issue date' of denoms, cleanupFlorian Dold
2021-07-01exported backup types from wallet coreSebastian
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-15adjust importsFlorian Dold
2021-06-15separate wallet state from wallet clientFlorian Dold
2021-06-08moving logger into taler-utilSebastian
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-04-14implement debug flag for allowing late withdrawalFlorian Dold
2021-03-17towards wallet-core / util splitFlorian Dold
2021-01-13implement infrastructure for future DB migrations via backupFlorian Dold
2020-12-16don't store reserve history anymore, adjust withdrawal implementation ↵Florian Dold
accordingly
2020-09-04formatting, importFlorian Dold
2020-09-03implement and test auto-refreshFlorian Dold
2020-09-01auto-formatFlorian Dold
2020-08-14nuke some console.log statements, test wallet testing functionality in ↵Florian Dold
integration test
2020-08-14re-implement integration test functionalty that will be used by the exchange ↵Florian Dold
for testing
2020-08-12add exchange management test casev0.7.1-dev.20Florian Dold
2020-08-12remove excessive namespacing, formatFlorian Dold
2020-08-06towards integration tests with fault injectionFlorian Dold