]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/log
perso/Immae/Projets/Cryptomonnaies/BIP39.git
8 years agoNetwork-specific javascript refactored
Ian Coleman [Sun, 16 Aug 2015 04:23:26 +0000 (14:23 +1000)] 
Network-specific javascript refactored

8 years agoMerge pull request #8 from dasource/master
iancoleman [Sun, 16 Aug 2015 00:58:12 +0000 (10:58 +1000)] 
Merge pull request #8 from dasource/master

Add ShadowCash

8 years agoAdded feePerKb
dasource [Thu, 13 Aug 2015 11:48:09 +0000 (11:48 +0000)] 
Added feePerKb

8 years agoUpdated BIP44 index
dasource [Thu, 13 Aug 2015 11:30:00 +0000 (11:30 +0000)] 
Updated BIP44 index

8 years agoAdd Shadow and Shadow Testnet
dasource [Tue, 21 Jul 2015 21:17:19 +0000 (21:17 +0000)] 
Add Shadow and Shadow Testnet

9 years agoDogecoin uses official BIP44 coin type
Ian Coleman [Tue, 14 Oct 2014 22:51:50 +0000 (09:51 +1100)] 
Dogecoin uses official BIP44 coin type

http://doc.satoshilabs.com/slips/slip-0044.html

9 years agoMerge pull request #4 from robjohnson189/mycelium_testnet_fix
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!

9 years agofix to switch bip44 coin type path for mycelium when switching between bitcoin and...
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

9 years agoStandalone update: coin select, hive and mycelium
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.

9 years agoWordlists.js removed
Ian Coleman [Mon, 13 Oct 2014 01:07:45 +0000 (12:07 +1100)] 
Wordlists.js removed

9 years agoMycelium Wallet is an option for derivation path
Ian Coleman [Mon, 13 Oct 2014 00:55:56 +0000 (11:55 +1100)] 
Mycelium Wallet is an option for derivation path

9 years agoHive Wallet added as 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

9 years agoCoin select input moved below passphrase input
Ian Coleman [Mon, 13 Oct 2014 00:13:22 +0000 (11:13 +1100)] 
Coin select input moved below passphrase input

9 years agoCoin selection is done from a single control
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.

9 years agoBIP44 tab is always visible, unused code removed
Ian Coleman [Mon, 13 Oct 2014 00:03:30 +0000 (11:03 +1100)] 
BIP44 tab is always visible, unused code removed

9 years agoMerge pull request #3 from robjohnson189/coin_selection
iancoleman [Sun, 12 Oct 2014 23:45:13 +0000 (10:45 +1100)] 
Merge pull request #3 from robjohnson189/coin_selection

Coin selection

9 years agofixed spacing, added missing tag
Robert Johnson [Tue, 30 Sep 2014 03:57:48 +0000 (22:57 -0500)] 
fixed spacing, added missing tag

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

9 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.

9 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'

9 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

9 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.

9 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.

9 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.

9 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.

9 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

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

9 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

9 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

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

9 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

9 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

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

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

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

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

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