Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow P2WPKH nested in P2SH addresses on BIP32 tab | Ian Coleman | 2017-09-01 | 1 | -0/+39 |
| | |||||
* | Add a checkbox to switch litecoin key prefixes | Ian Coleman | 2017-08-28 | 1 | -0/+51 |
| | |||||
* | Show error when using xpub with hardened addresses | Ian Coleman | 2017-08-24 | 1 | -0/+31 |
| | |||||
* | Test for Maza network | Ian Coleman | 2017-08-23 | 1 | -0/+30 |
| | |||||
* | Clear old seed when mnemonic is changed | Ian Coleman | 2017-08-16 | 1 | -0/+35 |
| | |||||
* | Add PIVX network tests | Ian Coleman | 2017-08-14 | 1 | -0/+60 |
| | |||||
* | Add myriadcoin test | Ian Coleman | 2017-08-07 | 1 | -0/+30 |
| | |||||
* | Add BCH - Bitcoin Cash network | Ian Coleman | 2017-08-07 | 1 | -0/+30 |
| | |||||
* | Add BIP49 tab | Ian Coleman | 2017-08-02 | 1 | -0/+274 |
| | |||||
* | Change BIP44 purpose and coin fields to readonly | Ian Coleman | 2017-08-02 | 1 | -66/+2 |
| | |||||
* | standardize dropdown naming scheme | mikeyb | 2017-07-02 | 1 | -21/+21 |
| | |||||
* | Add CRW - Crown | mikeyb | 2017-07-01 | 1 | -0/+30 |
| | |||||
* | Change entropy Strength to Time To Crack | Ian Coleman | 2017-06-20 | 1 | -22/+22 |
| | | | | See issue 78 | ||||
* | add dash testnet | Karol Rychlicki | 2017-06-16 | 1 | -0/+29 |
| | |||||
* | Fix typo: s/litecoin/ripple | Ian Coleman | 2017-06-14 | 1 | -1/+1 |
| | |||||
* | Fix ethereum test to include hex prefix | Ian Coleman | 2017-06-14 | 1 | -1/+1 |
| | |||||
* | Merge pull request #70 from LedgerHQ/master | iancoleman | 2017-06-05 | 1 | -0/+30 |
|\ | | | | | Add support for Ripple | ||||
| * | Added test | amougel | 2017-06-02 | 1 | -0/+30 |
| | | |||||
* | | Add Slimcoin | Graham Higgins | 2017-05-26 | 1 | -0/+60 |
|/ | |||||
* | add test for GAME | mikeyb | 2017-04-23 | 1 | -0/+30 |
| | |||||
* | Regression test for seed from Japanese mnemonic | Ian Coleman | 2017-03-03 | 1 | -0/+29 |
| | |||||
* | Issue 58 test - bitcore bip32 derivation bug | Ian Coleman | 2017-02-24 | 1 | -0/+32 |
| | | | | Closes #58 | ||||
* | Network order is alphabetical. | Ian Coleman | 2017-02-21 | 1 | -16/+51 |
| | | | | Closes #56 | ||||
* | BIP32 client select tests | Ian Coleman | 2017-02-19 | 1 | -0/+96 |
| | |||||
* | Ethereum addresses include checksum | Ian Coleman | 2017-02-15 | 1 | -2/+2 |
| | |||||
* | Test timeout increased for low performance devices | Ian Coleman | 2017-02-11 | 1 | -1/+1 |
| | |||||
* | Ethereum tests | Ian Coleman | 2017-02-11 | 1 | -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 length | Ian Coleman | 2017-02-10 | 1 | -6/+1 |
| | |||||
* | Entropy is left-padded to 256 bits | Ian Coleman | 2017-01-12 | 1 | -0/+29 |
| | | | | Closes #49 | ||||
* | Generation process stopped when table rows cleared | Ian Coleman | 2017-01-04 | 1 | -0/+44 |
| | | | | Closes #44 | ||||
* | Test suggested word for first four letters of word | Ian Coleman | 2017-01-04 | 1 | -0/+25 |
| | | | | See https://github.com/iancoleman/bip39/pull/48 | ||||
* | Card entropy uses secure hashing when > 256 bits | Ian Coleman | 2016-12-22 | 1 | -19/+19 |
| | |||||
* | Root key validity is checked before deriving | Ian Coleman | 2016-12-19 | 1 | -0/+24 |
| | |||||
* | xpub key can be used as bip32 root key | Ian Coleman | 2016-12-19 | 1 | -0/+103 |
| | |||||
* | BIP44 Account xprv and xpub keys are shown | Ian Coleman | 2016-12-12 | 1 | -0/+52 |
| | | | | which are used for import / export in most BIP44 wallets. | ||||
* | QR code shown on hover for certain bits of data | Ian Coleman | 2016-12-01 | 1 | -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 calculated | Ian Coleman | 2016-11-30 | 1 | -6/+53 |
| | |||||
* | Card entropy has improved conversion to binary | Ian Coleman | 2016-11-30 | 1 | -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 use | Ian Coleman | 2016-11-25 | 1 | -0/+14 |
| | |||||
* | Entropy defaults to generating a 15 word mnemonic | Ian Coleman | 2016-11-25 | 1 | -0/+5 |
| | |||||
* | Card entropy calculation bugfix | Ian Coleman | 2016-11-25 | 1 | -6/+176 |
| | | | | See https://github.com/iancoleman/bip39/issues/33 | ||||
* | Entropy library assumes cards are discarded | Ian Coleman | 2016-11-17 | 1 | -25/+25 |
| | | | | and removed the duplicate logic from the UI logic. | ||||
* | Missing cards are detected | Ian Coleman | 2016-11-17 | 1 | -2/+36 |
| | |||||
* | Duplicate card detection is case insensitive | Ian Coleman | 2016-11-17 | 1 | -0/+17 |
| | |||||
* | testMaxTime increased from 5s to 10s | Ian Coleman | 2016-11-16 | 1 | -1/+1 |
| | | | | | Specifically for test titled "Very large entropy results in very long mnemonics" | ||||
* | Multiple decks of cards are possible | Ian Coleman | 2016-11-16 | 1 | -4/+4 |
| | | | | but also a needless oversupply of entropy | ||||
* | zxcvbn errors are caught, with strength 'unknown' | Ian Coleman | 2016-11-16 | 1 | -0/+9 |
| | |||||
* | Card duplicates and use of full deck is detected | Ian Coleman | 2016-11-16 | 1 | -1/+41 |
| | |||||
* | Entropy strength for cards assumes no replacement | Ian Coleman | 2016-11-16 | 1 | -0/+1 |
| | |||||
* | Entropy is truncated from the left | Ian Coleman | 2016-11-14 | 1 | -5/+3 |
| | | | | This provides greater compatibility with bip32jp.github.io |