summaryrefslogtreecommitdiff
path: root/yarn.lock
AgeCommit message (Collapse)Author
2020-03-23upgrade ts and prettierFlorian Dold
2019-12-02rollupFlorian Dold
2019-12-02the giant refactoring: split wallet into multiple partsFlorian Dold
2019-11-30wallet robustness WIPFlorian Dold
2019-11-27JS-only crypto (only primitives so far)Florian Dold
2019-11-21WIP: simplification and error handlingFlorian Dold
2019-11-20version upgrade and formattingFlorian Dold
2019-11-20WIP: simplify DB queries and error handlingFlorian Dold
2019-11-19work on CLIFlorian Dold
2019-10-01adapt to instance changesFlorian Dold
2019-09-04deps / prettierFlorian Dold
2019-09-01depsFlorian Dold
2019-08-29url-based pay/withdraw, use react hooksFlorian Dold
2019-08-28rudimentary taler://withdraw supportFlorian Dold
2019-08-20merchant QR code toolFlorian Dold
2019-08-20upgrade package versionsFlorian Dold
2019-08-19android support skeletonFlorian Dold
2019-08-17logging / bump versionFlorian Dold
2019-08-17start with an actual wallet cliFlorian Dold
2019-08-16version bump / importsFlorian Dold
2019-08-15worker refactoring / sync workerFlorian Dold
2019-08-14prepare for npm publishFlorian Dold
2019-07-31headless wallet WIPFlorian Dold
2019-07-21headless wallet skeleton, type fixesFlorian Dold
2019-05-08restore webpack splitting behaviorFlorian Dold
2019-05-07update package versionsFlorian Dold
2019-03-28get pogen via npm registryFlorian Dold
2019-03-27remove node_modulesFlorian Dold
2018-09-22wasmFlorian Dold
2018-09-20update packagesFlorian Dold
2017-12-27node_modulesFlorian Dold
2017-12-10upgrade dependenciesFlorian Dold
2017-10-14update dependenciesFlorian Dold
2017-08-27implement refundsFlorian Dold
2017-08-14fix build system / typesFlorian Dold
2017-08-14implement returning coins to user's accountFlorian Dold
2017-06-04memidb work in progressFlorian Dold
2017-05-30paths, multi env and webpack configFlorian Dold
2017-05-28add linting (and some initial fixes)Florian Dold
2017-05-27node_modules, clean up package.jsonFlorian Dold
2017-05-27add tiny-worker libraryFlorian Dold
2017-05-24fix build issues and add typedocFlorian Dold
2017-05-24simplify translations build systemFlorian Dold
2017-04-28implement new reserve creation dialog and auditor managementFlorian 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-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.
2016-11-27modularize i18nFlorian Dold
2016-11-23fix test runnersFlorian Dold
2016-11-18missing depFlorian Dold
2016-11-16incrementally verify denomsFlorian Dold
The denominations are not stored in a separate object store.