aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
AgeCommit message (Collapse)Author
2019-11-27JS-only crypto (only primitives so far)Florian Dold
2019-11-21WIP: simplification and error handlingFlorian Dold
2019-11-20WIP: simplify DB queries and error handlingFlorian Dold
2019-11-19work on CLIFlorian Dold
2019-09-05refactor / formatFlorian Dold
2019-09-05welcome page with error diagnostics / react refactoringFlorian Dold
2019-08-29url-based pay/withdraw, use react hooksFlorian Dold
2019-08-28rudimentary taler://withdraw supportFlorian Dold
2019-08-18slightly more sane loggingFlorian Dold
2019-08-18bump version / implement integrationtest cmdFlorian Dold
2019-08-16version bump / importsFlorian Dold
2019-08-16crypto worker refactoringFlorian Dold
2019-08-15worker refactoring / sync workerFlorian Dold
2019-08-14index for node packageFlorian Dold
2019-08-14prepare for npm publishFlorian Dold
2019-08-01headless/android port, PoC for CLI / headless testsFlorian Dold
2019-07-31headless wallet WIPFlorian Dold
2019-07-21headless wallet skeleton, type fixesFlorian Dold
2018-09-20update packagesFlorian Dold
2018-04-09squelch ts errorFlorian Dold
2018-01-29change protocol to string amount network formatFlorian Dold
2018-01-03fix lint issues and separate message types into multiple filesFlorian Dold
2017-12-27node_modulesFlorian Dold
2017-12-01partial implementation of tippingFlorian Dold
2017-10-17tsconfigFlorian Dold
2017-10-15add missing typeof, makes unit tests passFlorian Dold
2017-10-15derive history from db instead of storing itFlorian Dold
2017-08-14implement returning coins to user's accountFlorian Dold
2017-06-05pretty reset pageFlorian Dold
2017-06-04Add libtool version comparison module and testsFlorian Dold
2017-06-04memidb work in progressFlorian Dold
2017-05-31node_modulesFlorian Dold
2017-05-31memidb skeletonFlorian Dold
2017-05-30skeleton for better RPC typesFlorian Dold
2017-05-29lint for unused variables, fix query bug detected by thisFlorian Dold
2017-05-29memidb stubFlorian Dold
2017-05-28move webex specific things in their own directoryFlorian Dold
2017-05-27fix module loading for node under fake web workersFlorian Dold
2017-05-27Simplify loading of the emscripten lib.Florian Dold
This removes an ugly hack and makes it possible to access the emscripten compiled library from within nodejs test cases more easily.
2017-05-27put ts output into build directoryFlorian Dold
2017-05-27be always very strict (recently added to typescript)Florian Dold
2017-05-01implement payback (with rudimentary UI)Florian Dold
2017-04-26remove dependency in taler-wallet-lib, implement pay signature check/storageFlorian Dold
2017-04-24Optimize production builds.Florian Dold
Uses UglifyJS, and thus TypeScript needs to compile down to ES5, since UglifyJS does not yet fully support ES6. Once all ES6 bugs in UglifyJS, we should compile to ES6 again.
2017-04-24adapt auditor page to new module loading strategyFlorian Dold
2017-04-24Reorganize module loading.Florian Dold
We now use webpack instead of SystemJS, effectively bundling modules into one file (plus commons chunks) for every entry point. This results in a much smaller extension size (almost half). Furthermore we use yarn/npm even for extension run-time dependencies. This relieves us from manually vendoring and building dependencies. It's also easier to understand for new developers familiar with node.
2017-03-28add auditor editingFlorian Dold
2017-03-24add auditor editingFlorian Dold
2017-02-16remove repurchase correlation idFlorian Dold
2016-11-27modularize i18nFlorian Dold