1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-02-21 04:22:04 +00:00
Commit Graph

360 Commits

Author SHA1 Message Date
Vladimir Volek
4e6783f51d
Merge pull request #502 from trezor/fix/import-tool
Fix/import tool
2019-04-15 13:38:15 +02:00
Szymon Lesisz
89d8485bbd remove unnecesary condition from WalletAction.observe 2019-04-15 11:34:49 +02:00
Szymon Lesisz
13b49c32b5 Update RouterActions.js 2019-04-12 17:27:24 +02:00
slowbackspace
71fb19861d getInitialLocale now accepts navigatorLanguage as param 2019-04-12 17:24:11 +02:00
Szymon Lesisz
6cfff6d598 cleaner code for WALLET.SET_INITIAL_URL 2019-04-12 17:13:42 +02:00
Szymon Lesisz
5b98deac1e flow fix 2019-04-12 16:51:42 +02:00
Szymon Lesisz
a797a52931 exclude landing page url fix 2019-04-12 16:48:49 +02:00
slowbackspace
42b7d6b3f0 fix lint 2019-04-12 16:28:24 +02:00
Szymon Lesisz
585c79a738 fix: setInitialUrl - race condition
- Do not set initialUrl if it is landingPage
- Block "RouterAction.selectDevice" if currently selected device is in auth process
- Move WalletActions.observe() before DiscoveryActions.restore() in "WalletSerivce"
2019-04-12 16:22:57 +02:00
slowbackspace
c2544c2461 fix pair imported accounts with deviceID 2019-04-12 16:09:48 +02:00
Vladimir Volek
33cce4bcae merge 2019-04-12 15:11:23 +02:00
slowbackspace
c2d03631a4 fix saving and loading imported accounts from localstorage 2019-04-12 14:22:27 +02:00
slowbackspace
e95ebe54b6 fix: dont try to pair imported accounts with used passphrase 2019-04-12 13:05:57 +02:00
Vladimir Volek
5e830b86c4 fix connect version 2019-04-11 16:00:57 +02:00
slowbackspace
0f6c9a70ed create separate reducer ImportAccount 2019-04-10 19:54:07 +02:00
slowbackspace
a35c21603b remove console.log 2019-04-10 18:01:32 +02:00
slowbackspace
bb4a3268f7 fix flow 2019-04-10 00:50:34 +02:00
slowbackspace
de7aafa5c3 changed method definitions to ThunkAction, remove all accounts associated to deviceID 2019-04-09 16:10:49 +02:00
Vladimir Volek
c47ca11f8b prepare empty bitcoin send page, refactor 2019-04-09 14:20:36 +02:00
slowbackspace
17f63b6d9a remove imported accounts when forgetting device 2019-04-09 14:06:15 +02:00
slowbackspace
8dd3f95f1f add import tool 2019-04-08 18:30:11 +02:00
Vladimir Volek
031d3ab391
Merge pull request #480 from trezor/feature/select-virtualized
Feature/Tokens select with custom MenuList using react-window
2019-04-02 17:25:20 +02:00
slowbackspace
c0702d32a8 return full tokens array 2019-03-29 14:53:30 +01:00
slowbackspace
d9e03c898a call validateAddress only once per inputChange() 2019-03-29 09:47:05 +01:00
slowbackspace
52bb65d463 Merge branch 'feature/connect-7.0.2-electron' into feature/trezor-ui-components 2019-03-28 10:44:05 +01:00
slowbackspace
469e8a3625 Merge branch 'master' into feature/trezor-ui-components 2019-03-26 15:46:53 +01:00
Szymon Lesisz
fe744ca81f update sisyfos endpoint 2019-03-26 10:52:50 +01:00
slowbackspace
b8f45bd9c4 fix storageUtils.get returns string not boolean 2019-03-26 10:13:30 +01:00
slowbackspace
84b62397a8 parse bool from localStorage 2019-03-22 10:12:38 +01:00
slowbackspace
34ff337db1 Merge branch 'master' into feature/trezor-ui-components 2019-03-21 10:37:46 +01:00
slowbackspace
482f62d317 even more ui components 2019-03-18 17:41:51 +01:00
slowbackspace
f95ff68978 dont stringify bool hideBalance in localStorage 2019-03-15 14:35:32 +01:00
slowbackspace
7f2ce33d33 fix flow 2019-03-15 10:46:54 +01:00
slowbackspace
7c37d6745b Merge branch 'master' into feature/stealth-mode 2019-03-15 10:18:29 +01:00
slowbackspace
02f05e625e add setHideBalance action, save setting to localStorage 2019-03-14 23:31:19 +01:00
Vladimir Volek
0ee49b93e4
Merge pull request #448 from trezor/feature/currency-switcher
Feature/Fiat currency switcher
2019-03-14 18:43:10 +01:00
slowbackspace
628d424438 fix recalculating local amount for tokens on set max btn 2019-03-14 16:35:50 +01:00
slowbackspace
1a07af9413 fix fiatRates for tokens on set max btn 2019-03-14 15:51:31 +01:00
slowbackspace
9fbb51fd39 fix clear button 2019-03-13 14:34:49 +01:00
slowbackspace
67c0a18948 add erc tokens conversion to fiat 2019-03-13 14:11:51 +01:00
slowbackspace
c745ec37b7 update fiat instead of crypto amount on fiat select 2019-03-12 16:16:02 +01:00
slowbackspace
40f61002b6 add currency switcher to ripple send tab 2019-03-12 16:03:14 +01:00
slowbackspace
b722b8d86a handle missing rates in util function 2019-03-12 12:55:21 +01:00
slowbackspace
a44a0b608a add currency switcher to eth send form 2019-03-11 18:43:41 +01:00
slowbackspace
c9d7fc8ea9 add redux support for setting local currency 2019-03-11 17:45:35 +01:00
slowbackspace
4757c71f45 use console.error instead of console.log 2019-03-05 11:53:33 +01:00
slowbackspace
15cc6e00f3 handle response codes 2019-03-04 19:03:07 +01:00
Vladimir Volek
bcfca51699
Merge pull request #419 from trezor/feature/copy-log
Feature/Copy log to clipboard
2019-03-04 17:08:06 +01:00
slowbackspace
8f2f2d0bc7 fix prettier 2019-03-04 15:48:35 +01:00
slowbackspace
99afc9fc78 merge master 2019-03-04 15:39:51 +01:00
slowbackspace
6e7200dcf4 hide "copied!" message 2019-03-04 15:36:04 +01:00
slowbackspace
9e09d19334 fix url 2019-03-04 14:37:27 +01:00
Vladimir Volek
16567ec2d6 merge 2019-03-04 14:01:25 +01:00
Vladimir Volek
749224dc66 lint all files 2019-03-04 13:33:02 +01:00
slowbackspace
0add59669b add copy log to clipboard button 2019-03-04 12:52:26 +01:00
slowbackspace
74b466be05 merge master 2019-02-28 15:29:07 +01:00
Vladimir Volek
f4685961ec merge 2019-02-26 13:42:41 +01:00
Vladimir Volek
42fdb7728a Added url constants for wallets 2019-02-26 13:40:22 +01:00
Szymon Lesisz
b45a3d3eee Update TrezorConnectActions.js 2019-02-26 13:20:09 +01:00
Szymon Lesisz
149b07cb2e connect7 changes 2019-02-26 12:45:46 +01:00
slowbackspace
b0d67bd667 add gotoBackup action 2019-02-25 13:28:41 +01:00
Szymon Lesisz
40790470c2 ignore error code in showaddress method
403: permissions not granted from TrezorConnect can be safely ignored
2019-02-22 17:42:07 +01:00
Szymon Lesisz
e336a4f05f add "onReceiveConfirmation" method to ModalActions 2019-02-22 17:40:40 +01:00
Szymon Lesisz
bc7a8401f8 open modal on UI.REQUEST_CONFIRMATION event 2019-02-22 17:39:51 +01:00
slowbackspace
005cd8ae02 merge master 2019-02-22 12:04:16 +01:00
Vladimir Volek
8e4dd7c471 Use utils for trezor model 2019-02-20 12:17:28 +01:00
Vladimir Volek
e9d3f3ff92 Fixed trezor one name, padding adjusted 2019-02-20 12:04:21 +01:00
slowbackspace
53c7c20a29 throw exception when non-num string is passed to Bignumber() 2019-02-19 19:10:47 +01:00
slowbackspace
1eb9f71fdc auto detect browser locale if lang not stored in localstorage 2019-02-18 12:49:27 +01:00
Vladimir Volek
83b2cd7e10 Update bignumber and methods + other non breaking packages (#364)
* Update bignumber and methods + other non breaking packages

* Removed unused flowtype

* Removed unused flowtype 2
2019-02-18 11:45:40 +01:00
slowbackspace
a656b0d708 handle locale to filename mapping by TTM 2019-02-15 21:19:01 +01:00
slowbackspace
3217517050 handle fetching locale in refux action 2019-02-15 20:52:56 +01:00
slowbackspace
e2ccb31532 save selected language to local storage 2019-02-06 18:03:19 +01:00
slowbackspace
ddf2819de3 add initial support for setting language 2019-02-06 18:01:09 +01:00
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