]>
git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/log
Ian Coleman [Fri, 10 Feb 2017 07:08:18 +0000 (18:08 +1100)]
Raw Entropy is the default for mnemonic length
Ian Coleman [Wed, 8 Feb 2017 00:32:08 +0000 (11:32 +1100)]
Donations section in readme.md
Ian Coleman [Thu, 12 Jan 2017 02:47:09 +0000 (13:47 +1100)]
Entropy is left-padded to 256 bits
Closes #49
Ian Coleman [Wed, 4 Jan 2017 00:30:45 +0000 (11:30 +1100)]
Generation process stopped when table rows cleared
Closes #44
Ian Coleman [Tue, 3 Jan 2017 23:59:21 +0000 (10:59 +1100)]
Test suggested word for first four letters of word
See https://github.com/iancoleman/bip39/pull/48
iancoleman [Tue, 3 Jan 2017 23:41:15 +0000 (10:41 +1100)]
Merge pull request #48 from chrisrico/master
Allow for better suggestion when a partial mnemonic word is entered
Chris Rico [Sun, 1 Jan 2017 23:38:48 +0000 (17:38 -0600)]
When completing a mnemonic word, return immediately if one is found in the wordlist that starts with the given word
Ian Coleman [Thu, 22 Dec 2016 04:44:07 +0000 (15:44 +1100)]
Card entropy changes compiled into standalone
Ian Coleman [Thu, 22 Dec 2016 04:41:36 +0000 (15:41 +1100)]
Note that entropy must not be stored
In response to
https://www.reddit.com/r/Bitcoin/comments/5j2cn8/how_can_i_encode_my_bip39_seed_into_the_order_of/
Ian Coleman [Thu, 22 Dec 2016 04:40:41 +0000 (15:40 +1100)]
Card entropy uses secure hashing when > 256 bits
Ian Coleman [Mon, 19 Dec 2016 03:16:49 +0000 (14:16 +1100)]
Root key validity is checked before deriving
Ian Coleman [Mon, 19 Dec 2016 02:54:51 +0000 (13:54 +1100)]
xpub key can be used as bip32 root key
Ian Coleman [Thu, 15 Dec 2016 00:51:24 +0000 (11:51 +1100)]
Warnings and QR changes compiled into standalone.
Ian Coleman [Thu, 15 Dec 2016 00:41:45 +0000 (11:41 +1100)]
QR code is hidden by default
Ian Coleman [Thu, 15 Dec 2016 00:39:44 +0000 (11:39 +1100)]
QR code warns for scanners that keep history
Ian Coleman [Thu, 15 Dec 2016 00:39:14 +0000 (11:39 +1100)]
Translation library can translate title attributes
Ian Coleman [Thu, 15 Dec 2016 00:29:26 +0000 (11:29 +1100)]
Bits of entropy has info about possible weaknesses
Ian Coleman [Thu, 15 Dec 2016 00:12:56 +0000 (11:12 +1100)]
License details in More Info section
Ian Coleman [Tue, 13 Dec 2016 03:43:47 +0000 (14:43 +1100)]
Typo Extendend > Extended
Ian Coleman [Mon, 12 Dec 2016 00:05:56 +0000 (11:05 +1100)]
BIP44 account extended keys compiled to standalone
Ian Coleman [Sun, 11 Dec 2016 23:54:08 +0000 (10:54 +1100)]
BIP44 Account xprv and xpub keys are shown
which are used for import / export in most BIP44 wallets.
Ian Coleman [Sun, 11 Dec 2016 23:51:37 +0000 (10:51 +1100)]
bip44TabSelected and bip32TabSelected functions
This is more descriptive than a blob of jquery, and simplifies reuse in
the near future.
Ian Coleman [Sun, 11 Dec 2016 23:50:09 +0000 (10:50 +1100)]
Extended Key calculation does not use global var
Ian Coleman [Wed, 30 Nov 2016 23:54:33 +0000 (10:54 +1100)]
QR code shown on hover for certain bits of data
QR code shown for:
* mnemonic
* seed
* root key
* derived extended private key
* derived extended public key
* addresses
* public keys
* private keys
Ian Coleman [Wed, 30 Nov 2016 08:38:14 +0000 (19:38 +1100)]
Entropy with more than 4 decks can be calculated
Ian Coleman [Wed, 30 Nov 2016 07:55:12 +0000 (18:55 +1100)]
bitsPerEvent correct for multiple decks of cards
Ian Coleman [Wed, 30 Nov 2016 07:37:00 +0000 (18:37 +1100)]
Card bits per event is shown as the average value
Ian Coleman [Wed, 30 Nov 2016 04:32:26 +0000 (15:32 +1100)]
Translations and new card entropy in standalone
Ian Coleman [Wed, 30 Nov 2016 04:30:19 +0000 (15:30 +1100)]
Card entropy has improved conversion to binary
See http://crypto.stackexchange.com/q/41886
and https://github.com/iancoleman/bip39/issues/33#issuecomment-
263021856
Ian Coleman [Tue, 29 Nov 2016 05:07:23 +0000 (16:07 +1100)]
Translation library does basic language switching
Ian Coleman [Tue, 29 Nov 2016 03:34:18 +0000 (14:34 +1100)]
Strings in UI marked for translation
in preparation for adding multiple languages to the interface.
Ian Coleman [Mon, 28 Nov 2016 23:21:11 +0000 (10:21 +1100)]
MIT license
Ian Coleman [Mon, 28 Nov 2016 04:33:06 +0000 (15:33 +1100)]
BIP32 Tab wallet changes compiled into standalone
Ian Coleman [Mon, 28 Nov 2016 04:19:31 +0000 (15:19 +1100)]
BIP32 tab wallets use consistent vertical spacing
Ian Coleman [Mon, 28 Nov 2016 04:13:23 +0000 (15:13 +1100)]
Blank rows in initial table have no missing cells
Ian Coleman [Mon, 28 Nov 2016 04:11:33 +0000 (15:11 +1100)]
Hive wallet is no longer available
Ian Coleman [Mon, 28 Nov 2016 04:11:08 +0000 (15:11 +1100)]
Mycelium derivation paths contain more details
Ian Coleman [Fri, 25 Nov 2016 03:56:09 +0000 (14:56 +1100)]
Test for issue 33 checks raw entropy is in use
Ian Coleman [Fri, 25 Nov 2016 03:38:19 +0000 (14:38 +1100)]
Card entropy fixes compiled into standalone
Ian Coleman [Fri, 25 Nov 2016 03:34:11 +0000 (14:34 +1100)]
Entropy defaults to generating a 15 word mnemonic
Ian Coleman [Fri, 25 Nov 2016 03:24:58 +0000 (14:24 +1100)]
Card entropy calculation bugfix
See https://github.com/iancoleman/bip39/issues/33
Ian Coleman [Thu, 17 Nov 2016 03:36:12 +0000 (14:36 +1100)]
Card entropy corrections compiled into standalone
Ian Coleman [Thu, 17 Nov 2016 03:34:36 +0000 (14:34 +1100)]
Bits Per Event says 'or less' for card entropy
because as each card is discarded, less entropy is added for subsequent
events.
Ian Coleman [Thu, 17 Nov 2016 03:31:57 +0000 (14:31 +1100)]
Entropy library has extra comments for clarity
Ian Coleman [Thu, 17 Nov 2016 03:28:26 +0000 (14:28 +1100)]
Entropy library assumes cards are discarded
and removed the duplicate logic from the UI logic.
Ian Coleman [Thu, 17 Nov 2016 00:59:15 +0000 (11:59 +1100)]
Missing cards are detected
Ian Coleman [Thu, 17 Nov 2016 00:34:09 +0000 (11:34 +1100)]
Duplicate card detection is case insensitive
Ian Coleman [Wed, 16 Nov 2016 02:01:12 +0000 (13:01 +1100)]
Card entropy changes compiled into standalone.html
Ian Coleman [Wed, 16 Nov 2016 02:00:26 +0000 (13:00 +1100)]
testMaxTime increased from 5s to 10s
Specifically for test titled "Very large entropy results in very long
mnemonics"
Ian Coleman [Wed, 16 Nov 2016 01:50:33 +0000 (12:50 +1100)]
Entropy feedback retains horizontal spacing
was previously wrapping poorly for entropy with zxcvbn suggestions, such
as many repeated 6s
Ian Coleman [Wed, 16 Nov 2016 01:21:17 +0000 (12:21 +1100)]
Multiple decks of cards are possible
but also a needless oversupply of entropy
Ian Coleman [Wed, 16 Nov 2016 00:58:51 +0000 (11:58 +1100)]
zxcvbn errors are caught, with strength 'unknown'
Ian Coleman [Wed, 16 Nov 2016 00:46:25 +0000 (11:46 +1100)]
Card duplicates and use of full deck is detected
Ian Coleman [Wed, 16 Nov 2016 00:19:49 +0000 (11:19 +1100)]
Entropy strength for cards assumes no replacement
Ian Coleman [Tue, 15 Nov 2016 23:54:34 +0000 (10:54 +1100)]
BigInteger library moved to own file
Ian Coleman [Mon, 14 Nov 2016 02:40:04 +0000 (13:40 +1100)]
Entropy changes compiled into standalone
Ian Coleman [Mon, 14 Nov 2016 02:39:07 +0000 (13:39 +1100)]
Card suit font height is closer to text height
Ian Coleman [Mon, 14 Nov 2016 02:21:04 +0000 (13:21 +1100)]
Entropy is truncated from the left
This provides greater compatibility with bip32jp.github.io
Ian Coleman [Mon, 14 Nov 2016 02:19:53 +0000 (13:19 +1100)]
Tests pass with new entropy layout
Ian Coleman [Mon, 14 Nov 2016 02:03:43 +0000 (13:03 +1100)]
Card suits have color and use larger font size
Ian Coleman [Mon, 14 Nov 2016 00:11:20 +0000 (11:11 +1100)]
Entropy section consumes less vertical space
Ian Coleman [Fri, 11 Nov 2016 03:41:47 +0000 (14:41 +1100)]
Entropy changes compiled into standalone.html
Ian Coleman [Thu, 10 Nov 2016 10:55:32 +0000 (21:55 +1100)]
Strength tests include zxcvbn strength detection
Ian Coleman [Thu, 10 Nov 2016 10:45:16 +0000 (21:45 +1100)]
Entropy field consumes same vertical width as help
Ian Coleman [Thu, 10 Nov 2016 10:34:15 +0000 (21:34 +1100)]
Entropy strength measured using zxcvbn
Ian Coleman [Thu, 10 Nov 2016 10:12:21 +0000 (21:12 +1100)]
Entropy types are clearly indicated in UI
Ian Coleman [Thu, 10 Nov 2016 10:01:02 +0000 (21:01 +1100)]
Cards added to entropy placeholder text
Ian Coleman [Thu, 10 Nov 2016 09:44:50 +0000 (20:44 +1100)]
Entropy feedback tests all fields
Ian Coleman [Thu, 10 Nov 2016 07:58:18 +0000 (18:58 +1100)]
Mnemonic length can be set when using raw entropy
Ian Coleman [Wed, 9 Nov 2016 23:58:41 +0000 (10:58 +1100)]
Entropy feedback in tabular format, not sentence
Ian Coleman [Wed, 9 Nov 2016 23:57:25 +0000 (10:57 +1100)]
DOM.strength renamed DOM.generatedStrength
to avoid confusion with entropy strength
Ian Coleman [Wed, 9 Nov 2016 23:55:38 +0000 (10:55 +1100)]
Card entropy uses unicode suit symbols in cleanStr
Ian Coleman [Wed, 9 Nov 2016 23:54:43 +0000 (10:54 +1100)]
Dice conversion to Base 6 uses arrays not strings
Ian Coleman [Tue, 8 Nov 2016 10:59:08 +0000 (21:59 +1100)]
No leading zeros for first char unless hex
Ian Coleman [Mon, 7 Nov 2016 05:56:44 +0000 (16:56 +1100)]
Dice entropy conversion to Base 6 is simpler
Old: Every dice roll is reduced by 1
New: Replace all 6s with 0s
Ian Coleman [Mon, 7 Nov 2016 05:01:21 +0000 (16:01 +1100)]
Cards can be used for entropy
Format is [A2-9TJQK][CDHS]
Ian Coleman [Mon, 7 Nov 2016 02:18:59 +0000 (13:18 +1100)]
Entropy refactor to prep for card detection
Ian Coleman [Mon, 7 Nov 2016 00:51:12 +0000 (11:51 +1100)]
Blank entropy does not generate addresses
Ian Coleman [Mon, 7 Nov 2016 00:33:47 +0000 (11:33 +1100)]
jsbip39 updated to latest version
Ian Coleman [Thu, 3 Nov 2016 05:34:56 +0000 (16:34 +1100)]
Entropy can be supplied by user
Ian Coleman [Wed, 2 Nov 2016 23:12:08 +0000 (10:12 +1100)]
Table uses monospace font.
See https://github.com/iancoleman/bip39/issues/32#issuecomment-
257776567
Ian Coleman [Wed, 2 Nov 2016 01:13:21 +0000 (12:13 +1100)]
Public key column in table, shown as hex
Ian Coleman [Thu, 20 Oct 2016 21:24:40 +0000 (08:24 +1100)]
Languages no longer experimental.
Still pending reference implementation unit tests, but the ones included
in jsbip39 were generated using the reference implementation.
Ian Coleman [Thu, 20 Oct 2016 05:54:15 +0000 (16:54 +1100)]
Languages compiled into bip39-standalone.html
Ian Coleman [Thu, 20 Oct 2016 05:52:57 +0000 (16:52 +1100)]
Languages without unit tests marked 'experimental'
Ian Coleman [Thu, 20 Oct 2016 05:42:15 +0000 (16:42 +1100)]
Multiple language functionality added
Ian Coleman [Thu, 20 Oct 2016 05:40:52 +0000 (16:40 +1100)]
jsBip39 and wordlists updated with new languages
Ian Coleman [Thu, 20 Oct 2016 05:22:49 +0000 (16:22 +1100)]
Non-English language tests added
Ian Coleman [Wed, 19 Oct 2016 22:18:51 +0000 (09:18 +1100)]
Languages html to select language
Ian Coleman [Mon, 10 Oct 2016 23:08:50 +0000 (10:08 +1100)]
Links and author changed to iancoleman
Ian Coleman [Wed, 5 Oct 2016 01:47:37 +0000 (12:47 +1100)]
Generate button moved for simpler user experience
Ian Coleman [Wed, 5 Oct 2016 01:37:01 +0000 (12:37 +1100)]
Template code in comment for future tests.
Ian Coleman [Wed, 5 Oct 2016 01:36:18 +0000 (12:36 +1100)]
Test derivation from root key with other networks
Ian Coleman [Wed, 5 Oct 2016 01:35:40 +0000 (12:35 +1100)]
Test coin selection is used in derivation path
Ian Coleman [Wed, 5 Oct 2016 01:20:35 +0000 (12:20 +1100)]
Test github issue 23: derivation path on bip32 tab
Ian Coleman [Wed, 5 Oct 2016 01:11:31 +0000 (12:11 +1100)]
Test mnemonic is not sensitive to whitespace
Ian Coleman [Wed, 5 Oct 2016 00:37:59 +0000 (11:37 +1100)]
Test generate more addresses with privkeys hidden
Ian Coleman [Wed, 5 Oct 2016 00:23:29 +0000 (11:23 +1100)]
Test default word length is 15
Ian Coleman [Mon, 3 Oct 2016 00:22:49 +0000 (11:22 +1100)]
Test derivation path containing invalid characters
Ian Coleman [Mon, 3 Oct 2016 00:18:37 +0000 (11:18 +1100)]
Test derivation path not starting with m