aboutsummaryrefslogtreecommitdiff
path: root/tests.js
Commit message (Collapse)AuthorAgeFilesLines
* Use selenium for tests instead of phantomjsIan Coleman2017-11-161-4473/+0
|
* Use correct prefixes for xprv/xpub with segwitIan Coleman2017-10-311-5/+5
|
* Allow BitPay address format for bitcoin cashIan Coleman2017-10-311-0/+31
|
* Add test for nubits networkIan Coleman2017-10-101-0/+30
|
* Add test for fujicoinIan Coleman2017-10-031-0/+30
|
* Detect and warn of filtered entropyIan Coleman2017-09-201-0/+38
|
* Allow P2WPKH nested in P2SH addresses on BIP32 tabIan Coleman2017-09-011-0/+39
|
* Add a checkbox to switch litecoin key prefixesIan Coleman2017-08-281-0/+51
|
* Show error when using xpub with hardened addressesIan Coleman2017-08-241-0/+31
|
* Test for Maza networkIan Coleman2017-08-231-0/+30
|
* 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
|