Vasek Mlejnsky
6125b02973
Resolve conflict after rebase
2018-08-13 08:52:45 +02:00
Vasek Mlejnsky
f4eb4c9f8c
Add a webpack config to run with local Trezor Connect
2018-08-13 08:52:23 +02:00
Vasek Mlejnsky
6349254e45
Show loader after 'Acquire Device' button is clicked and is waiting for acquire
2018-08-13 08:47:35 +02:00
Vasek Mlejnsky
cc507f8ae8
Update TrezorDevice's isUsedElsewhere
& unacquired
properties
...
- both properties are now deprecated
- following properties are now used instead (matching trezor-connect):
- `type` with possible values `acquired` | `unacquired` | `unreadable`
- `status` with possible values `available` | `occupied` | `used`
2018-08-13 08:44:47 +02:00
Vasek Mlejnsky
e1b7591a98
Use 'device.status' instead of 'device.isUsedElsewhere'
2018-08-13 08:42:43 +02:00
Vasek Mlejnsky
7fa386d67b
Check wheter 'device.features' are defined
2018-08-13 08:40:40 +02:00
Vasek Mlejnsky
7cfac40026
Update parametr object when calling 'TrezorConnect.ethereumSignTransaction'
...
- to match a corresponding Flowtype
2018-08-13 08:39:41 +02:00
Vasek Mlejnsky
e7c8336d77
Remove 'connectSrc' from TrezorConnect.init() settings
...
- connect to a public connect server
2018-08-13 08:36:42 +02:00
Vladimir Volek
0802d7d654
Fixed loop redirect
2018-08-10 15:02:54 +02:00
Szymon Lesisz
613302fb23
removed TRANSPORT.UNREADABLE action (not used)
2018-08-08 15:35:49 +02:00
Szymon Lesisz
88208f3509
distinguish unreadable/unacquired device in dropdown menu
2018-08-08 15:29:33 +02:00
Szymon Lesisz
d9069b6824
enable device dropdown if webusb & unreadable/unacquired device
2018-08-08 15:23:39 +02:00
Szymon Lesisz
ae98492562
fix for endless "Loading accounts..." notification during discovery
2018-08-08 15:16:42 +02:00
Szymon Lesisz
880e11d6e9
unreadable device page (not finished)
2018-08-08 14:39:43 +02:00
Szymon Lesisz
d3608f7701
fixed webusb button
2018-08-08 13:21:28 +02:00
Szymon Lesisz
0c5635d356
Show loader after 'Acquire Device' button is clicked
2018-08-08 11:43:34 +02:00
Szymon Lesisz
c197f7f7b6
flowtype fixes corresponding changes in trezor-connect
2018-08-08 11:42:12 +02:00
Szymon Lesisz
578fb736f5
added webpack dev:local configuration
2018-08-08 11:41:08 +02:00
Szymon Lesisz
d7f8571974
Merge pull request #1 from satoshilabs/add-eslint
...
Add eslint + first tests
2018-08-06 16:18:23 +02:00
Vladimír Volek
04dfa41949
POC of styled components - migrated header
2018-07-30 16:50:32 +02:00
Vladimír Volek
52239f77b7
POC of styled component
2018-07-30 16:30:25 +02:00
Vladimír Volek
3310a30a54
Fixed babel loader
2018-07-30 14:31:35 +02:00
Vladimír Volek
7beb6131b8
Added test snapshot and updated coverage
2018-07-30 14:17:49 +02:00
Vladimír Volek
c7d21e8435
Added first working test
2018-07-30 14:10:57 +02:00
Vladimír Volek
a99d638a58
Removed custom babel module
2018-07-30 13:52:06 +02:00
Vladimír Volek
c6292a1375
Added jest
2018-07-30 13:44:39 +02:00
Vladimír Volek
7627aade89
Fixed some eslint problems
2018-07-30 12:52:13 +02:00
Vladimír Volek
e2c014f595
Fixed deps
2018-07-30 12:47:37 +02:00
Vladimír Volek
036f81209a
Added eslint
2018-07-30 12:23:30 +02:00
Szymon Lesisz
c5bb32684d
trezor-connect flow from node_modules
2018-06-13 19:33:24 +02:00
Szymon Lesisz
9b8b5f55a9
set default gasLimit if data.length < 1 (estimateGasPrice)
2018-05-30 16:23:21 +02:00
Szymon Lesisz
f43c7334cc
new trezor-connect
2018-05-30 16:23:09 +02:00
Szymon Lesisz
4f5134f32e
fix: token balance - pending tx
2018-05-29 13:36:18 +02:00
Szymon Lesisz
af26e0f55c
Send: Advanced form tooltips
2018-05-29 13:35:30 +02:00
Szymon Lesisz
f3ccc617f5
propagate UPDATE_SELECTED_ACCOUNT only if needed
2018-05-29 11:51:02 +02:00
Szymon Lesisz
726a41fb8c
fix: nonce count when account.nonce == 0 && pending.length == 0
2018-05-29 11:50:31 +02:00
Szymon Lesisz
148a61645f
pendingTx rejected state
2018-05-29 10:48:28 +02:00
Szymon Lesisz
b41e6bacc0
save and clear SessionStorage called from SendformActions
2018-05-29 10:47:48 +02:00
Szymon Lesisz
4d43a4acc4
fix: display very small numbers as .toString(10)
2018-05-28 20:06:01 +02:00
Szymon Lesisz
b67315e180
dispose and initialization selectedAccount view
2018-05-28 19:48:07 +02:00
Szymon Lesisz
47af92ae2c
fix: calculate pending amount
2018-05-28 19:42:19 +02:00
Szymon Lesisz
46c1f8b2b7
remove device instances with different "passphrase_protection" settings
...
while DEVICE.CONNECT event
2018-05-28 19:42:03 +02:00
Szymon Lesisz
1e89993727
calculate nonce runtime (account.nonce + pending.nonce)
2018-05-28 16:58:32 +02:00
Szymon Lesisz
19321dffa9
init selected account in actions
2018-05-28 16:56:34 +02:00
Szymon Lesisz
a9ad70d155
aside bottom css
2018-05-28 11:21:58 +02:00
Szymon Lesisz
00ee6465c9
Account balance - pending txs
2018-05-28 11:21:47 +02:00
Szymon Lesisz
43ddffb6e9
implementation on selectedAccount.pending
2018-05-25 11:49:37 +02:00
Szymon Lesisz
7b639fb223
added pending to SelectedAccountReducer
2018-05-25 11:49:15 +02:00
Szymon Lesisz
c40432d2f2
export flow type PendingTx
2018-05-25 11:46:32 +02:00
Szymon Lesisz
042540ec95
removed SessionStorageService
2018-05-25 11:27:21 +02:00