Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-02 | the giant refactoring: split wallet into multiple parts | Florian Dold | |
2019-11-21 | WIP: simplification and error handling | Florian Dold | |
2019-08-29 | url-based pay/withdraw, use react hooks | Florian Dold | |
2019-08-23 | we don't need postForm in the wallet httplib | Florian Dold | |
2019-07-31 | headless wallet WIP | Florian Dold | |
2019-07-21 | headless wallet skeleton, type fixes | Florian Dold | |
2017-05-28 | add linting rules and fix them | Florian Dold | |
2017-05-24 | remove dead code and add comments | Florian Dold | |
2017-04-24 | Reorganize 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-13 | restructuring | Florian Dold | |