1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-15 21:08:57 +00:00
Commit Graph

2624 Commits

Author SHA1 Message Date
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
Szymon Lesisz
09fe94c71d fix localStorage findPendings method 2018-05-25 11:27:06 +02:00
Szymon Lesisz
283af40356 Refactoring: SelectedAccountReducer synchronized with other reducers
thru WalletService + implementation new data model in components
2018-05-25 11:26:36 +02:00
Szymon Lesisz
d74c2ceaba + SessionStorageActions 2018-05-25 11:20:39 +02:00
Szymon Lesisz
2025198d85 sync discovery with LocalStorage 2018-05-25 11:20:12 +02:00
Szymon Lesisz
e1f2d07187 reducer/utils 2018-05-24 18:39:42 +02:00
Szymon Lesisz
5f4e43a860 location state params: param name is used if value is undefined 2018-05-24 18:39:27 +02:00
Szymon Lesisz
597007afbd Web3 ticker [disabled filter('latest') ] 2018-05-24 18:36:34 +02:00
Szymon Lesisz
8a0f945c97 added PENDING.TX_NOT_FOUND 2018-05-23 19:13:24 +02:00
Szymon Lesisz
c1bb93bf5c Receive tab: hide address if verification error 2018-05-23 16:25:57 +02:00
Szymon Lesisz
4dae5a247a update feeLevel onGasLimit change (while using estimateGasPrice - data
change)
2018-05-23 15:51:51 +02:00
Szymon Lesisz
b2602a198f upgrade trezor-connect npm 2018-05-23 12:36:51 +02:00
Szymon Lesisz
3d44fb1e4f pendingTransportEvent implementation 2018-05-23 12:27:53 +02:00
Szymon Lesisz
fc9563a04e UI.IFRAME_HANDSHAKE implementation 2018-05-23 12:27:41 +02:00
Szymon Lesisz
2b4592343e START/STOP_ACQUIRING (Acquire page) 2018-05-23 11:46:57 +02:00
Szymon Lesisz
369ca892c0 removed .devices from TrezorConnectReducer 2018-05-23 11:19:35 +02:00
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
c7d7fa32d1 reexport reducers flowtype 2018-05-22 19:39:54 +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
b5a78be39b token add form: input css fixed 2018-05-22 15:08:11 +02:00
Szymon Lesisz
0cfa1567cf not initialized device page 2018-05-22 14:16:18 +02:00