MyCrypto/common
Daniel Ternyak ab5fa1a799
Support Non-Ethereum Networks (#849)
* Make UnlockHeader a PureComponent

* MVP

* actually disable wallet format if not determined to be valid format for wallet

* default to correct derivation in mnemonic modal

* cleanup

* fix tslint

* use enums for HD wallet getPath

* Add stricter typing

* Fix labels not updating on selector

* Ban hardware wallet support for custom network unsupported chainIds

* Fix type error

* Fix custom node dPath not being saved

* Fix mnemonic modal

* default path bugfixes

* add react-select

* misc fixes; rabbit holing hard.

* fix tslint

* revert identicon changes

* reload on network change :/

* actually reload on network change

* really really reload on network change

* tslint fixes

* Update styles

* set table width

* fix package versioning

* push broken sagas

* Fix saga test

* fix tslint

* address round of review

* move non-selectors out to utilty; adjust reload timer

* cleanup network util comments

* manage wallet disable at WalletDecrypt instead of in both WalletDecrypt and WalletButton

* Separate WalletDecrypt props into ownProps / StateProps

* disable payment requests on non-eth networks

* specialize connect; separate props

* remove unused state prop

* remove bad import

* create tests for networks

* Clarify Lite-Send error on non-ethereum networkS

* remove string option for network config name

* Create concept of always-on 'EXTRA_PATHS'; include SINGULAR_DTV legacy dPath in 'EXTRA_PATHS'

* fix multiple imports

* address PR comments
2018-01-20 14:06:28 -06:00
..
actions Support Non-Ethereum Networks (#849) 2018-01-20 14:06:28 -06:00
api Support Non-Ethereum Networks (#849) 2018-01-20 14:06:28 -06:00
assets Remove extra fonts (#790) 2018-01-12 11:50:51 -06:00
components Support Non-Ethereum Networks (#849) 2018-01-20 14:06:28 -06:00
config Support Non-Ethereum Networks (#849) 2018-01-20 14:06:28 -06:00
containers Support Non-Ethereum Networks (#849) 2018-01-20 14:06:28 -06:00
libs Support Non-Ethereum Networks (#849) 2018-01-20 14:06:28 -06:00
reducers Support Non-Ethereum Networks (#849) 2018-01-20 14:06:28 -06:00
sagas Support Non-Ethereum Networks (#849) 2018-01-20 14:06:28 -06:00
sass Support Non-Ethereum Networks (#849) 2018-01-20 14:06:28 -06:00
selectors Support Non-Ethereum Networks (#849) 2018-01-20 14:06:28 -06:00
translations Onboarding Modal (#611) 2018-01-11 12:13:14 -06:00
typescript ENS Resolution for AddressField Component (#807) 2018-01-15 03:57:09 -06:00
utils Support Non-Ethereum Networks (#849) 2018-01-20 14:06:28 -06:00
vendor Update trezor-connect.js to v4 (#856) 2018-01-17 23:16:47 -06:00
Root.tsx Replace <Aux> with React Fragements (#816) 2018-01-14 20:07:02 -06:00
freezer.ts Prettier Reformat (#619) 2017-12-18 17:29:26 -06:00
index.html Enforce HTTPS / Prevent Reverse Tabnabbing (#773) 2018-01-09 23:17:52 -06:00
index.tsx Revert "Implement `offline-plugin` for Service Workers / App Cache (#701)" (#760) 2018-01-08 23:04:20 -06:00
store.ts Improved Gas Estimate UX (#830) 2018-01-15 03:59:59 -06:00