Commit Graph

221 Commits

Author SHA1 Message Date
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
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
3b40653ff1 Tabs for derivation path have ids 2014-09-30 10:02:06 +10:00
Ian Coleman
23d4a0f167 Indenting is consistent 2014-09-30 10:00:42 +10:00
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
e66c8a9b5a jsbip39 updated and asmcrypto replaced with sjcl 2014-09-29 16:11:09 +10:00
Ian Coleman
4dd6050628 UTF-8 strings handled correctly by asmCrypto 2014-09-27 23:20:36 +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
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
Pavol Rusnak
1abcc51168 add support for BIP39 passphrase 2014-09-24 17:32:02 +02: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
f52dcdbd84 Padding at bottom of page 2014-09-18 11:56:44 +10:00
Ian Coleman
c5863485b3 Offline Usage documentation 2014-09-18 11:55:27 +10:00
Ian Coleman
45b8a74508 Acknowledgements and link to source 2014-09-18 11:49:06 +10:00
Ian Coleman
ebd8d4e8b5 Move from private repo 2014-09-18 11:01:19 +10:00