aboutsummaryrefslogtreecommitdiff
path: root/extension/lib
AgeCommit message (Collapse)Author
2016-02-19remove FF wallet linkFlorian Dold
2016-02-19error handlingFlorian Dold
2016-02-19factor out RPCFlorian Dold
2016-02-19fix schema issuesFlorian Dold
2016-02-19add crypto worker threadFlorian Dold
2016-02-18notify popup of changesFlorian Dold
2016-02-18fix #4121 and #4115Florian Dold
2016-02-17debugFlorian Dold
2016-02-17remove jsFlorian Dold
2016-02-17contract schemaFlorian Dold
2016-02-17simplify wallet message dispatching and error handlingFlorian Dold
2016-02-15UI improvements and error handlingFlorian Dold
2016-02-15suggest mint based on currency (stub)Florian Dold
2016-02-11refactoring in preparation for #4121Florian Dold
2016-02-11refactoring; make wallet follow new bank protocolFlorian Dold
2016-02-10refactoring / cosmetic changesFlorian Dold
2016-02-09new reserve creation protocolFlorian Dold
2016-02-01new fulfillment protocolFlorian Dold
2016-01-26fix #4153 and #0004154Florian Dold
2016-01-24parse json fulfillment url from paymentFlorian Dold
2016-01-24Redirect to bank page on reserve creation successFlorian Dold
Fixes #4084.
2016-01-24Replace handlebars with mithril, hooks for i18n.Florian Dold
The wallet is now a single page application.
2016-01-11refactor code to be clearer/prettierFlorian Dold
2016-01-11Do not call main from the WX library.Florian Dold
2016-01-10Replace format util with ES6 string templates.Florian Dold
2016-01-10The great modularization.Florian Dold
Use ES6 module syntax and SystemJS modules for everything. Some testing stubs were added as well.
2015-12-25License headersFlorian Dold
2015-12-20Fix embarassingly wrong constantFlorian Dold
2015-12-20Missing files, paymentFlorian Dold
2015-12-17Towards payment.Florian Dold
2015-12-16Making the balance appearMarcello Stanisci
2015-12-16missing filesFlorian Dold
2015-12-14More typescript.Florian Dold
2015-12-05Taler amount parsing.Florian Dold
2015-12-05Add library for URL parsing and manipulation.Florian Dold
2015-12-04DB structure, emscripten interfacetg(x)