aboutsummaryrefslogtreecommitdiff
path: root/tests.js
Commit message (Collapse)AuthorAgeFilesLines
* Entropy is left-padded to 256 bitsIan Coleman2017-01-121-0/+29
| | | | Closes #49
* Generation process stopped when table rows clearedIan Coleman2017-01-041-0/+44
| | | | Closes #44
* Test suggested word for first four letters of wordIan Coleman2017-01-041-0/+25
| | | | See https://github.com/iancoleman/bip39/pull/48
* Card entropy uses secure hashing when > 256 bitsIan Coleman2016-12-221-19/+19
|
* Root key validity is checked before derivingIan Coleman2016-12-191-0/+24
|
* xpub key can be used as bip32 root keyIan Coleman2016-12-191-0/+103
|
* BIP44 Account xprv and xpub keys are shownIan Coleman2016-12-121-0/+52
| | | | which are used for import / export in most BIP44 wallets.
* QR code shown on hover for certain bits of dataIan Coleman2016-12-011-0/+44
| | | | | | | | | | | | QR code shown for: * mnemonic * seed * root key * derived extended private key * derived extended public key * addresses * public keys * private keys
* Entropy with more than 4 decks can be calculatedIan Coleman2016-11-301-6/+53
|
* Card entropy has improved conversion to binaryIan Coleman2016-11-301-177/+38
| | | | | See http://crypto.stackexchange.com/q/41886 and https://github.com/iancoleman/bip39/issues/33#issuecomment-263021856
* Test for issue 33 checks raw entropy is in useIan Coleman2016-11-251-0/+14
|
* Entropy defaults to generating a 15 word mnemonicIan Coleman2016-11-251-0/+5
|
* Card entropy calculation bugfixIan Coleman2016-11-251-6/+176
| | | | See https://github.com/iancoleman/bip39/issues/33
* Entropy library assumes cards are discardedIan Coleman2016-11-171-25/+25
| | | | and removed the duplicate logic from the UI logic.
* Missing cards are detectedIan Coleman2016-11-171-2/+36
|
* Duplicate card detection is case insensitiveIan Coleman2016-11-171-0/+17
|
* testMaxTime increased from 5s to 10sIan Coleman2016-11-161-1/+1
| | | | | Specifically for test titled "Very large entropy results in very long mnemonics"
* Multiple decks of cards are possibleIan Coleman2016-11-161-4/+4
| | | | but also a needless oversupply of entropy
* zxcvbn errors are caught, with strength 'unknown'Ian Coleman2016-11-161-0/+9
|
* Card duplicates and use of full deck is detectedIan Coleman2016-11-161-1/+41
|
* Entropy strength for cards assumes no replacementIan Coleman2016-11-161-0/+1
|
* Entropy is truncated from the leftIan Coleman2016-11-141-5/+3
| | | | This provides greater compatibility with bip32jp.github.io
* Tests pass with new entropy layoutIan Coleman2016-11-141-4/+4
|
* Strength tests include zxcvbn strength detectionIan Coleman2016-11-101-4/+13
|
* Entropy types are clearly indicated in UIIan Coleman2016-11-101-0/+1
|
* Entropy feedback tests all fieldsIan Coleman2016-11-101-40/+78
|
* Mnemonic length can be set when using raw entropyIan Coleman2016-11-101-0/+25
|
* Entropy feedback in tabular format, not sentenceIan Coleman2016-11-101-59/+41
|
* No leading zeros for first char unless hexIan Coleman2016-11-081-19/+39
|
* Dice entropy conversion to Base 6 is simplerIan Coleman2016-11-071-2/+2
| | | | | Old: Every dice roll is reduced by 1 New: Replace all 6s with 0s
* Cards can be used for entropyIan Coleman2016-11-071-52/+179
| | | | Format is [A2-9TJQK][CDHS]
* Blank entropy does not generate addressesIan Coleman2016-11-071-66/+144
|
* Entropy can be supplied by userIan Coleman2016-11-041-0/+607
|
* Public key column in table, shown as hexIan Coleman2016-11-021-0/+50
|
* Non-English language tests addedIan Coleman2016-10-201-0/+148
|
* Links and author changed to iancolemanIan Coleman2016-10-111-6/+6
|
* Template code in comment for future tests.Ian Coleman2016-10-051-0/+31
|
* Test derivation from root key with other networksIan Coleman2016-10-051-0/+28
|
* Test coin selection is used in derivation pathIan Coleman2016-10-051-0/+28
|
* Test github issue 23: derivation path on bip32 tabIan Coleman2016-10-051-1/+49
|
* Test mnemonic is not sensitive to whitespaceIan Coleman2016-10-051-0/+24
|
* Test generate more addresses with privkeys hiddenIan Coleman2016-10-051-0/+40
|
* Test default word length is 15Ian Coleman2016-10-051-0/+14
|
* Test derivation path containing invalid charactersIan Coleman2016-10-031-0/+31
|
* Test derivation path not starting with mIan Coleman2016-10-031-0/+32
|
* Test incorrect root key shows errorIan Coleman2016-10-031-0/+21
|
* Test incorrect word shows suggested replacementIan Coleman2016-09-291-0/+21
|
* Test incorrect mnemonic shows errorIan Coleman2016-09-291-0/+51
|
* Test derivation path changes for BIP32 root keyIan Coleman2016-09-151-0/+29
|
* Test phrase is retained unless user confirmsIan Coleman2016-09-151-0/+27
|