Commit Graph

107 Commits (2c6aabf7ffef542c11f2d53cbb4eb289b95bca65)

Author SHA1 Message Date
Vladimir Volek c3c617955c Merge master
6 years ago
Szymon Lesisz e7c76ab953 disable "popup: true" in connect settings
6 years ago
Szymon Lesisz 83523cf677 import Device type from 'flowtype' module
6 years ago
Szymon Lesisz 4093240af0 rename "getNewInstance" util to "getDuplicateInstanceNumber" and move it to ./utils dir
6 years ago
Szymon Lesisz e50a948713 adding token: set default value to '0x' and load all results at focus
6 years ago
Szymon Lesisz ebbba8139a duplicate device without modal with default instance name
6 years ago
Szymon Lesisz dbbe7725fd fix for broken send form (never initialized)
6 years ago
Vladimir Volek efe180d432 Fixed root path and some eslint
6 years ago
Vladimir Volek 9a735f7b96 Adjust more relative paths
6 years ago
Vladimir Volek 52fcaa3d8c Make better imports
6 years ago
Szymon Lesisz 880e11d6e9 unreadable device page (not finished)
6 years ago
Szymon Lesisz d3608f7701 fixed webusb button
6 years ago
Szymon Lesisz c197f7f7b6 flowtype fixes corresponding changes in trezor-connect
6 years ago
Vladimír Volek 7627aade89 Fixed some eslint problems
6 years ago
Szymon Lesisz 9b8b5f55a9 set default gasLimit if data.length < 1 (estimateGasPrice)
6 years ago
Szymon Lesisz 4f5134f32e fix: token balance - pending tx
6 years ago
Szymon Lesisz f3ccc617f5 propagate UPDATE_SELECTED_ACCOUNT only if needed
6 years ago
Szymon Lesisz 726a41fb8c fix: nonce count when account.nonce == 0 && pending.length == 0
6 years ago
Szymon Lesisz 148a61645f pendingTx rejected state
6 years ago
Szymon Lesisz b41e6bacc0 save and clear SessionStorage called from SendformActions
6 years ago
Szymon Lesisz 4d43a4acc4 fix: display very small numbers as .toString(10)
6 years ago
Szymon Lesisz b67315e180 dispose and initialization selectedAccount view
6 years ago
Szymon Lesisz 46c1f8b2b7 remove device instances with different "passphrase_protection" settings
6 years ago
Szymon Lesisz 1e89993727 calculate nonce runtime (account.nonce + pending.nonce)
6 years ago
Szymon Lesisz 19321dffa9 init selected account in actions
6 years ago
Szymon Lesisz 00ee6465c9 Account balance - pending txs
6 years ago
Szymon Lesisz 43ddffb6e9 implementation on selectedAccount.pending
6 years ago
Szymon Lesisz 7b639fb223 added pending to SelectedAccountReducer
6 years ago
Szymon Lesisz 283af40356 Refactoring: SelectedAccountReducer synchronized with other reducers
6 years ago
Szymon Lesisz d74c2ceaba + SessionStorageActions
6 years ago
Szymon Lesisz 2025198d85 sync discovery with LocalStorage
6 years ago
Szymon Lesisz 597007afbd Web3 ticker [disabled filter('latest') ]
6 years ago
Szymon Lesisz 8a0f945c97 added PENDING.TX_NOT_FOUND
6 years ago
Szymon Lesisz c1bb93bf5c Receive tab: hide address if verification error
6 years ago
Szymon Lesisz 4dae5a247a update feeLevel onGasLimit change (while using estimateGasPrice - data
6 years ago
Szymon Lesisz 3d44fb1e4f pendingTransportEvent implementation
6 years ago
Szymon Lesisz 2b4592343e START/STOP_ACQUIRING (Acquire page)
6 years ago
Szymon Lesisz 3b452661c6 getState().connect.devices replaced by getState().devices
6 years ago
Szymon Lesisz 6bc7a2a0f2 removed CONNECT.SELECT_DEVICE
6 years ago
Szymon Lesisz 6de33d5691 SET_SELECTED_DEVICE + UPDATE_SELECTED_DEVICE
6 years ago
Szymon Lesisz 60c4390925 findSelectedDevice > WalletReducer.selectedDevice
6 years ago
Szymon Lesisz ed23b859a8 WalletReducer: SET_SELECTED_DEVICE action
6 years ago
Szymon Lesisz 0cfa1567cf not initialized device page
6 years ago
Szymon Lesisz be05c097e9 useEmptyPassphrase for device without instance
6 years ago
Szymon Lesisz 393a0c4c56 ignore fresh account in discovery
6 years ago
Szymon Lesisz 69e2083615 web3 chainId from config
6 years ago
Szymon Lesisz 2aa77610e0 fix: change fee level while sending tx with data
6 years ago
Szymon Lesisz 79b277f732 flowtype fix TCActions
6 years ago
Szymon Lesisz 56e3eb49cf modal logic moved from TCService to ModalActions
6 years ago
Szymon Lesisz 7f24c6fd55 fixed typos
6 years ago