1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-13 20:08:56 +00:00
Commit Graph

124 Commits

Author SHA1 Message Date
Szymon Lesisz
3b452661c6 getState().connect.devices replaced by getState().devices 2018-05-23 10:57:36 +02:00
Szymon Lesisz
977d9f3983 DevicesReducer substitute for TrezorConnectReducer.devices 2018-05-23 10:52:25 +02:00
Szymon Lesisz
6bc7a2a0f2 removed CONNECT.SELECT_DEVICE 2018-05-23 10:08:32 +02:00
Szymon Lesisz
6de33d5691 SET_SELECTED_DEVICE + UPDATE_SELECTED_DEVICE 2018-05-23 10:00:43 +02:00
Szymon Lesisz
60c4390925 findSelectedDevice > WalletReducer.selectedDevice 2018-05-22 22:07:25 +02:00
Szymon Lesisz
751a96ccc1 fixed getSelecedDevice in WalletService 2018-05-22 20:40:04 +02:00
Szymon Lesisz
053b12d3ff filter log 2018-05-22 20:06:05 +02:00
Szymon Lesisz
241fc5acdc fix Router service to allow LOCATION_CHANGE while popup is connected
but context device is disconnected
2018-05-22 20:05:58 +02:00
Szymon Lesisz
ad3237a49a removed console.log 2018-05-22 19:46:26 +02:00
Szymon Lesisz
663729ea62 Aside: implementation of wallet.selectedDevice 2018-05-22 19:43:26 +02:00
Szymon Lesisz
1e66618186 setDeviceState method properly propagate new state 2018-05-22 19:42:55 +02:00
Szymon Lesisz
e5bdadfcb2 added WalletService to middlewares 2018-05-22 19:42:03 +02:00
Szymon Lesisz
ed23b859a8 WalletReducer: SET_SELECTED_DEVICE action 2018-05-22 19:41:10 +02:00
Szymon Lesisz
505a7e354d bootlader, not-initialized, dev-settings pages copy 2018-05-22 18:07:42 +02:00
Szymon Lesisz
5282c22bc0 address verification different UI 2018-05-22 16:33:25 +02:00
Szymon Lesisz
0cfa1567cf not initialized device page 2018-05-22 14:16:18 +02:00
Szymon Lesisz
be05c097e9 useEmptyPassphrase for device without instance 2018-05-22 12:54:30 +02:00
Szymon Lesisz
416886bd95 forget countdown inside Forget button 2018-05-22 11:47:28 +02:00
Szymon Lesisz
393a0c4c56 ignore fresh account in discovery 2018-05-22 11:40:32 +02:00
Szymon Lesisz
69e2083615 web3 chainId from config 2018-05-22 10:26:34 +02:00
Szymon Lesisz
2aa77610e0 fix: change fee level while sending tx with data 2018-05-21 14:00:20 +02:00
Szymon Lesisz
d1b02ed288 passphrase modal input fix 2018-05-21 12:17:15 +02:00
Szymon Lesisz
38c45bb78d disabled nonce in sendform 2018-05-21 11:58:55 +02:00
Szymon Lesisz
79b277f732 flowtype fix TCActions 2018-05-19 18:26:39 +02:00
Szymon Lesisz
56e3eb49cf modal logic moved from TCService to ModalActions 2018-05-19 18:26:28 +02:00
Szymon Lesisz
7f24c6fd55 fixed typos 2018-05-18 19:53:20 +02:00
Szymon Lesisz
56bf3a5bc4 comments 2018-05-18 19:46:35 +02:00
Szymon Lesisz
2355d3d784 SelectedAccount component state type renamed to avoid confusion with
reducer accountState
2018-05-18 19:35:55 +02:00
Szymon Lesisz
b7bed8ee4c abstractAccount > SelectedAccount 2018-05-18 19:26:46 +02:00
Szymon Lesisz
58d023fd46 Receive onClick button 2018-05-18 18:58:55 +02:00
Szymon Lesisz
be0c936517 flowtype moved level up. to ./src directory 2018-05-18 18:54:21 +02:00
Szymon Lesisz
a0f6538126 allow e6 imports from '~/' #2 2018-05-18 18:41:40 +02:00
Szymon Lesisz
661f9fc39c allow es6 imports from '~/' as ./src 2018-05-18 18:38:02 +02:00
Szymon Lesisz
8f5c87a02e restructuring "./src/js/components/wallet' directory 2018-05-18 18:26:45 +02:00
Szymon Lesisz
e3243ffa7e babel-plugin-import + webpack.config (css img path) 2018-05-18 18:23:46 +02:00
Szymon Lesisz
166e51525b WEBPACK 4 2018-05-17 22:08:34 +02:00
Szymon Lesisz
9efe52b568 wallet: navigator.onLine status 2018-05-17 16:03:11 +02:00
Szymon Lesisz
21a299fd0e synchronized localStorage "pending" and "accounts" 2018-05-17 16:02:48 +02:00
Szymon Lesisz
b4524cbba7 fix: save localStorage discovery only if started 2018-05-17 14:49:36 +02:00
Szymon Lesisz
d7f56db291 synchronized localStorage (tokens) 2018-05-17 14:40:38 +02:00
Szymon Lesisz
aca4a26372 nonce in SendForm 2018-05-17 14:08:22 +02:00
Szymon Lesisz
e677a7580d RouterService postActions 2018-05-16 19:39:27 +02:00
Szymon Lesisz
ae4b27d968 Remove START & STOP_ACQUIRING action 2018-05-16 18:55:12 +02:00
Szymon Lesisz
a5b6e20525 refactoring Address to Account 2018-05-16 18:30:46 +02:00
Szymon Lesisz
b90ba80ec4 keep session during discovery 2018-05-16 16:47:20 +02:00
Szymon Lesisz
a62559909d disable device menu when there's only 1 device and it's unacquired 2018-05-16 16:08:30 +02:00
Szymon Lesisz
0329801f94 allow forget device event if not remembered 2018-05-16 15:59:02 +02:00
Szymon Lesisz
227431fd3f prevent passphrase modal enter if not match 2018-05-16 15:53:55 +02:00
Szymon Lesisz
da467f0304 FIX: unacquired to acuquired 2018-05-16 15:38:12 +02:00
Szymon Lesisz
4fba9ee10d merge devices holds instance name 2018-05-15 19:47:40 +02:00