* Added alpha banner to top of site. * Grey out non functioning nav items. Redirect help to groovehq. * Disable view wallet while it's just a stub. * Disable non-implemented wallets.
* wire up keystore decrypt & build UI * add support for encrypted private keys * add check for key length * rename keystore wallet file * rename encrypted priv key wallet file * add support for presale, v1, & v2 JSON keystores * clean up TODO messages, add class files * add v3 references * add flow type * fix event bug * update privkey validators to accept whole privkey * refactor pkey/pass validation to function * move pass req detection to function, remove unnecessary state * add tests for decrypt & keystore libs
* GenerateWallet: Download real UTC file. * Paper wallet (#45) * Working paper wallet (#52) * Reset Generate Wallet state when component will unmount