1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-23 22:41:06 +00:00
Commit Graph

151 Commits

Author SHA1 Message Date
Vladimir Volek
749224dc66 lint all files 2019-03-04 13:33:02 +01:00
Maroš
115268ce1d
Merge pull request #396 from trezor/complete-unit-tests
Complete unit tests for utils
2019-02-28 17:31:05 +01:00
Vladimir Volek
0278c3bb19 Move mocks to mocks folder 2019-02-28 15:50:27 +01:00
slowbackspace
74b466be05 merge master 2019-02-28 15:29:07 +01:00
Vladimir Volek
7e6639119d
Merge pull request #392 from trezor/feature/handle-no-backup
Feature/handle no backup
2019-02-26 13:16:24 +01:00
slowbackspace
19837e0f59 merge master 2019-02-26 10:17:16 +01:00
Vladimir Volek
ee2dd40b59 Observe changes removed snapshots 2019-02-25 17:05:36 +01:00
slowbackspace
bbde7481e4 fix hide anim firing on page load 2019-02-25 01:43:34 +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
slowbackspace
71ba843c66 hide sidebar in default state on small screens 2019-02-18 11:30:31 +01:00
slowbackspace
3217517050 handle fetching locale in refux action 2019-02-15 20:52:56 +01:00
slowbackspace
dce912226b merge master 2019-02-06 18:38:59 +01:00
slowbackspace
ddf2819de3 add initial support for setting language 2019-02-06 18:01:09 +01:00
Vladimir Volek
613b516e31 Fixed ecma version and eslint problems 2019-02-05 15:47:04 +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
1b1fbb45f5 add connecting flag to blockchain's state 2019-01-14 02:46:41 +01:00
Szymon Lesisz
616949ba47 add minAmount to SendformRippleReducer 2019-01-11 17:47:36 +01:00
Szymon Lesisz
75cfd44b3c getPendingAmount only for "send" transaction 2019-01-09 14:33:19 +01:00
Szymon Lesisz
33a9a28114 add destination tag to Ripple send form 2019-01-09 14:31:40 +01:00
Szymon Lesisz
0db7a8a8c4 add useful testing data 2019-01-04 13:58:50 +01:00
Szymon Lesisz
baec449936 fix PendingTransactions format 2019-01-04 13:58:34 +01:00
Szymon Lesisz
7d9cbf7cbe update fee levels in reducer only if needed 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
Szymon Lesisz
2639aab093 add fee levels to appConfig.json 2019-01-03 15:05:55 +01:00
Vladimir Volek
d83f3c1b28 Fixed flow 2019-01-03 15:01:08 +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
786303400c Update fields according to new react-router 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
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
ce5b13223c add decimals to appConfig.json 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
7ad19dd1c0 replace PendingTx flow declaration by BlockchainLinkTransation from 'trezor-connect' 2018-12-20 14:18:06 +01:00
Szymon Lesisz
cbc0151a62 add inputs and outputs to PendingTxReducer 2018-12-20 14:18:06 +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
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
e130b1edc0 update recommended fee in blockchain reducer 2018-12-05 14:12:53 +01:00
Szymon Lesisz
4492dbae63 feeLevels in ripple 2018-12-05 14:12:23 +01:00
Szymon Lesisz
90cc406773 fix pending tx for ethereum networkType 2018-12-05 09:26:31 +01:00