1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-29 17:31:00 +00:00
Commit Graph

46 Commits

Author SHA1 Message Date
Vladimír Volek
7627aade89 Fixed some eslint problems 2018-07-30 12:52:13 +02:00
Szymon Lesisz
9b8b5f55a9 set default gasLimit if data.length < 1 (estimateGasPrice) 2018-05-30 16:23:21 +02:00
Szymon Lesisz
4f5134f32e fix: token balance - pending tx 2018-05-29 13:36:18 +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
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
1e89993727 calculate nonce runtime (account.nonce + pending.nonce) 2018-05-28 16:58:32 +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
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
4dae5a247a update feeLevel onGasLimit change (while using estimateGasPrice - data
change)
2018-05-23 15:51:51 +02:00
Szymon Lesisz
3b452661c6 getState().connect.devices replaced by getState().devices 2018-05-23 10:57:36 +02:00
Szymon Lesisz
60c4390925 findSelectedDevice > WalletReducer.selectedDevice 2018-05-22 22:07:25 +02:00
Szymon Lesisz
be05c097e9 useEmptyPassphrase for device without instance 2018-05-22 12:54:30 +02:00
Szymon Lesisz
2aa77610e0 fix: change fee level while sending tx with data 2018-05-21 14:00:20 +02:00
Szymon Lesisz
b7bed8ee4c abstractAccount > SelectedAccount 2018-05-18 19:26:46 +02:00
Szymon Lesisz
be0c936517 flowtype moved level up. to ./src directory 2018-05-18 18:54:21 +02:00
Szymon Lesisz
aca4a26372 nonce in SendForm 2018-05-17 14:08:22 +02:00
Szymon Lesisz
692e7788fd save sendForm state 2018-05-15 12:12:51 +02:00
Szymon Lesisz
1a08e4be6a trezor-connect response flowtype 2018-05-11 19:32:12 +02:00
Szymon Lesisz
80fa9cfe21 BigNumber.js flowtype + removed ./utils/reducerUtils 2018-05-11 18:29:27 +02:00
Szymon Lesisz
e0f5cbf709 sendform address label + forget_sigle device (remove accounts) bugfix 2018-05-11 16:45:10 +02:00
Szymon Lesisz
9125fbcd61 added (commented) NONCE in Sendform 2018-05-11 15:20:11 +02:00
Szymon Lesisz
b8b8ed6a34 fix: estimateGasPrice reload currentState instance 2018-05-11 14:41:24 +02:00
Szymon Lesisz
55728f6ba3 estimateGasLimit while sending data + feeLevels fix 2018-05-11 12:04:18 +02:00
Szymon Lesisz
c3079bc8d9 fixed abstractAccount default State 2018-05-10 18:36:25 +02:00
Szymon Lesisz
9bf1f61495 fixed warning about different network address 2018-05-10 14:24:27 +02:00
Szymon Lesisz
94c58d0b13 Token amount decimals fix 2018-05-10 13:24:42 +02:00
Szymon Lesisz
1007477bae refactor sendForm.token to sendForm.selectedCurrency 2018-05-10 12:39:49 +02:00
Szymon Lesisz
c77c8f0141 fixed tx complete frozen browser 2018-05-09 17:47:34 +02:00
Szymon Lesisz
eaa6e19050 Sendform coinsymbol & set max fix 2018-05-09 16:36:25 +02:00
Szymon Lesisz
f2a7c0c150 update Account page when location changed 2018-05-09 11:14:44 +02:00
Szymon Lesisz
9020ecc176 fixed token balance + decimal regexp 2018-05-07 18:04:04 +02:00
Szymon Lesisz
4613d524b5 fixed tokens 2018-05-07 15:33:34 +02:00
Szymon Lesisz
1c89f3e975 before testing 2018-05-05 13:52:03 +02:00
Szymon Lesisz
eb0a40c417 fixed flowtypes 2018-05-02 11:01:08 +02:00
Szymon Lesisz
15505ff263 corrupted 2018-04-23 12:20:15 +02:00
Szymon Lesisz
c597f482dc Flowtype everywhere! 2018-04-16 23:19:50 +02:00
Szymon Lesisz
bb22ca54f0 AbstractAccound refactor 2018-04-11 15:21:43 +02:00
Szymon Lesisz
d9789c74b4 action/constants to lowerCase #1 2018-04-11 12:13:38 +02:00
Szymon Lesisz
60ead5a452 device clone, device connect priority + BIG refactoring for
components/containers
2018-04-11 12:06:46 +02:00
Szymon Lesisz
c268c16649 refactoring "coin" to "network" & "checksum" to "deviceState" 2018-03-29 13:38:09 +02:00
Szymon Lesisz
88b0c5cd34 refactoring field incomming from TrezorConnect responses 2018-03-27 17:12:01 +02:00
Szymon Lesisz
8ed54612e8 bundle 2018-03-08 17:10:53 +01:00
Szymon Lesisz
cb83b2b7b6 bordel 2 2018-02-20 10:30:36 +01:00
Szymon Lesisz
6a9fde9f86 first 2017-12-13 12:01:37 +01:00