1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-12 03:18:56 +00:00
Commit Graph

215 Commits

Author SHA1 Message Date
Szymon Lesisz
4f1ba157e1 update "rippleGetAccountInfo" and "ethereumGetAccountInfo" params 2019-01-04 14:32:14 +01:00
Szymon Lesisz
baec449936 fix PendingTransactions format 2019-01-04 13:58:34 +01:00
Szymon Lesisz
96fd05676f validate ripple fee (min/max value) 2019-01-03 15:37:08 +01:00
Szymon Lesisz
7d9cbf7cbe update fee levels in reducer only if needed 2019-01-03 15:05:55 +01:00
Szymon Lesisz
0ee1e3a5d9 remove unnecessary $FlowIssues 2019-01-03 15:05:55 +01:00
Szymon Lesisz
32ee758af2 get decimals from config (RippleBlockchainActions) 2019-01-03 15:05:55 +01:00
Szymon Lesisz
1392b4b5a7 fix for "setMax" in Ripple send form 2019-01-03 15:05:55 +01:00
Szymon Lesisz
2bf2e0539c update trezor-connect package 2019-01-03 15:05:55 +01:00
Szymon Lesisz
ea3f672995 add comment 2019-01-03 15:05:55 +01:00
Szymon Lesisz
be9cd4fef0 add fees to Ripple 2019-01-03 15:05:55 +01:00
Szymon Lesisz
bb140b8bfe add BlockchainFeeLevel to BlockchainReducer 2019-01-03 15:05:55 +01:00
Vladimir Volek
e0501b1072 Fixed some flow 2019-01-03 15:01:08 +01:00
Szymon Lesisz
e7ae73c570 add WALLET.SET_FIRST_LOCATION_CHANGE action 2019-01-03 15:01:08 +01:00
Vladimir Volek
5a6ea6610e Fix state propagation 2019-01-03 15:01:08 +01:00
Vladimir Volek
0f9d864347 First init added to reducer 2019-01-03 15:01:08 +01:00
Vladimir Volek
cdd325c078 Removed react redux router and adjust store and base reducer 2019-01-03 15:01:08 +01:00
Szymon Lesisz
d9e809e6aa move helper methods from TokensReducer to ./reducers/utils 2018-12-21 11:19:40 +01:00
Szymon Lesisz
31e3c7a9a2 refactoring Account object to coin specific 2018-12-21 10:58:53 +01:00
Szymon Lesisz
350d71521e validate via wallet-address-validator lib 2018-12-20 19:30:00 +01:00
Szymon Lesisz
179bcb386d force CI update 2018-12-20 17:43:21 +01:00
Szymon Lesisz
b19c6e87e9 eslint fix 2018-12-20 14:36:37 +01:00
Szymon Lesisz
02040f2505 force CI build 2018-12-20 14:31:32 +01:00
Szymon Lesisz
c53dfcfaeb ripple/BlockbookAction temporary commented 2018-12-20 14:20:03 +01:00
Szymon Lesisz
6f334182aa handle blockchain_disconnect when wallet init in offline mode 2018-12-20 14:18:06 +01:00
Szymon Lesisz
19784b5100 enable RippleDiscovery process from storage 2018-12-20 14:18:06 +01:00
Szymon Lesisz
24524d7445 update BlockchainNotification event values to match BlockchainLinkTransaction 2018-12-20 14:18:06 +01:00
Szymon Lesisz
7ad19dd1c0 replace PendingTx flow declaration by BlockchainLinkTransation from 'trezor-connect' 2018-12-20 14:18:06 +01:00
Szymon Lesisz
39786377b6 remove link from Success notification in ripple SendForm 2018-12-20 14:18:06 +01:00
Szymon Lesisz
a8d623b6a7 emit BlockchainEvent from ethereum SendForm 2018-12-20 14:18:06 +01:00
Szymon Lesisz
63fb8109cb sen payload to EthereumBlockchainActions.onNotification from BlockchainActions 2018-12-20 14:18:06 +01:00
Szymon Lesisz
bab5007847 call PENDING.ADD from BlockbookActions 2018-12-20 14:18:06 +01:00
Szymon Lesisz
780e6e27ef add coin parameter to connect.rippleGetAccountInfo 2018-12-20 14:18:06 +01:00
Szymon Lesisz
f9f1b6758e remove unused field from getAccountLoader 2018-12-17 19:19:32 +01:00
Szymon Lesisz
f24f0b33ea add explanation of 'not-used' strings 2018-12-17 19:07:11 +01:00
Szymon Lesisz
9d6bce9251 fix fwOutdated exceptionPage values 2018-12-17 18:48:30 +01:00
Szymon Lesisz
2aa6a82911 split loader, notification and exceptionPage to isolated variables
and pass them as they are to views/Wallet/components/Content
2018-12-17 18:33:55 +01:00
slowbackspace
512574ece2 custom loader type when coin is not supported by the firmware 2018-12-16 23:50:42 +01:00
Maroš Špak
778fc5672b single quote 2018-12-12 15:17:27 +01:00
Maroš Špak
4273adda27 add missing networkType 2018-12-12 15:01:39 +01:00
Szymon Lesisz
b7790c0351 remove comments 2018-12-11 15:08:26 +01:00
Szymon Lesisz
128d238037 change "if" to "switch" 2018-12-11 15:08:02 +01:00
Szymon Lesisz
fc4ff5d71c add "testnet" field to config, and filter those values for "dev build" only 2018-12-11 13:25:38 +01:00
Szymon Lesisz
4492dbae63 feeLevels in ripple 2018-12-05 14:12:23 +01:00
Szymon Lesisz
3ae45ddd7e update fee in reducer only if changed 2018-12-05 14:11:03 +01:00
Szymon Lesisz
ea36e56ece eslint 2018-12-05 09:27:25 +01:00
Szymon Lesisz
695ae17176 remove unnecessary SEND.TX_COMPLETE action 2018-12-05 09:27:25 +01:00
Szymon Lesisz
9b7987e951 add availableBalance to Account.update action 2018-12-05 09:26:31 +01:00
Szymon Lesisz
bfebef73c7 ripple/SendFormValidations 2018-12-05 09:26:31 +01:00
Szymon Lesisz
90cc406773 fix pending tx for ethereum networkType 2018-12-05 09:26:31 +01:00
Szymon Lesisz
2cc28c4bf6 load coin specific tx drafts 2018-12-05 09:26:31 +01:00