]>
git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
iancoleman [Tue, 14 Oct 2014 22:49:36 +0000 (09:49 +1100)]
Merge pull request #4 from robjohnson189/mycelium_testnet_fix
Mycelium Path Fix
Thanks, I had forgotten to test mycelium testnet wallet. Good catch!
Robert Johnson [Tue, 14 Oct 2014 22:40:19 +0000 (17:40 -0500)]
fix to switch bip44 coin type path for mycelium when switching between bitcoin and bitcoin-testnet
Ian Coleman [Mon, 13 Oct 2014 01:08:14 +0000 (12:08 +1100)]
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.
Ian Coleman [Mon, 13 Oct 2014 01:07:45 +0000 (12:07 +1100)]
Wordlists.js removed
Ian Coleman [Mon, 13 Oct 2014 00:55:56 +0000 (11:55 +1100)]
Mycelium Wallet is an option for derivation path
Ian Coleman [Mon, 13 Oct 2014 00:26:15 +0000 (11:26 +1100)]
Hive Wallet added as an option for derivation path
Ian Coleman [Mon, 13 Oct 2014 00:13:22 +0000 (11:13 +1100)]
Coin select input moved below passphrase input
Ian Coleman [Mon, 13 Oct 2014 00:10:43 +0000 (11:10 +1100)]
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.
Ian Coleman [Mon, 13 Oct 2014 00:03:30 +0000 (11:03 +1100)]
BIP44 tab is always visible, unused code removed
iancoleman [Sun, 12 Oct 2014 23:45:13 +0000 (10:45 +1100)]
Merge pull request #3 from robjohnson189/coin_selection
Coin selection
Robert Johnson [Tue, 30 Sep 2014 03:57:48 +0000 (22:57 -0500)]
fixed spacing, added missing tag
Robert Johnson [Tue, 30 Sep 2014 03:50:49 +0000 (22:50 -0500)]
updated standalone
Robert Johnson [Tue, 30 Sep 2014 03:47:01 +0000 (22:47 -0500)]
allow for address change, while still allowing use of BIP44.
Ian Coleman [Tue, 30 Sep 2014 00:03:53 +0000 (10:03 +1000)]
Derivation path tabs display by network selection
Ian Coleman [Tue, 30 Sep 2014 00:02:06 +0000 (10:02 +1000)]
Tabs for derivation path have ids
Ian Coleman [Tue, 30 Sep 2014 00:00:42 +0000 (10:00 +1000)]
Indenting is consistent
Ian Coleman [Mon, 29 Sep 2014 23:58:03 +0000 (09:58 +1000)]
Unsupported coins removed
These coins are only supported in versions of bitcoinjs-lib > 1.0.0
Ian Coleman [Mon, 29 Sep 2014 23:07:58 +0000 (09:07 +1000)]
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
Ian Coleman [Mon, 29 Sep 2014 22:56:42 +0000 (08:56 +1000)]
Acknowledgements has sjcl instead of asmcrypto
Ian Coleman [Mon, 29 Sep 2014 06:36:32 +0000 (16:36 +1000)]
bip39-standalone uses sjcl
Ian Coleman [Mon, 29 Sep 2014 06:30:05 +0000 (16:30 +1000)]
New cells show with correct visibility
Ian Coleman [Mon, 29 Sep 2014 06:24:06 +0000 (16:24 +1000)]
Addresses shown in table as they're calculated
Less waiting, and doesn't block the UI.
Ian Coleman [Mon, 29 Sep 2014 06:11:09 +0000 (16:11 +1000)]
jsbip39 updated and asmcrypto replaced with sjcl
Ian Coleman [Sat, 27 Sep 2014 13:29:03 +0000 (23:29 +1000)]
bip39-standalone updated
Latest asmcrypto.js and jsbip39.js
Unminified bootstrap and jquery
Ian Coleman [Sat, 27 Sep 2014 13:20:36 +0000 (23:20 +1000)]
UTF-8 strings handled correctly by asmCrypto
Ian Coleman [Sat, 27 Sep 2014 11:51:06 +0000 (21:51 +1000)]
Phrase is normalized before checking for errors
Ian Coleman [Sat, 27 Sep 2014 11:50:48 +0000 (21:50 +1000)]
mnemonic.normalizeString method made public
iancoleman [Fri, 26 Sep 2014 23:12:54 +0000 (09:12 +1000)]
Merge pull request #2 from robjohnson189/networkfix
passing in network to toWIF
Robert Johnson [Fri, 26 Sep 2014 14:31:05 +0000 (09:31 -0500)]
passing in network to toWIF
Ian Coleman [Fri, 26 Sep 2014 10:05:11 +0000 (20:05 +1000)]
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.
Ian Coleman [Thu, 25 Sep 2014 01:35:58 +0000 (11:35 +1000)]
Standardized words, 'phrase' changed to 'mnemonic'
Ian Coleman [Thu, 25 Sep 2014 00:46:15 +0000 (10:46 +1000)]
"Loading..." shows in feedback while page loads
Ian Coleman [Thu, 25 Sep 2014 00:42:35 +0000 (10:42 +1000)]
keyup event changed to input
prevents doing unnecessary calculations when pressing ctrl or arrow-keys
etc.
Ian Coleman [Thu, 25 Sep 2014 00:39:06 +0000 (10:39 +1000)]
Revert "Update only happens when phrase is changed"
This reverts commit
04f789cdbdb8e50511efdf97c900f7f83662eedb.
Ian Coleman [Thu, 25 Sep 2014 00:32:50 +0000 (10:32 +1000)]
Update only happens when phrase is changed
ie not on keyup where the key is ctrl or arrow-key etc.
Ian Coleman [Thu, 25 Sep 2014 00:06:28 +0000 (10:06 +1000)]
disabled changed to readonly
disabled form fields cannot be selected for copying in Firefox browser.
Ian Coleman [Wed, 24 Sep 2014 23:54:03 +0000 (09:54 +1000)]
Disabled fields use normal text-select cursor
Ian Coleman [Wed, 24 Sep 2014 23:34:18 +0000 (09:34 +1000)]
Duplicate address table removed
Ian Coleman [Wed, 24 Sep 2014 23:27:25 +0000 (09:27 +1000)]
Support for optional passphrase in offline page
iancoleman [Wed, 24 Sep 2014 23:21:17 +0000 (09:21 +1000)]
Merge pull request #1 from prusnak/master
add support for optional passphrase
Pavol Rusnak [Wed, 24 Sep 2014 15:32:02 +0000 (17:32 +0200)]
add support for BIP39 passphrase
Ian Coleman [Wed, 24 Sep 2014 12:30:03 +0000 (22:30 +1000)]
Help text has correct left padding
Ian Coleman [Wed, 24 Sep 2014 12:25:40 +0000 (22:25 +1000)]
Help text for entering your own phrase
Ian Coleman [Thu, 18 Sep 2014 02:39:30 +0000 (12:39 +1000)]
bip32-standalone.html updated
Ian Coleman [Thu, 18 Sep 2014 01:56:44 +0000 (11:56 +1000)]
Padding at bottom of page
Ian Coleman [Thu, 18 Sep 2014 01:55:27 +0000 (11:55 +1000)]
Offline Usage documentation
Ian Coleman [Thu, 18 Sep 2014 01:49:06 +0000 (11:49 +1000)]
Acknowledgements and link to source
Ian Coleman [Thu, 18 Sep 2014 01:01:19 +0000 (11:01 +1000)]
Move from private repo