aboutsummaryrefslogtreecommitdiff
path: root/tests.js
Commit message (Collapse)AuthorAgeFilesLines
* Clear old seed when mnemonic is changedIan Coleman2017-08-161-0/+35
|
* Add PIVX network testsIan Coleman2017-08-141-0/+60
|
* Add myriadcoin testIan Coleman2017-08-071-0/+30
|
* Add BCH - Bitcoin Cash networkIan Coleman2017-08-071-0/+30
|
* Add BIP49 tabIan Coleman2017-08-021-0/+274
|
* Change BIP44 purpose and coin fields to readonlyIan Coleman2017-08-021-66/+2
|
* standardize dropdown naming schememikeyb2017-07-021-21/+21
|
* Add CRW - Crownmikeyb2017-07-011-0/+30
|
* Change entropy Strength to Time To CrackIan Coleman2017-06-201-22/+22
| | | | See issue 78
* add dash testnetKarol Rychlicki2017-06-161-0/+29
|
* Fix typo: s/litecoin/rippleIan Coleman2017-06-141-1/+1
|
* Fix ethereum test to include hex prefixIan Coleman2017-06-141-1/+1
|
* Merge pull request #70 from LedgerHQ/masteriancoleman2017-06-051-0/+30
|\ | | | | Add support for Ripple
| * Added testamougel2017-06-021-0/+30
| |
* | Add SlimcoinGraham Higgins2017-05-261-0/+60
|/
* add test for GAMEmikeyb2017-04-231-0/+30
|
* Regression test for seed from Japanese mnemonicIan Coleman2017-03-031-0/+29
|
* Issue 58 test - bitcore bip32 derivation bugIan Coleman2017-02-241-0/+32
| | | | Closes #58
* Network order is alphabetical.Ian Coleman2017-02-211-16/+51
| | | | Closes #56
* BIP32 client select testsIan Coleman2017-02-191-0/+96
|
* Ethereum addresses include checksumIan Coleman2017-02-151-2/+2
|
* Test timeout increased for low performance devicesIan Coleman2017-02-111-1/+1
|
* Ethereum testsIan Coleman2017-02-111-0/+60
| | | | | | | | | | | | Expected values come from https://www.myetherwallet.com/#view-wallet-info Polyfill for ArrayBuffer.isView is required for phantomjs-2.1.1 but seems not required in modern browsers. I'll keep it there because the tests need to pass. Also see https://github.com/kvhnuke/etherwallet/issues/337 Unusual capitalization of hex encoded ethereum address
* Raw Entropy is the default for mnemonic lengthIan Coleman2017-02-101-6/+1
|
* 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
|