aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-17rate-limit concurrent processPreCoinFlorian Dold
2016-11-16do not change fractional base yetFlorian Dold
2016-11-16manifest 0.1.4Florian Dold
2016-11-16fix syntaxFlorian Dold
2016-11-16fix translation stubFlorian Dold
2016-11-16add missing fileFlorian Dold
2016-11-16make fractional base a constantFlorian Dold
2016-11-16add JSX classes for translationFlorian Dold
2016-11-16add JSX translation extractionFlorian Dold
2016-11-16perf logging for crypto rpcFlorian Dold
2016-11-16incrementally verify denomsFlorian Dold
The denominations are not stored in a separate object store.
2016-11-15re-add vendor / fix gitignoreFlorian Dold
2016-11-15renaming / dceFlorian Dold
2016-11-15dceFlorian Dold
2016-11-14fix insufficient funds message (#4768)Florian Dold
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-14add test cases for coin selectionFlorian Dold
2016-11-14improve error handling intest harnessFlorian Dold
2016-11-14factor out helper functionFlorian Dold
2016-11-14simplify coin selection and fix #4784Florian Dold
2016-11-14add test for base url canonicalization and fix canonicalization bugFlorian Dold
2016-11-14re-add decl filesFlorian Dold
2016-11-14add contract validation testFlorian Dold
2016-11-14add validators to checkable classesFlorian Dold
2016-11-14link to advanced tree viewFlorian Dold
2016-11-14generate coverage stubs for files that are not runFlorian Dold
2016-11-13fix text harness problem caused by restructuring (again)Florian Dold
2016-11-13fix text harness problem caused by restructuringFlorian Dold
2016-11-13restructuringFlorian Dold
2016-11-13remove executable flag (how did it get there??)Florian Dold
2016-11-13node modulesFlorian Dold
2016-11-13remove unused functionFlorian Dold
2016-11-13gitignoreFlorian Dold
2016-11-13test harnessFlorian Dold
2016-11-13Include both dev and min versions of ReactFlorian Dold
2016-11-13more tests, better reportsFlorian Dold
2016-11-13don't instrument emscripten outputFlorian Dold
2016-11-13coverage for browser testsFlorian Dold
2016-11-13test output for the browserFlorian Dold
2016-11-13fix test harness issue with emscriptenFlorian Dold
2016-11-13fix small react issuesFlorian Dold
2016-11-13Finally give in and use React, minor tweeks.Florian Dold
Preact (a minimalistic React alternative) had too many bugs ...
2016-11-12selenium: fix closing chrome testMarcello Stanisci
2016-11-12selenium: test if chrome is responsiveMarcello Stanisci
2016-11-12selenium: fixing non-clickable element by sleep(). To be improved.Marcello Stanisci
2016-11-10selenium: fixing the way (certain) elements are clicked.Marcello Stanisci
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-09selenium: adding --ext-unpacked option, plus minor fixes on waiting for ↵Marcello Stanisci
invisible elements
2016-11-09#4762Marcello Stanisci
2016-11-08selenium: fixing up to make_donation. Fail due to #4762Marcello Stanisci
2016-11-08selenium: correctly picking amount to withdrawMarcello Stanisci
2016-11-08tests for crypto APIFlorian Dold