]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/log
perso/Immae/Projets/Cryptomonnaies/BIP39.git
9 years agoupdated standalone
Robert Johnson [Tue, 30 Sep 2014 03:50:49 +0000 (22:50 -0500)] 
updated standalone

9 years agoallow for address change, while still allowing use of BIP44.
Robert Johnson [Tue, 30 Sep 2014 03:47:01 +0000 (22:47 -0500)] 
allow for address change, while still allowing use of BIP44.

9 years agoDerivation path tabs display by network selection
Ian Coleman [Tue, 30 Sep 2014 00:03:53 +0000 (10:03 +1000)] 
Derivation path tabs display by network selection

9 years agoTabs for derivation path have ids
Ian Coleman [Tue, 30 Sep 2014 00:02:06 +0000 (10:02 +1000)] 
Tabs for derivation path have ids

9 years agoIndenting is consistent
Ian Coleman [Tue, 30 Sep 2014 00:00:42 +0000 (10:00 +1000)] 
Indenting is consistent

9 years agoUnsupported coins removed
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

9 years agoCoin selection via select element
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

9 years agoAcknowledgements has sjcl instead of asmcrypto
Ian Coleman [Mon, 29 Sep 2014 22:56:42 +0000 (08:56 +1000)] 
Acknowledgements has sjcl instead of asmcrypto

9 years agobip39-standalone uses sjcl
Ian Coleman [Mon, 29 Sep 2014 06:36:32 +0000 (16:36 +1000)] 
bip39-standalone uses sjcl

9 years agoNew cells show with correct visibility
Ian Coleman [Mon, 29 Sep 2014 06:30:05 +0000 (16:30 +1000)] 
New cells show with correct visibility

9 years agoAddresses shown in table as they're calculated
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.

9 years agojsbip39 updated and asmcrypto replaced with sjcl
Ian Coleman [Mon, 29 Sep 2014 06:11:09 +0000 (16:11 +1000)] 
jsbip39 updated and asmcrypto replaced with sjcl

9 years agobip39-standalone updated
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

9 years agoUTF-8 strings handled correctly by asmCrypto
Ian Coleman [Sat, 27 Sep 2014 13:20:36 +0000 (23:20 +1000)] 
UTF-8 strings handled correctly by asmCrypto

9 years agoPhrase is normalized before checking for errors
Ian Coleman [Sat, 27 Sep 2014 11:51:06 +0000 (21:51 +1000)] 
Phrase is normalized before checking for errors

9 years agomnemonic.normalizeString method made public
Ian Coleman [Sat, 27 Sep 2014 11:50:48 +0000 (21:50 +1000)] 
mnemonic.normalizeString method made public

9 years agoMerge pull request #2 from robjohnson189/networkfix
iancoleman [Fri, 26 Sep 2014 23:12:54 +0000 (09:12 +1000)] 
Merge pull request #2 from robjohnson189/networkfix

passing in network to toWIF

9 years agopassing in network to toWIF
Robert Johnson [Fri, 26 Sep 2014 14:31:05 +0000 (09:31 -0500)] 
passing in network to toWIF

10 years agobip32.org format not used for seed
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.

10 years agoStandardized words, 'phrase' changed to 'mnemonic'
Ian Coleman [Thu, 25 Sep 2014 01:35:58 +0000 (11:35 +1000)] 
Standardized words, 'phrase' changed to 'mnemonic'

10 years ago"Loading..." shows in feedback while page loads
Ian Coleman [Thu, 25 Sep 2014 00:46:15 +0000 (10:46 +1000)] 
"Loading..." shows in feedback while page loads

10 years agokeyup event changed to input
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.

10 years agoRevert "Update only happens when phrase is changed"
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.

10 years agoUpdate only happens when phrase is changed
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.

10 years agodisabled changed to readonly
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.

10 years agoDisabled fields use normal text-select cursor
Ian Coleman [Wed, 24 Sep 2014 23:54:03 +0000 (09:54 +1000)] 
Disabled fields use normal text-select cursor

10 years agoDuplicate address table removed
Ian Coleman [Wed, 24 Sep 2014 23:34:18 +0000 (09:34 +1000)] 
Duplicate address table removed

10 years agoSupport for optional passphrase in offline page
Ian Coleman [Wed, 24 Sep 2014 23:27:25 +0000 (09:27 +1000)] 
Support for optional passphrase in offline page

10 years agoMerge pull request #1 from prusnak/master
iancoleman [Wed, 24 Sep 2014 23:21:17 +0000 (09:21 +1000)] 
Merge pull request #1 from prusnak/master

add support for optional passphrase

10 years agoadd support for BIP39 passphrase
Pavol Rusnak [Wed, 24 Sep 2014 15:32:02 +0000 (17:32 +0200)] 
add support for BIP39 passphrase

10 years agoHelp text has correct left padding
Ian Coleman [Wed, 24 Sep 2014 12:30:03 +0000 (22:30 +1000)] 
Help text has correct left padding

10 years agoHelp text for entering your own phrase
Ian Coleman [Wed, 24 Sep 2014 12:25:40 +0000 (22:25 +1000)] 
Help text for entering your own phrase

10 years agobip32-standalone.html updated
Ian Coleman [Thu, 18 Sep 2014 02:39:30 +0000 (12:39 +1000)] 
bip32-standalone.html updated

10 years agoPadding at bottom of page
Ian Coleman [Thu, 18 Sep 2014 01:56:44 +0000 (11:56 +1000)] 
Padding at bottom of page

10 years agoOffline Usage documentation
Ian Coleman [Thu, 18 Sep 2014 01:55:27 +0000 (11:55 +1000)] 
Offline Usage documentation

10 years agoAcknowledgements and link to source
Ian Coleman [Thu, 18 Sep 2014 01:49:06 +0000 (11:49 +1000)] 
Acknowledgements and link to source

10 years agoMove from private repo
Ian Coleman [Thu, 18 Sep 2014 01:01:19 +0000 (11:01 +1000)] 
Move from private repo