Commit Graph

59 Commits

Author SHA1 Message Date
Ian Coleman
ab78acc683 compile.py generates bip39-standalone.html 2015-08-16 19:03:05 +10:00
Ian Coleman
c90c680e13 Brainwallet link works, must use web archive 2015-08-16 18:27:32 +10:00
Ian Coleman
29bcfbe82a CDN removed for js/css libraries 2015-08-16 18:25:39 +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
iancoleman
1d189b3f00 Merge pull request #8 from dasource/master
Add ShadowCash
2015-08-16 10:58:12 +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
iancoleman
ea483b4a2e Merge pull request #4 from robjohnson189/mycelium_testnet_fix
Mycelium Path Fix

Thanks, I had forgotten to test mycelium testnet wallet. Good catch!
2014-10-15 09:49:36 +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
Ian Coleman
bae07be32b Wordlists.js removed 2014-10-13 12:07:45 +11:00
Ian Coleman
7a58f37626 Mycelium Wallet is an option for derivation path 2014-10-13 11:55:56 +11:00
Ian Coleman
4288788818 Hive Wallet added as an option for derivation path 2014-10-13 11:26:15 +11:00
Ian Coleman
4d457a3836 Coin select input moved below passphrase input 2014-10-13 11:13:22 +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
iancoleman
64ed10ff75 Merge pull request #3 from robjohnson189/coin_selection
Coin selection
2014-10-13 10:45:13 +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
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
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
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
e66c8a9b5a jsbip39 updated and asmcrypto replaced with sjcl 2014-09-29 16:11:09 +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
4dd6050628 UTF-8 strings handled correctly by asmCrypto 2014-09-27 23:20:36 +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
iancoleman
3f45abbf92 Merge pull request #2 from robjohnson189/networkfix
passing in network to toWIF
2014-09-27 09:12:54 +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