Commit Graph

79 Commits

Author SHA1 Message Date
iancoleman bffa8eda54 Merge pull request #15 from dooglus/clam
Add CLAM.
2015-08-21 10:36:39 +10:00
Chris Moore 5c434a8a00 Add CLAM. 2015-08-20 17:02:57 -07:00
Ian Coleman 6d628db74f Typo privkeCell > privkeyCell
Closes #12
2015-08-21 09:30:15 +10:00
Ian Coleman 2b831bc6b5 Derivation path set correctly when changing coins
Closes #9
2015-08-21 08:54:06 +10:00
Ian Coleman ae30fed803 Index column changed to Path 2015-08-16 21:28:14 +10:00
Ian Coleman a3baa26e61 Additional coins added which have BIP44
see https://github.com/satoshilabs/docs/blob/master/slips/slip-0044.rst
2015-08-16 20:35:44 +10:00
Ian Coleman 55a9e51a1b Wallet tabs removed, added text to BIP32 tab 2015-08-16 19:31:35 +10:00
Ian Coleman e3a9508cc0 ShadowCash added to UI 2015-08-16 19:17:28 +10:00
Ian Coleman 1759e5e80d bitcoinjs 1.0.0 changed to bitcoinjs 1.5.7 2015-08-16 14:41:43 +10:00
Ian Coleman 7f15cb6eb9 Network select populated automatically by js 2015-08-16 14:32:25 +10:00
Ian Coleman 7a995731ad Network-specific javascript refactored 2015-08-16 14:23:26 +10:00
Ian Coleman 1494d6f3ac Dogecoin uses official BIP44 coin type
http://doc.satoshilabs.com/slips/slip-0044.html
2014-10-15 09:53:45 +11:00
Robert Johnson 9b5f4cc7df fix to switch bip44 coin type path for mycelium when switching between bitcoin and bitcoin-testnet 2014-10-14 17:40:19 -05:00
Ian Coleman 4288788818 Hive Wallet added as an option for derivation path 2014-10-13 11:26:15 +11:00
Ian Coleman d9ca839792 Coin selection is done from a single control
There were three places to select the coin type, which was getting
confusing. Only one place to select it is needed.
2014-10-13 11:10:43 +11:00
Ian Coleman 1543fdbf09 BIP44 tab is always visible, unused code removed 2014-10-13 11:03:30 +11:00
Robert Johnson 5f231c9951 fixed spacing, added missing tag 2014-09-29 22:57:48 -05:00
Robert Johnson ddc8e87747 allow for address change, while still allowing use of BIP44. 2014-09-29 22:47:01 -05:00
Ian Coleman d6cedc9405 Derivation path tabs display by network selection 2014-09-30 10:15:51 +10:00
Ian Coleman 700901cd01 New cells show with correct visibility 2014-09-29 16:30:05 +10:00
Ian Coleman a8c454871d Addresses shown in table as they're calculated
Less waiting, and doesn't block the UI.
2014-09-29 16:24:06 +10:00
Ian Coleman 783981debe Phrase is normalized before checking for errors 2014-09-27 21:51:06 +10:00
Robert Johnson ec1e50dfeb passing in network to toWIF 2014-09-26 09:31:05 -05:00
Ian Coleman bade150497 bip32.org format not used for seed
ie put the bip39 seed directly into bip32 without hashing it first like
bip32.org does with passphrases.
2014-09-26 20:05:56 +10:00
Ian Coleman a19a549879 keyup event changed to input
prevents doing unnecessary calculations when pressing ctrl or arrow-keys
etc.
2014-09-25 10:42:35 +10:00
Ian Coleman 5978029383 Revert "Update only happens when phrase is changed"
This reverts commit 04f789cdbd.
2014-09-25 10:39:06 +10:00
Ian Coleman 04f789cdbd Update only happens when phrase is changed
ie not on keyup where the key is ctrl or arrow-key etc.
2014-09-25 10:32:50 +10:00
Pavol Rusnak 1abcc51168 add support for BIP39 passphrase 2014-09-24 17:32:02 +02:00
Ian Coleman ebd8d4e8b5 Move from private repo 2014-09-18 11:01:19 +10:00