MyCrypto/common
HenryNguyen5 01fc5f1a89 Move Nodes/Networks to Redux (#961)
* Start splitting networks into their own reducers

* Split out nodes and networks into their own reducers

* Cleanup file structure

* Make selectors for new state

* Change custom network typing

* re-type repo

* Fix up components to use selectors, work on fixing sagas

* Provide consistency in naming, fix more sagas

* Get non web3 node switching working

* Split config rehydration off into a different file for store

* Inline auth for custom nodes

* Include typing for app state

* moar selectors

* Get web3 working + cleanup sagas

* Cleanup tsc errors

* Use forof loop instead of foreach for clearing pruning custom networks

* Add reducer tests for new redux state

* Export needed variables

* Add console error

* Remove old comment

* Work on saga tests

* Get passing existing saga tests

* Fix more tests

* Remove irrlevant tests

* add console error

* Get rest of tests passing

* Fix merge errors

* Remove random text

* Fix store saving

* Fix selector lib only grabbing from static nodes

* Fix custom node removal crashing app

* Infer selected network via node

* Prune custom networks properly on node removal

* Infer network name from chainid from selecting state

* Cleanup tsc errors

* Remove MEW nodes for main and testnet
2018-02-12 14:43:07 -06:00
..
actions Move Nodes/Networks to Redux (#961) 2018-02-12 14:43:07 -06:00
api Remove redux-promise-middleware (#1022) 2018-02-07 17:59:55 -06:00
assets More MEW -> MyCrypto Changes (#1043) 2018-02-10 13:24:05 -06:00
components Move Nodes/Networks to Redux (#961) 2018-02-12 14:43:07 -06:00
config Move Nodes/Networks to Redux (#961) 2018-02-12 14:43:07 -06:00
containers Move Nodes/Networks to Redux (#961) 2018-02-12 14:43:07 -06:00
libs Move Nodes/Networks to Redux (#961) 2018-02-12 14:43:07 -06:00
reducers Move Nodes/Networks to Redux (#961) 2018-02-12 14:43:07 -06:00
sagas Move Nodes/Networks to Redux (#961) 2018-02-12 14:43:07 -06:00
sass Update Footer to Prod Styles (#1044) 2018-02-10 12:56:05 -06:00
selectors Move Nodes/Networks to Redux (#961) 2018-02-12 14:43:07 -06:00
store Move Nodes/Networks to Redux (#961) 2018-02-12 14:43:07 -06:00
translations More MEW -> MyCrypto Changes (#1043) 2018-02-10 13:24:05 -06:00
typescript Update ethereumjs-util types (#1002) 2018-02-07 17:11:29 -06:00
utils Move Nodes/Networks to Redux (#961) 2018-02-12 14:43:07 -06:00
vendor Update trezor-connect.js to v4 (#856) 2018-01-17 23:16:47 -06:00
Root.tsx Forward query arguments during redirect (#990) 2018-02-08 22:02:56 -06:00
freezer.ts Prettier Reformat (#619) 2017-12-18 17:29:26 -06:00
index.html MyEtherWallet -> MyCrypto (#977) 2018-02-06 22:28:28 -06:00
index.tsx Revert "Implement `offline-plugin` for Service Workers / App Cache (#701)" (#760) 2018-01-08 23:04:20 -06:00