* Update styles
* Add fiat symbols
* chore(package): update webpack-dev-middleware to version 2.0.5 (#1036)
* Fix double alert on swap timeout (#1034)
* chore(package): update @types/jest to version 22.1.2 (#1037)
* Update Banners / Versions to Beta (#1040)
* update agreeement banner with beta nomenclature / styling
* update version
* remove v4 text
* adjust language
* more language
* MyEtherWallet => MyCrypto (#1041)
* MyEtherWallet => MyCrypto
Note: Knowledge base links in translations are not working due to the new knowledge base. Some links link to the MyEtherWallet Chrome Extension.
* Update consoleAdvertisement.ts
* Update consoleAdvertisement.ts
* Update en.json
* Update consoleAdvertisement.ts
* Update InsecureWalletWarning.tsx
* Update Footer to Prod Styles (#1044)
* More MEW -> MyCrypto Changes (#1043)
* Replace all language instances of MYCRYPTO LLC
* Fix disclaimer LLC
* Fix console advert link, adjust logo and make it easier to edit.
* Update coinbase URL.
* Fix trezor and ledger component links and text.
* Misc. cleanup.
* Update unlock guide at the end of generate.
* Fix onboarding translation string
* Change salt hash from mew to mycrpyto.
* chore(package): update webpack to version 3.11.0 (#1045)
* Contributor Guidelines (#1054)
* chore(package): update ts-jest to version 22.0.4 (#1053)
* fix(package): update react-markdown to version 3.2.0 (#1055)
* chore(package): update image-webpack-loader to version 4.1.0 (#1049)
* Add selfHidingImg
* Add coin & token images
* Update styles & fix undefined img path
* Update styles
* Align all symbols to left
* Use icon assets
* remove selfhidingimg
* 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
* Replace all language instances of MYCRYPTO LLC
* Fix disclaimer LLC
* Fix console advert link, adjust logo and make it easier to edit.
* Update coinbase URL.
* Fix trezor and ledger component links and text.
* Misc. cleanup.
* Update unlock guide at the end of generate.
* Fix onboarding translation string
* Change salt hash from mew to mycrpyto.
* MyEtherWallet => MyCrypto
Note: Knowledge base links in translations are not working due to the new knowledge base. Some links link to the MyEtherWallet Chrome Extension.
* Update consoleAdvertisement.ts
* Update consoleAdvertisement.ts
* Update en.json
* Update consoleAdvertisement.ts
* Update InsecureWalletWarning.tsx
* Transfer query arguments over with routing.
* Create a Query Redirect wrapper.
* Add RedirectWithQuery component to SendTransaction index redirect.
* Correct hash-query ordering.
* Restyled, recopied, and did some component refactoring for ENS.
* Awkward copy fix.
* Update snapshot.
* Overflow table handling.
* Re-enable on error.
* Use shapeshift for all swaps.
* Replace existing redux-promise-middleware based CCRequest action with saga based action.
* Remove module from package.json, store middleware, webpack_config.
* fix snapshot
* Add return typing
* Add test for saga