Commit Graph

1867 Commits

Author SHA1 Message Date
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
Florian Dold
350367d399 fix inverted condition 2016-11-08 16:55:21 +01:00
Florian Dold
8ab029430c remove logging 2016-11-08 16:53:29 +01:00
Florian Dold
5dfa8d79e1 fixes to test harness 2016-11-08 16:52:03 +01:00
Florian Dold
afb9fba64b Update preact version 2016-11-08 15:19:39 +01:00
Florian Dold
6e5fb04d3f Squashed 'thirdparty/preact/' changes from b2d90cc..ba094e2
ba094e2 Run only local tests for pull requests (#390)
e9fc3c2 Fix CI build (#386)
70a5ca3 This adds a link to preact-i18nline. (#382)
5dffd85 Merge branch 'pr-fix-build-for-windows' of https://github.com/Download/preact
f14edf7 kilobits => kilobytes (#383)
c193547 Test for #292
284e4aa 6.4.0
24eab2f Prevent accidental duplicate recycling of elements when swapping the base element of a component. Fixes #373.
76c5ef7 fix lint error
8008886 When swapping the base of a composed child component, update its parent's base reference. Fixes #349.
fd4f21f Add an equality check prior to setting `.nodeValue` on text nodes, since Firefox (and maybe others) don't do this internally by default.  Fixes #368 - thanks @zbinlin!
1555e2b Add CDNJS version badge in readme (#365)
79c8bae Disable React Developer Tools integration tests under IE (#362)
84f4eeb Refactor `linkState()` a bit to drop around 40 bytes. Coincidentally, that's the exact size of the hooks just added for DevTools... 👌
22bbfcb Little tweaks 👯
f8b326e Document how to use the React DevTools with Preact (#354)
1f4a8eb Correct "preact/devtools" type definitions (#355)
68f22eb Add React Developer Tools integration (#339)
2a7a027 Add ref and allow objects in className (#316)
4a59cca fix readme todomvc link (#345)
37ca4e0 Fixes build for Windows #343
cf93387 6.3.0
ff05818 Make `VNode.children` *always* be an Array, even when there are no children.
9b095f4 Added link to preact-layout (#342)

git-subtree-dir: thirdparty/preact
git-subtree-split: ba094e27b602cb16aded7dcad95f71e44b7b0476
2016-11-08 15:07:07 +01:00
Florian Dold
b37e7762bb don't withdraw coins that are valid in the future 2016-11-07 14:27:08 +01:00
Florian Dold
358c0ce513 add merchant instance field at the right places 2016-11-03 19:57:08 +01:00
Florian Dold
dd45721bab include pay_deadline in payment request 2016-11-03 19:46:59 +01:00
Florian Dold
4976ba598a check for node version (correctly this time) 2016-11-03 04:15:29 +01:00
Florian Dold
2f57643e2e add new fields to contract 2016-11-03 01:53:53 +01:00
Florian Dold
d1291f6755 node_modules 2016-11-03 01:33:53 +01:00