Commit Graph

2828 Commits

Author SHA1 Message Date
Florian Dold
d088aec009 do not change fractional base yet 2016-11-16 23:54:22 +01:00
Florian Dold
f7b839188d manifest 0.1.4 2016-11-16 23:35:00 +01:00
Florian Dold
58b44ff135 fix syntax 2016-11-16 23:34:25 +01:00
Florian Dold
db0d204a3c fix translation stub 2016-11-16 22:28:15 +01:00
Florian Dold
9cb9d2d3b0 add missing file 2016-11-16 15:55:48 +01:00
Florian Dold
82e401a773 make fractional base a constant 2016-11-16 10:29:07 +01:00
Florian Dold
665c1d8072 add JSX classes for translation 2016-11-16 10:23:42 +01:00
Florian Dold
a56210dfc9 add JSX translation extraction 2016-11-16 04:02:02 +01:00
Florian Dold
af11f34fb5 perf logging for crypto rpc 2016-11-16 02:10:12 +01:00
Florian Dold
bd65bb67e2 incrementally verify denoms
The denominations are not stored in a separate object store.
2016-11-16 02:00:31 +01:00
Florian Dold
f91466595b re-add vendor / fix gitignore 2016-11-15 22:45:01 +01:00
Florian Dold
ded02bf11f renaming / dce 2016-11-15 15:07:17 +01:00
Florian Dold
a92b7dc0df dce 2016-11-15 13:03:31 +01:00
Florian Dold
ded250e6a5 fix insufficient funds message (#4768)
We now distinguish the case where the wallet knows the exchange already
and the case where we don't have anything in common.
2016-11-14 03:54:51 +01:00
Florian Dold
ce33432036 add test cases for coin selection 2016-11-14 03:37:47 +01:00
Florian Dold
af901cb892 improve error handling intest harness 2016-11-14 03:37:35 +01:00
Florian Dold
8fdbfeea59 factor out helper function 2016-11-14 03:01:42 +01:00
Florian Dold
fdf4b1408f simplify coin selection and fix #4784 2016-11-14 02:52:29 +01:00
Florian Dold
4df35bdcd9 add test for base url canonicalization and fix canonicalization bug 2016-11-14 01:29:08 +01:00
Florian Dold
3d79aba854 re-add decl files 2016-11-14 01:28:37 +01:00
Florian Dold
8ab5db6255 add contract validation test 2016-11-14 01:05:51 +01:00
Florian Dold
dca6d303c1 add validators to checkable classes 2016-11-14 00:57:29 +01:00
Florian Dold
48bac7d4a9 link to advanced tree view 2016-11-14 00:33:15 +01:00
Florian Dold
8b855c969d generate coverage stubs for files that are not run 2016-11-14 00:10:55 +01:00
Florian Dold
be5917c97b fix text harness problem caused by restructuring (again) 2016-11-13 23:38:57 +01:00
Florian Dold
8a9d6cb0e6 fix text harness problem caused by restructuring 2016-11-13 23:37:54 +01:00
Florian Dold
f3fb8be7db restructuring 2016-11-13 23:31:17 +01:00
Florian Dold
200d83c388 remove executable flag (how did it get there??) 2016-11-13 21:54:54 +01:00
Florian Dold
18c96ab692 node modules 2016-11-13 21:53:45 +01:00
Florian Dold
9657e01be1 remove unused function 2016-11-13 21:51:45 +01:00
Florian Dold
5b18d6bd19 gitignore 2016-11-13 21:51:32 +01:00
Florian Dold
17d4956bd3 test harness 2016-11-13 21:51:11 +01:00
Florian Dold
1666c2b570 Include both dev and min versions of React 2016-11-13 21:49:28 +01:00
Florian Dold
8f939a0e58 more tests, better reports 2016-11-13 20:29:43 +01:00
Florian Dold
95ad4639a3 don't instrument emscripten output 2016-11-13 19:39:30 +01:00
Florian Dold
095b19aeb4 coverage for browser tests 2016-11-13 18:44:50 +01:00
Florian Dold
f5a1a26368 test output for the browser 2016-11-13 17:37:48 +01:00
Florian Dold
35e7e1f464 fix test harness issue with emscripten 2016-11-13 17:25:36 +01:00
Florian Dold
eb84d5747a fix small react issues 2016-11-13 10:17:39 +01:00
Florian Dold
b2128609ac Finally give in and use React, minor tweeks.
Preact (a minimalistic React alternative) had too many bugs ...
2016-11-13 08:16:52 +01:00
Marcello Stanisci
3f0ee289c4 selenium: fix closing chrome test 2016-11-12 23:44:02 +01:00
Marcello Stanisci
0def1cd3cf selenium: test if chrome is responsive 2016-11-12 23:34:39 +01:00
Marcello Stanisci
3264067ce3 selenium: fixing non-clickable element by sleep(). To be improved. 2016-11-12 13:13:25 +01:00
Marcello Stanisci
6492b6488a selenium: fixing the way (certain) elements are clicked.
Namely, since the lang bar at the bottom has absolute position it overlays on elements
to be clicked; so the window needs to be scrolled a bit further in order to click the
desired elements
2016-11-10 00:11:22 +01:00
Marcello Stanisci
1dd7ae8452 selenium: adding --ext-unpacked option, plus minor fixes on waiting for invisible elements 2016-11-09 18:19:47 +01:00
Marcello Stanisci
078078a231 #4762 2016-11-09 13:53:22 +01:00
Marcello Stanisci
49b7c644c0 selenium: fixing up to make_donation. Fail due to #4762 2016-11-08 22:16:50 +01:00
Marcello Stanisci
a4c073bfa4 selenium: correctly picking amount to withdraw 2016-11-08 22:03:00 +01:00
Florian Dold
490bacd2ce tests for crypto API 2016-11-08 17:19:09 +01:00
Florian Dold
25e446e405 improve TAP output 2016-11-08 16:56:58 +01:00