MyCrypto/common/libs/wallet/non-deterministic
aitrean af2e0b69e1 Web Worker Decrypt (#680)
1. Attempt an empty password every time a keystore is uploaded.
2. Delegate scrypt decryption (ie ethereumjs-wallet.fromV3) to its own web worker and interface with it through an async typescript function that gets handled in the wallet saga. This keeps the UI unblocked when scrypt takes a long time to decrypt.
3. Add logic to show a spinner x number of milliseconds after file upload so the user will understand when a wallet is being decrypted.
2018-01-11 00:44:13 -06:00
..
address.ts Read-Only Address Wallet (#386) 2017-11-29 17:14:57 -06:00
helpers.ts Web Worker Decrypt (#680) 2018-01-11 00:44:13 -06:00
index.ts EthereumJS-Wallet (Part 3) (#316) 2017-11-08 10:16:43 -08:00
wallets.ts Web Worker Decrypt (#680) 2018-01-11 00:44:13 -06:00
web3.ts Prettier Reformat (#619) 2017-12-18 17:29:26 -06:00