skubakdj
|
c88e96d603
|
Wallet Decrypt - Mnemonic (#180)
* add 'bip39' package
* add mnemonic decrypt, wallet wrapper
* add mnemonic path config
* add mnemonic support to deterministic components
* add mnemonic support
* accomodate for ledger ETH path
* remove comments
* update comments regarding path length
* rename modal open handler
* make several props optional
* add basic tests for mnemonic decrypt
* make flow happy, add user error notifications
* convert dpaths to js file, update references
* add ledger path to test
* Trezor DPath Fix (#196)
* Match v3 more closely.
* Require wallet index on deterministic wallets, update trezor to send index.
* remove redundent stripAndLower function and rename existing stripHex to stripHexPrefixAndLower
|
2017-09-15 12:29:38 -07:00 |
|
William O'Beirne
|
1d235cf67a
|
Trezor Unlock + Deterministic Wallet Groundwork (#137)
* Basic reducer / action / saga setup, rendering wallets.
* Better address rows, with values.
* Styling + back and next buttons.
* Formatting, dpath changing.
* Derived -> Deterministic
* Set wallet on confirm.
* Flesh out Trezor wallet, add transaction signing.
* Custom dpath, better handling of canceled switches and over-rendering / prop calling.
* Token empty string value.
* Move DPaths to config file.
* Clarifying comments.
|
2017-08-28 12:43:57 -05:00 |
|