Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-02 | the giant refactoring: split wallet into multiple parts | Florian Dold | |
2019-11-28 | implement JS-only Taler, remove emscripten | Florian Dold | |
2019-11-21 | fix breakage due to URI.js upgrade | Florian Dold | |
2019-11-20 | WIP: simplify DB queries and error handling | Florian Dold | |
2018-01-29 | change protocol to string amount network format | Florian Dold | |
2018-01-04 | refactor / put some types where they belong | Florian Dold | |
2018-01-04 | store sender wire info in separate store | Florian Dold | |
2018-01-03 | fix lint issues and separate message types into multiple files | Florian Dold | |
2017-10-15 | fix tslint warnings | Florian Dold | |
2017-05-28 | documentation and tslint settings to check for docs | Florian Dold | |
2017-05-28 | add linting rules and fix them | Florian Dold | |
2017-05-24 | style, deduplication and doc comments | 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-16 | make fractional base a constant | Florian Dold | |
2016-11-14 | add test for base url canonicalization and fix canonicalization bug | Florian Dold | |
2016-11-13 | restructuring | Florian Dold | |