1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-27 16:31:06 +00:00
trezor-wallet/src/reducers
2019-01-04 13:58:50 +01:00
..
utils add useful testing data 2019-01-04 13:58:50 +01:00
AccountsReducer.js refactoring Account object to coin specific 2018-12-21 10:58:53 +01:00
BlockchainReducer.js add BlockchainFeeLevel to BlockchainReducer 2019-01-03 15:05:55 +01:00
DevicesReducer.js wallet type from passphrase modal 2018-11-01 18:47:44 +01:00
DiscoveryReducer.js enable RippleDiscovery process from storage 2018-12-20 14:18:06 +01:00
FiatRateReducer.js fix fiat rate value in reducer 2018-11-12 12:39:24 +01:00
index.js Fixed flow 2019-01-03 15:01:08 +01:00
LocalStorageReducer.js add fee levels to appConfig.json 2019-01-03 15:05:55 +01:00
LogReducer.js Filter log 2018-10-09 15:36:55 +02:00
ModalReducer.js quickfix: remove unnecessary condition from ModalReducer 2018-10-19 13:21:55 +02:00
NotificationReducer.js Removed react redux router and adjust store and base reducer 2019-01-03 15:01:08 +01:00
PendingTxReducer.js replace PendingTx flow declaration by BlockchainLinkTransation from 'trezor-connect' 2018-12-20 14:18:06 +01:00
ReceiveReducer.js Added sign response, style 2018-10-17 17:57:21 +02:00
SelectedAccountReducer.js replace PendingTx flow declaration by BlockchainLinkTransation from 'trezor-connect' 2018-12-20 14:18:06 +01:00
SendFormEthereumReducer.js change prefix of coin specific reducers 2018-12-05 09:26:30 +01:00
SendFormRippleReducer.js add fees to Ripple 2019-01-03 15:05:55 +01:00
SignVerifyReducer.js Fix validation on send 2018-11-27 17:11:46 +01:00
SummaryReducer.js
TokensReducer.js move helper methods from TokensReducer to ./reducers/utils 2018-12-21 11:19:40 +01:00
TrezorConnectReducer.js
WalletReducer.js add WALLET.SET_FIRST_LOCATION_CHANGE action 2019-01-03 15:01:08 +01:00
Web3Reducer.js