Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | namecoin and peercoin | dangershony | 2016-08-25 | 1 | -0/+14 |
| | |||||
* | update root key network | dangershony | 2016-08-24 | 1 | -1/+1 |
| | |||||
* | Add dash | Dan Gershony | 2016-08-23 | 1 | -0/+7 |
| | |||||
* | Tests for passphrase and coin selection | Ian Coleman | 2016-08-23 | 1 | -3/+8 |
| | |||||
* | Hardened Addresses checkbox | Ian Coleman | 2016-08-23 | 1 | -1/+14 |
| | | | | This closes issue #25 | ||||
* | BIP32 Root Key can be specified by user | Ian Coleman | 2016-08-23 | 1 | -11/+74 |
| | |||||
* | Words not in list show error with suggestion | Ian Coleman | 2016-08-15 | 1 | -1/+24 |
| | |||||
* | Derivation Path errors are detected. | Ian Coleman | 2016-08-15 | 1 | -1/+33 |
| | |||||
* | Derivation Path global replaced with function | Ian Coleman | 2016-08-15 | 1 | -46/+37 |
| | |||||
* | Derivation path on network change is correct. | Ian Coleman | 2016-08-01 | 1 | -1/+0 |
| | | | | This closes #23 | ||||
* | Display BIP39 seed | Kirill Kovalenko | 2016-03-18 | 1 | -1/+4 |
| | |||||
* | Strength field uses select tag | Ian Coleman | 2015-10-23 | 1 | -15/+0 |
| | | | | Closes #17 | ||||
* | Merge pull request #15 from dooglus/clam | iancoleman | 2015-08-21 | 1 | -0/+7 |
|\ | | | | | Add CLAM. | ||||
| * | Add CLAM. | Chris Moore | 2015-08-20 | 1 | -0/+7 |
| | | |||||
* | | Typo privkeCell > privkeyCell | Ian Coleman | 2015-08-21 | 1 | -1/+1 |
| | | | | | | | | Closes #12 | ||||
* | | Derivation path set correctly when changing coins | Ian Coleman | 2015-08-21 | 1 | -1/+1 |
|/ | | | | Closes #9 | ||||
* | Index column changed to Path | Ian Coleman | 2015-08-16 | 1 | -1/+2 |
| | |||||
* | Additional coins added which have BIP44 | Ian Coleman | 2015-08-16 | 1 | -0/+21 |
| | | | | see https://github.com/satoshilabs/docs/blob/master/slips/slip-0044.rst | ||||
* | Wallet tabs removed, added text to BIP32 tab | Ian Coleman | 2015-08-16 | 1 | -3/+0 |
| | |||||
* | ShadowCash added to UI | Ian Coleman | 2015-08-16 | 1 | -0/+14 |
| | |||||
* | bitcoinjs 1.0.0 changed to bitcoinjs 1.5.7 | Ian Coleman | 2015-08-16 | 1 | -6/+6 |
| | |||||
* | Network select populated automatically by js | Ian Coleman | 2015-08-16 | 1 | -12/+18 |
| | |||||
* | Network-specific javascript refactored | Ian Coleman | 2015-08-16 | 1 | -17/+38 |
| | |||||
* | Dogecoin uses official BIP44 coin type | Ian Coleman | 2014-10-15 | 1 | -2/+1 |
| | | | | http://doc.satoshilabs.com/slips/slip-0044.html | ||||
* | fix to switch bip44 coin type path for mycelium when switching between ↵ | Robert Johnson | 2014-10-14 | 1 | -0/+3 |
| | | | | bitcoin and bitcoin-testnet | ||||
* | Hive Wallet added as an option for derivation path | Ian Coleman | 2014-10-13 | 1 | -1/+1 |
| | |||||
* | Coin selection is done from a single control | Ian Coleman | 2014-10-13 | 1 | -9/+2 |
| | | | | | There were three places to select the coin type, which was getting confusing. Only one place to select it is needed. | ||||
* | BIP44 tab is always visible, unused code removed | Ian Coleman | 2014-10-13 | 1 | -29/+3 |
| | |||||
* | fixed spacing, added missing tag | Robert Johnson | 2014-09-29 | 1 | -4/+4 |
| | |||||
* | allow for address change, while still allowing use of BIP44. | Robert Johnson | 2014-09-29 | 1 | -1/+5 |
| | |||||
* | Derivation path tabs display by network selection | Ian Coleman | 2014-09-30 | 1 | -0/+59 |
| | |||||
* | New cells show with correct visibility | Ian Coleman | 2014-09-29 | 1 | -3/+25 |
| | |||||
* | Addresses shown in table as they're calculated | Ian Coleman | 2014-09-29 | 1 | -9/+21 |
| | | | | Less waiting, and doesn't block the UI. | ||||
* | Phrase is normalized before checking for errors | Ian Coleman | 2014-09-27 | 1 | -0/+1 |
| | |||||
* | passing in network to toWIF | Robert Johnson | 2014-09-26 | 1 | -1/+1 |
| | |||||
* | bip32.org format not used for seed | Ian Coleman | 2014-09-26 | 1 | -2/+1 |
| | | | | | ie put the bip39 seed directly into bip32 without hashing it first like bip32.org does with passphrases. | ||||
* | keyup event changed to input | Ian Coleman | 2014-09-25 | 1 | -7/+7 |
| | | | | | prevents doing unnecessary calculations when pressing ctrl or arrow-keys etc. | ||||
* | Revert "Update only happens when phrase is changed" | Ian Coleman | 2014-09-25 | 1 | -17/+1 |
| | | | | This reverts commit 04f789cdbdb8e50511efdf97c900f7f83662eedb. | ||||
* | Update only happens when phrase is changed | Ian Coleman | 2014-09-25 | 1 | -1/+17 |
| | | | | ie not on keyup where the key is ctrl or arrow-key etc. | ||||
* | add support for BIP39 passphrase | Pavol Rusnak | 2014-09-24 | 1 | -3/+6 |
| | |||||
* | Move from private repo | Ian Coleman | 2014-09-18 | 1 | -0/+337 |