* Add better password checking, confirm password, feedback, and up the minimum to 12.
* Move wallet generation off to a web worker, and bump up the n value to 8192. Refactor workers a wee bit.
* tscheck cleanup
* Make keystore password a form. Replace text with spinner on load.
* Center align again.
* Hard code n factor of test wallet, fix some misspelled type definitions for IV3Wallet.
* Check in.
* Add read only wallet and new types for that. Convert some components to require full wallet.
* Fix readonly property, fix uncaught throw.
* Disable address only on some tabs.
* Use FullWalletOnly render callback to handle signing.
* Work around uncertain wallet type.
* Fix function args.
* Undo bug fix that should be done in another branch.
* Disable button while address is bad.
* Remove log.
* Convert anonymous functions to class functions.