MyCrypto/spec
Eddie Wang 818ad9fef5 Add Private key to V3 keystore functionality (#336)
* setup components, reducers, actions, and added routes

* removed redux, using local state and ethereumjs-wallet

* added validation and state reset

* added visibility options and changed btn colors

* updated isValidPrivKey and updated some components to stateless functional comp

* componentize input and add placeholder message

* removed cn from KeystoreDetails

* adds isValidPrivate to buffer check and min pw length to 0

* remove packagelock to fix merge conflict

* added utilities tab removed keystore tab

* adds fixpkey in validators and uses it across two components

* added checksum removal and btn css fixes

* Fixed en.json formatting - also removed fixedPkey

* Added unit tests for isValidPrivKey

* add runtime checks and rename stripHexPrefix to strippedPrivateKey

* switch back to stripHexPrefix

* Add constant for n-factor

* enforce 9 char minimum
2017-11-30 14:16:30 -06:00
..
actions Offline Send (#276) 2017-10-10 22:04:49 -07:00
config RPC Error Handling (#384) 2017-11-29 23:35:17 -06:00
libs Add Private key to V3 keystore functionality (#336) 2017-11-30 14:16:30 -06:00
pages RPC Error Handling (#384) 2017-11-29 23:35:17 -06:00
reducers RPC Error Handling (#384) 2017-11-29 23:35:17 -06:00
sagas Add Private key to V3 keystore functionality (#336) 2017-11-30 14:16:30 -06:00
utils Custom Nodes (#322) 2017-11-18 14:33:53 -06:00