Commit Graph

22 Commits

Author SHA1 Message Date
Ian Coleman
7394da185e Unsupported coins removed
These coins are only supported in versions of bitcoinjs-lib > 1.0.0
2014-09-30 09:58:03 +10:00
Ian Coleman
093830acb2 Coin selection via select element
BIP44 only supports three coins
http://doc.satoshilabs.com/slips/slip-0044.html
bitcoinjs-lib supports seven coins
https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/src/networks.js
2014-09-30 09:12:16 +10:00
Ian Coleman
0937f3ab8f Acknowledgements has sjcl instead of asmcrypto 2014-09-30 08:56:42 +10:00
Ian Coleman
80c4dd2aec bip39-standalone uses sjcl 2014-09-29 16:36:32 +10:00
Ian Coleman
3af2954aee bip39-standalone updated
Latest asmcrypto.js and jsbip39.js
Unminified bootstrap and jquery
2014-09-27 23:29:03 +10:00
Ian Coleman
783981debe Phrase is normalized before checking for errors 2014-09-27 21:51:06 +10:00
Ian Coleman
be6ba9a836 mnemonic.normalizeString method made public 2014-09-27 21:50:48 +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
d4779799ca Standardized words, 'phrase' changed to 'mnemonic' 2014-09-25 11:35:58 +10:00
Ian Coleman
d26cce22c1 "Loading..." shows in feedback while page loads 2014-09-25 10:46:15 +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
Ian Coleman
d198865f75 disabled changed to readonly
disabled form fields cannot be selected for copying in Firefox browser.
2014-09-25 10:06:28 +10:00
Ian Coleman
dd566a1e2f Disabled fields use normal text-select cursor 2014-09-25 09:54:03 +10:00
Ian Coleman
8d930430e8 Duplicate address table removed 2014-09-25 09:34:18 +10:00
Ian Coleman
721b72848c Support for optional passphrase in offline page 2014-09-25 09:27:25 +10:00
Ian Coleman
d922d69109 Help text has correct left padding 2014-09-24 22:30:03 +10:00
Ian Coleman
90dd6d3c92 Help text for entering your own phrase 2014-09-24 22:25:40 +10:00
Ian Coleman
212b1b4676 bip32-standalone.html updated 2014-09-18 12:39:30 +10:00
Ian Coleman
ebd8d4e8b5 Move from private repo 2014-09-18 11:01:19 +10:00