Commit Graph

54 Commits

Author SHA1 Message Date
Florian Dold
5e85cd8b8f new reserve creation protocol 2016-02-09 21:56:06 +01:00
Florian Dold
b8627813be Replace handlebars with mithril, hooks for i18n.
The wallet is now a single page application.
2016-01-24 02:29:13 +01:00
Florian Dold
473503a246 The great modularization.
Use ES6 module syntax and SystemJS modules for everything.

Some testing stubs were added as well.
2016-01-10 20:07:42 +01:00
Florian Dold
7d89bc7a7f fix 'this' scope error 2016-01-06 16:31:07 +01:00
Florian Dold
5bb1c95ec5 make wallet independent of chrome/WX api 2016-01-06 15:58:18 +01:00
Florian Dold
abf15268ac Refactor wallet into logic and extension interface. 2016-01-06 15:39:22 +01:00
Florian Dold
7b2c566cad make Checkables work 2016-01-05 20:09:15 +01:00
Florian Dold
9dc0d89118 skeleton for decorator-based schema validation 2016-01-05 18:37:21 +01:00
Florian Dold
91fc8d56f0 fix more query wrapper bugs 2016-01-05 17:11:01 +01:00
Florian Dold
3bf1846ed8 fix query abstraction 2016-01-05 15:42:46 +01:00
Florian Dold
b459ffb424 more complete DB abstractions 2016-01-05 14:20:13 +01:00
Florian Dold
c48f2d39f0 Remove bad IDE imports 2016-01-05 01:15:42 +01:00
Florian Dold
1002f33d01 Split http helpers into file. 2016-01-05 01:13:48 +01:00
Florian Dold
c9fc0c31ef Nicer DB interface, various refactoring. 2016-01-05 01:10:31 +01:00
Florian Dold
7348b0ca41 Chrome Webstore Link 2015-12-29 10:46:50 +01:00
Florian Dold
edf5d2cc62 more types 2015-12-26 00:56:02 +01:00
Florian Dold
18ee7c7f53 Don't use eval 2015-12-25 23:51:15 +01:00
Florian Dold
7c5b9017c9 License headers 2015-12-25 22:42:14 +01:00
Florian Dold
e5cb59e24d handle multi-coin payments correctly 2015-12-25 18:48:15 +01:00
Florian Dold
80f43b85c8 payment 2015-12-24 03:20:18 +01:00
Florian Dold
4101bc0f53 Fix embarassingly wrong constant 2015-12-20 21:38:41 +01:00
Florian Dold
604cb2f804 Missing files, payment 2015-12-20 20:34:20 +01:00
Florian Dold
4bba46b53e payment 2015-12-20 20:05:06 +01:00
Florian Dold
c03100cc0d error message 2015-12-18 13:46:40 +01:00
Florian Dold
bc05121da2 payment 2015-12-18 13:38:22 +01:00
Florian Dold
3ddfad1973 Payment "works". 2015-12-18 01:30:22 +01:00
Florian Dold
0d5c37a49e Fix some payment bugs.
It still doesn't work, some of the emscripten interface stuff
still needs to be finished.
2015-12-17 23:34:39 +01:00
Florian Dold
38c947d771 Towards payment. 2015-12-17 22:56:24 +01:00
Florian Dold
6d677f0ec5 Explain purpose of timer thread. 2015-12-17 13:37:57 +01:00
Florian Dold
464bbc3762 Move interfaces for db types to extra file. 2015-12-17 13:35:35 +01:00
Florian Dold
b93638b693 Add types, simplify balance display. 2015-12-17 13:30:34 +01:00
Florian Dold
a9f3d077f9 types 2015-12-16 10:55:43 +01:00
Florian Dold
22246ea156 web worker 2015-12-16 10:48:54 +01:00
Florian Dold
92e8baa5ac type error 2015-12-16 10:46:15 +01:00
Florian Dold
276f9108ab missing files 2015-12-16 10:45:16 +01:00
Florian Dold
1b295d0f1a show balance 2015-12-16 08:01:43 +01:00
Florian Dold
3315470598 show badge 2015-12-16 05:53:55 +01:00
Florian Dold
ccce0f9749 Make withdrawal work. 2015-12-16 04:46:58 +01:00
Florian Dold
ad679a4d0e Correct types / memory leak. 2015-12-16 04:43:17 +01:00
Florian Dold
f588e1a60e Make withdrawal signature work. 2015-12-14 16:54:47 +01:00
Florian Dold
e92d26a937 More typescript. 2015-12-14 11:26:55 +01:00
Florian Dold
9d43bd45ec More consistency. 2015-12-14 09:39:02 +01:00
Florian Dold
2ecb8e25f0 RSA wrapper. 2015-12-14 08:54:59 +01:00
Florian Dold
de570d5594 More wrappers. 2015-12-14 08:26:38 +01:00
Florian Dold
9da386ed63 Skeletons for wrappers. 2015-12-14 05:36:06 +01:00
Florian Dold
441f41decc Type-safe emscripten interface. 2015-12-13 23:47:30 +01:00
Florian Dold
c9180a8b3c Towards withdrawal in the WebExtension. 2015-12-13 18:10:33 +01:00
Florian Dold
833a2cf41d Pretty print wallet database. 2015-12-08 11:50:51 +01:00
Florian Dold
b2b2cd6dfc Add reserve to db. 2015-12-08 10:51:52 +01:00
Florian Dold
415570a720 Towards reserve creation. 2015-12-07 23:39:25 +01:00