MyCrypto/common/reducers
William O'Beirne a043334685 Node Refactor (#1603)
* Initial work on refactoring node definitions to reduce number of places theyre defined, amount of copy pasting.

* Use makeAutoNodeNAme instead of manually appending _auto

* Add getNetVersion to list of unsupported methods

* PR feedback

* Rework web template node selector to be a network selector. Refactor some types to help with that. Better handle removing custom nodes.

* Remove color dropdown.

* Fix selecting custom networks. Show notification if change network intent fails.

* Use selectors for current node / network instead of intuiting from nodeSelection

* Add id key to all networks, simplify add and remove custom node and network functions.

* Fix a lot of uses of network.name to use network.id instead.

* Dont allow network chainid conflicts

* Fix web3 network by chainid

* Add testnet badge to network selector

* Change nomenclature from change(Node|Network)(Intent)? to change(Node|Network)(Requested|Succeeded)

* tscheck

* Better code for chainid collision

* Remove console logs

* Fix tests

* Network selector becomes self contained component used both by web header and electron nav.

* Dont select node again

* Additional title text

* tscheck

* Custom node behavior in Electron

* Close panel too

* Convert node label data into selector function

* tscheck

* Parens & space
2018-05-29 09:51:42 -05:00
..
config Node Refactor (#1603) 2018-05-29 09:51:42 -05:00
ens ENS Resolving (#942) 2018-02-05 13:40:33 -06:00
schedule Ethereum Alarm Clock Integration (#1343) 2018-04-14 17:21:33 -05:00
swap Update dropdowns, inputs, and textareas (#1169) 2018-03-01 11:53:29 -06:00
transaction More RC Bugfixes (#1669) 2018-04-24 22:26:53 -05:00
addressBook.ts Address Manager (#1657) 2018-05-21 18:10:51 -05:00
customTokens.ts Move Nodes/Networks to Redux (#961) 2018-02-12 14:43:07 -06:00
deterministicWallets.ts Prettier Reformat (#619) 2017-12-18 17:29:26 -06:00
gas.ts Gas Price Estimates API (#1050) 2018-02-16 13:01:39 -06:00
index.ts Address Manager (#1657) 2018-05-21 18:10:51 -05:00
message.ts Enable Parity Signer Message Signing (#1663) 2018-04-25 19:36:29 -05:00
notifications.ts Fix Miscellaneous Types (#635) 2017-12-19 16:46:34 -06:00
onboardStatus.ts Onboarding Modal (#611) 2018-01-11 12:13:14 -06:00
paritySigner.ts Enable Parity Signer Message Signing (#1663) 2018-04-25 19:36:29 -05:00
rates.ts Remove redux-promise-middleware (#1022) 2018-02-07 17:59:55 -06:00
transactions.ts Show Recent Txs on Check Tx Page (#1147) 2018-03-14 15:10:14 -05:00
wallet.ts Show Recent Addresses on View Only (#1514) 2018-04-14 14:10:21 -05:00