1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-15 12:59:09 +00:00
Commit Graph

236 Commits

Author SHA1 Message Date
slowbackspace
d80e108754 add responsive sidebar 2019-01-24 18:49:33 +01:00
Vladimir Volek
9f911ff8b2
Merge pull request #340 from trezor/feature/qr-scanner
Feature/QR scanner
2019-01-22 15:26:01 +01:00
slowbackspace
549ae16b0e add modal for scanning qr codes 2019-01-17 17:12:12 +01:00
Vladimir Volek
5423caea4f
Merge pull request #331 from trezor/fix/connect-backend-spinner
Fix/spinner for connect backend button
2019-01-17 16:05:21 +01:00
Vladimir Volek
a1b96535a5
Merge pull request #336 from trezor/feature/send-form-clear-button
Feature/Send form clear button
2019-01-17 15:59:23 +01:00
slowbackspace
a8d39d95c2 separate clear from init function 2019-01-15 15:24:41 +01:00
slowbackspace
c77cd10f03 send form clear button for ripple and eth 2019-01-15 13:54:34 +01:00
slowbackspace
1b1fbb45f5 add connecting flag to blockchain's state 2019-01-14 02:46:41 +01:00
Szymon Lesisz
249e5f9876 recalculate reserve while "setMax" 2019-01-12 19:31:42 +01:00
Szymon Lesisz
9d325fb139 flowtype fix 2019-01-11 17:55:36 +01:00
Szymon Lesisz
155f794bcb remove comment 2019-01-11 17:48:44 +01:00
Szymon Lesisz
aa87fa3b9f validate address balance and set minAmount for ripple transaction 2019-01-11 17:48:32 +01:00
Vladimir Volek
ba68fffc20
Merge pull request #320 from trezor/fix/ripple-destination-tag
Fix/ripple destination tag
2019-01-09 18:30:20 +01:00
Szymon Lesisz
b5701cd8ae Ripple destinationTag as optional param 2019-01-09 14:49:04 +01:00
Szymon Lesisz
b1c3396f61 set Ripple "reserve" in Discovery 2019-01-09 14:32:57 +01:00
Szymon Lesisz
0fe2ce7717 rename rippleGetAccountInfo param 2019-01-09 14:32:20 +01:00
Szymon Lesisz
33a9a28114 add destination tag to Ripple send form 2019-01-09 14:31:40 +01:00
slowbackspace
bbfd3cafce convert normal notation, converting exp notation will fail 2019-01-08 14:04:42 +01:00
slowbackspace
8970f90d45 use toFixed for fees on eth 2019-01-08 13:23:46 +01:00
slowbackspace
83abbd9ac3 faster conversion to string for ripple 2019-01-08 11:50:30 +01:00
slowbackspace
cc5d7a9b66 use faster toFixed() 2019-01-08 10:40:21 +01:00
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