1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-02 21:28:12 +00:00
Commit Graph

104 Commits

Author SHA1 Message Date
Vladimir Volek
d4a19b5133 Eth utils tests refactored 2019-02-25 14:51:55 +01:00
Vladimir Volek
6d790d9e31 Notifications tests simplified 2019-02-25 14:40:46 +01:00
Vladimir Volek
f8f6609f3f Device tests simplified 2019-02-25 14:30:57 +01:00
slowbackspace
005cd8ae02 merge master 2019-02-22 12:04:16 +01:00
Vladimir Volek
faa837c6dd fix unit tests 2019-02-20 14:58:01 +01:00
Vladimir Volek
8e4dd7c471 Use utils for trezor model 2019-02-20 12:17:28 +01:00
slowbackspace
53c7c20a29 throw exception when non-num string is passed to Bignumber() 2019-02-19 19:10:47 +01:00
slowbackspace
1eb9f71fdc auto detect browser locale if lang not stored in localstorage 2019-02-18 12:49:27 +01:00
Vladimir Volek
21b672f646 Fix unit test 2019-02-06 19:24:29 +01:00
Vladimir Volek
3c89c782e3 Fixed webusb button 2019-02-06 18:52:12 +01:00
slowbackspace
8e852a925c add crypto URI parser from the old wallet 2019-01-17 15:29:55 +01:00
Szymon Lesisz
0ee1e3a5d9 remove unnecessary $FlowIssues 2019-01-03 15:05:55 +01:00
Szymon Lesisz
a1447ab4f8 fix: formatUtil - calculating decimal amount returns '0' on exception 2019-01-03 15:05:55 +01:00
Szymon Lesisz
326967b551 clearing ripple/SendFormAction 2018-12-05 09:26:31 +01:00
Szymon Lesisz
8bc2ec4206 formatUtils: conversion from/to decimal amount 2018-12-05 09:26:31 +01:00
Szymon Lesisz
bc6b47eb62 fix utils tests: notification.test 2018-11-06 14:23:37 +01:00
Szymon Lesisz
bdf1a1d409 add seedless view 2018-11-01 10:53:56 +01:00
Vladimir Volek
cc8a21947f Add loading state for notification button 2018-10-26 16:48:12 +02:00
Vladimir Volek
2aec5b65f6
Merge pull request #208 from trezor/fix/localstorage-prefix
Fix/localstorage prefix
2018-10-23 11:21:29 +02:00
Szymon Lesisz
95623474aa quickfix: deviceUtils test add missing "type" field + update ethUtils snapshot 2018-10-22 17:22:04 +02:00
Szymon Lesisz
3347c54cff quickfix: deviceUtils test "transport.version" fix
"version" should a be a string not an array
2018-10-22 13:46:15 +02:00
Szymon Lesisz
b48b197003 quickfix: ethUtils test "sanitizeHex" fix
sanitizeHex expects only strings
2018-10-22 13:31:10 +02:00
Szymon Lesisz
0c61bcb08d local storage prefix
- common prefix for localstorage and sessionstorage
- code refactoring
2018-10-22 10:04:19 +02:00
Vladimir Volek
2fd2ef7735 Added test for notificstions 2018-10-17 12:12:09 +02:00
Szymon Lesisz
a36a5e9dbe added beta build 2018-10-11 18:04:25 +02:00
Szymon Lesisz
337eacd1d2 fixed deviceUtils.isSelectedDevice 2018-10-11 13:07:29 +02:00
Szymon Lesisz
51ed553e9a move hex regexp to /utils/ethUtils 2018-10-09 10:42:36 +02:00
Szymon Lesisz
5995568e19 allow "0x" prefix in transaction data
fix: #101
2018-10-08 17:51:25 +02:00
Szymon Lesisz
0b4bcfdd45 update utils 2018-10-04 23:06:40 +02:00
Vasek Mlejnsky
743ad2556d Add text signaling that device is in a bootloader mode 2018-09-27 15:51:33 +02:00
Szymon Lesisz
cde9206f08 devicemeuni while one of devices is in bootloader/not-initialized mode 2018-09-27 15:30:56 +02:00
Vladimir Volek
ae1a40bf3e Refactored notification utils, added icon 2018-09-26 23:29:15 +02:00
Szymon Lesisz
09b6299908 fix for calculating viewportHeight (whithout visible scrollbar height) 2018-09-25 18:08:37 +02:00
Szymon Lesisz
87224fa94f fixed and refacored LeftNavigation 2018-09-24 21:00:21 +02:00
Szymon Lesisz
1ea6d0be4c eslint ./src/utils 2018-09-23 08:28:12 +02:00
Vladimir Volek
34e2915593
Merge pull request #62 from satoshilabs/fix/address-validation
fixed address validation
2018-09-21 12:24:14 +02:00
Szymon Lesisz
12755bace0 flowconfig fix for FlowWebpackPlugin 2018-09-21 10:46:50 +02:00
Vladimir Volek
70d7c73a77
Merge branch 'master' into unit-tests 2018-09-20 14:39:37 +02:00
Szymon Lesisz
93b70c1f0a fixed address validation
added checksum validation if address contains any uppercase letter
2018-09-20 08:59:54 +02:00
Vladimir Volek
4f593d9c5f Removed network utils from testing for now 2018-09-13 16:12:48 +02:00
Vladimir Volek
be90c9bef9 Fixed content-types in mock requests 2018-09-13 15:44:38 +02:00
Vladimir Volek
fc9adc95a4 Added more tests 2018-09-13 13:34:31 +02:00
Vladimir Volek
2cfb955e62 Added tests for network utils 2018-09-13 13:08:25 +02:00
Vladimir Volek
bd86bb22f9 Errors from stylelint as warnings, fixed jest mock 2018-09-12 17:12:52 +02:00
Vladimir Volek
a8cf778e23 Fixed undefined in test suite 2018-09-12 16:43:08 +02:00
Szymon Lesisz
99da867617 fixed flow issues 2018-09-12 16:27:45 +02:00
Vladimir Volek
466a0da095 Added more tests - format utils 2018-09-12 16:01:48 +02:00
Vladimir Volek
7b22a965b6 100% coverage in eth utils 2018-09-12 14:55:12 +02:00
Vladimir Volek
1a6c90bec0 Added more unit tests - eth utils 2018-09-12 14:52:49 +02:00
Vladimir Volek
84b218ecaa Added missing device tests 2018-09-12 12:05:14 +02:00
Vladimir Volek
2e5d12428b Added format utils tests 2018-09-12 10:54:03 +02:00
Vasek Mlejnsky
58823e3a81 Fix some eslint errors 2018-09-06 17:04:28 +02:00
Vladimir Volek
b627523402 Added stylelint loader for webpack 2018-09-05 14:54:24 +02:00
Vladimir Volek
424be08e7c Removed /js folder 2018-08-27 17:15:22 +02:00