MyCrypto/common
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 RPC Error Handling (#384) 2017-11-29 23:35:17 -06:00
api RPC Error Handling (#384) 2017-11-29 23:35:17 -06:00
assets Refactor & Update Footer to Match V3 (#455) 2017-11-27 23:43:30 -06:00
components Add Private key to V3 keystore functionality (#336) 2017-11-30 14:16:30 -06:00
config Add Private key to V3 keystore functionality (#336) 2017-11-30 14:16:30 -06:00
containers Add Private key to V3 keystore functionality (#336) 2017-11-30 14:16:30 -06:00
libs Add Private key to V3 keystore functionality (#336) 2017-11-30 14:16:30 -06:00
reducers RPC Error Handling (#384) 2017-11-29 23:35:17 -06:00
sagas Saga Testing (#415) 2017-11-29 22:07:16 -06:00
sass Refactor & Update Footer to Match V3 (#455) 2017-11-27 23:43:30 -06:00
selectors RPC Error Handling (#384) 2017-11-29 23:35:17 -06:00
translations Add Private key to V3 keystore functionality (#336) 2017-11-30 14:16:30 -06:00
typescript Read-Only Address Wallet (#386) 2017-11-29 17:14:57 -06:00
utils RPC Error Handling (#384) 2017-11-29 23:35:17 -06:00
vendor Wallet Decrypt - Ledger (#238) 2017-10-05 16:29:14 -07:00
Root.tsx Add Private key to V3 keystore functionality (#336) 2017-11-30 14:16:30 -06:00
derivation-checker.ts Replace bignumber.js with bn.js (#319) 2017-11-12 11:45:52 -08:00
freezer.ts Modified File Blacklist for Travis (#448) 2017-11-29 22:26:27 -06:00
index.html No Javascript / Old Browser Blockers (#280) 2017-10-10 15:57:15 -07:00
index.tsx Contracts UI (#277) 2017-10-16 21:01:28 -07:00
store.ts Remove Bity Rates from Local Storage (#435) 2017-11-21 13:55:46 -06:00
vendors.js Remove Redux-Form in Generate Wallet (#466) 2017-11-27 14:31:23 -06:00