111 Commits

Author SHA1 Message Date
Ian Coleman 92b46ab44f Languages no longer experimental.
Still pending reference implementation unit tests, but the ones included
in jsbip39 were generated using the reference implementation.
2016-10-21 08:24:40 +11:00
Ian Coleman 0515eeec0e Languages compiled into bip39-standalone.html 2016-10-20 16:54:15 +11:00
Ian Coleman b630f83d23 Links and author changed to iancoleman 2016-10-11 10:11:00 +11:00
Ian Coleman b0818b31e6 Generate button moved for simpler user experience 2016-10-05 12:48:29 +11:00
Ian Coleman aa51da1152 Derivation path for Block Explorers 2016-09-05 14:04:51 +10:00
dangershony 07ac4350ee namecoin and peercoin 2016-08-25 16:21:41 +01:00
dangershony 3821c0d345 update root key network 2016-08-24 15:29:17 +01:00
dangershony 68151a470b build 2016-08-24 10:50:44 +01:00
dangershony 5493efc33c compile 2016-08-23 15:59:17 +01:00
Ian Coleman 54563907c7 Tests for passphrase and coin selection 2016-08-23 16:17:17 +10:00
Ian Coleman 1975bfbc2b Standalone has hardened addresses checkbox 2016-08-23 15:00:19 +10:00
Ian Coleman efe4158670 BIP32 Root Key can be specified by user 2016-08-23 10:31:39 +10:00
Ian Coleman 563e401a4f Words not in list show error with suggestion 2016-08-15 16:15:43 +10:00
Ian Coleman 30c9e79de3 Derivation Path errors are detected. 2016-08-15 16:03:25 +10:00
Ian Coleman 38523d36dc Derivation Path global replaced with function 2016-08-15 15:39:09 +10:00
Ian Coleman 47a56d9d97 Derivation path on network change is correct.
This closes #23
2016-08-01 10:49:20 +10:00
Ian Coleman 73161a9231 Pull Request #18 in bip39-standalone.html 2016-03-20 10:31:37 +11:00
Chris Moore 7772c641c7 Normalize whitespace before using mnemonic. Fixes #19. 2016-03-19 13:39:42 -07:00
Ian Coleman 18531979e8 Strength field uses select tag
Closes #17
2015-10-23 09:46:17 +11:00
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 504b2c325d Default mnemonic length is 15
Closes #11
2015-08-21 09:33:19 +10: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 d5dc92fd1e Standalone contains ShadowCash 2015-08-16 19:32:41 +10:00
Ian Coleman ab78acc683 compile.py generates bip39-standalone.html 2015-08-16 19:03:05 +10:00
dasource cb325c5815 Added feePerKb 2015-08-13 11:48:09 +00:00
dasource 5af78c3789 Updated BIP44 index 2015-08-13 11:30:00 +00:00
dasource a9385c1bd6 Add Shadow and Shadow Testnet 2015-07-21 21:17:19 +00: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 dc55c6b063 Standalone update: coin select, hive and mycelium
Coin selection is simplified in the GUI.
Hive Wallet tab is added to derivation paths.
Mycelium Wallet tab is added to derivation paths.
2014-10-13 12:08:14 +11:00
Robert Johnson 5f231c9951 fixed spacing, added missing tag 2014-09-29 22:57:48 -05:00
Robert Johnson 507a9c2925 updated standalone 2014-09-29 22:50:49 -05:00
Ian Coleman d6cedc9405 Derivation path tabs display by network selection 2014-09-30 10:15:51 +10: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 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