Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add CRW - Crown | mikeyb | 2017-07-01 | 2 | -0/+17 |
| | |||||
* | Change entropy Strength to Time To Crack | Ian Coleman | 2017-06-20 | 1 | -30/+8 |
| | | | | See issue 78 | ||||
* | add dash testnet | Karol Rychlicki | 2017-06-16 | 2 | -0/+17 |
| | |||||
* | Add hex prefix to ethereum keys | Ian Coleman | 2017-06-14 | 1 | -0/+2 |
| | |||||
* | Merge pull request #71 from LedgerHQ/master | iancoleman | 2017-06-06 | 1 | -1/+1 |
|\ | | | | | Deleting the remaining checksum from the Ripple private key | ||||
| * | deleting the remaining checksum from the private key | amougel | 2017-06-05 | 1 | -1/+1 |
| | | |||||
| * | deleting the remaining checksum from the private key | amougel | 2017-06-05 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #70 from LedgerHQ/master | iancoleman | 2017-06-05 | 3 | -0/+2032 |
|\| | | | | | Add support for Ripple | ||||
| * | Added support for Ripple | amougel | 2017-06-01 | 3 | -0/+2032 |
| | | | | | | | | Signed-off-by: amougel <alix.mougel@gmail.com> | ||||
* | | Add Slimcoin | Graham Higgins | 2017-05-26 | 2 | -0/+34 |
|/ | |||||
* | Add GAME support | mikeyb | 2017-04-23 | 2 | -0/+17 |
| | |||||
* | String normalization polyfill | Ian Coleman | 2017-03-03 | 1 | -0/+442 |
| | | | | Unfortunately required for phantomjs to pass tests | ||||
* | jsbip39 updated - fixes Japanese language | Ian Coleman | 2017-03-03 | 1 | -2/+3 |
| | |||||
* | Network order is alphabetical. | Ian Coleman | 2017-02-21 | 1 | -33/+33 |
| | | | | Closes #56 | ||||
* | Multibit on BIP32 tab has own section | Ian Coleman | 2017-02-19 | 1 | -1/+1 |
| | |||||
* | Client select has 'custom derivation path' option | Ian Coleman | 2017-02-19 | 1 | -12/+17 |
| | | | | | * Specific clients cause derivation path input to be readonly * Rename ambiguous variable client-phrase to bip32-client | ||||
* | Merge pull request #55 from galeksandrp/patch-1 | iancoleman | 2017-02-19 | 1 | -0/+49 |
|\ | | | | | Add client select | ||||
| * | Add client select | Alexander Georgievskiy | 2017-02-07 | 1 | -0/+49 |
| | | |||||
* | | Ethereum addresses include checksum | Ian Coleman | 2017-02-15 | 1 | -1/+3 |
| | | |||||
* | | Ethereum tests | Ian Coleman | 2017-02-11 | 1 | -0/+3793 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Ethereum address table is populated | Ian Coleman | 2017-02-10 | 1 | -0/+14 |
| | | |||||
* | | Ethereum Util library | Ian Coleman | 2017-02-10 | 1 | -0/+18762 |
|/ | | | | | | | Generated from source using steps below: $ git clone https://github.com/ethereumjs/ethereumjs-util.git $ cd ethereumjs-util $ browserify index.js -s ethUtil -o ethereumjs-util.js | ||||
* | Entropy is left-padded to 256 bits | Ian Coleman | 2017-01-12 | 1 | -1/+1 |
| | | | | Closes #49 | ||||
* | Generation process stopped when table rows cleared | Ian Coleman | 2017-01-04 | 1 | -4/+31 |
| | | | | Closes #44 | ||||
* | Test suggested word for first four letters of word | Ian Coleman | 2017-01-04 | 1 | -2/+3 |
| | | | | See https://github.com/iancoleman/bip39/pull/48 | ||||
* | When completing a mnemonic word, return immediately if one is found in the ↵ | Chris Rico | 2017-01-01 | 1 | -1/+3 |
| | | | | wordlist that starts with the given word | ||||
* | Card entropy uses secure hashing when > 256 bits | Ian Coleman | 2016-12-22 | 1 | -5/+2 |
| | |||||
* | Root key validity is checked before deriving | Ian Coleman | 2016-12-19 | 1 | -0/+8 |
| | |||||
* | xpub key can be used as bip32 root key | Ian Coleman | 2016-12-19 | 1 | -4/+22 |
| | |||||
* | QR code is hidden by default | Ian Coleman | 2016-12-15 | 1 | -1/+1 |
| | |||||
* | QR code warns for scanners that keep history | Ian Coleman | 2016-12-15 | 1 | -2/+6 |
| | |||||
* | Translation library can translate title attributes | Ian Coleman | 2016-12-15 | 1 | -3/+16 |
| | |||||
* | BIP44 Account xprv and xpub keys are shown | Ian Coleman | 2016-12-12 | 1 | -0/+23 |
| | | | | which are used for import / export in most BIP44 wallets. | ||||
* | bip44TabSelected and bip32TabSelected functions | Ian Coleman | 2016-12-12 | 1 | -2/+10 |
| | | | | | This is more descriptive than a blob of jquery, and simplifies reuse in the near future. | ||||
* | Extended Key calculation does not use global var | Ian Coleman | 2016-12-12 | 1 | -4/+5 |
| | |||||
* | QR code shown on hover for certain bits of data | Ian Coleman | 2016-12-01 | 2 | -0/+65 |
| | | | | | | | | | | | | 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 | -1/+6 |
| | |||||
* | bitsPerEvent correct for multiple decks of cards | Ian Coleman | 2016-11-30 | 2 | -7/+14 |
| | |||||
* | Card bits per event is shown as the average value | Ian Coleman | 2016-11-30 | 1 | -1/+1 |
| | |||||
* | Card entropy has improved conversion to binary | Ian Coleman | 2016-11-30 | 1 | -90/+79 |
| | | | | | See http://crypto.stackexchange.com/q/41886 and https://github.com/iancoleman/bip39/issues/33#issuecomment-263021856 | ||||
* | Translation library does basic language switching | Ian Coleman | 2016-11-29 | 2 | -0/+234 |
| | |||||
* | Card entropy calculation bugfix | Ian Coleman | 2016-11-25 | 1 | -12/+84 |
| | | | | See https://github.com/iancoleman/bip39/issues/33 | ||||
* | Bits Per Event says 'or less' for card entropy | Ian Coleman | 2016-11-17 | 1 | -0/+3 |
| | | | | | because as each card is discarded, less entropy is added for subsequent events. | ||||
* | Entropy library has extra comments for clarity | Ian Coleman | 2016-11-17 | 1 | -3/+5 |
| | |||||
* | Entropy library assumes cards are discarded | Ian Coleman | 2016-11-17 | 2 | -42/+56 |
| | | | | and removed the duplicate logic from the UI logic. | ||||
* | Missing cards are detected | Ian Coleman | 2016-11-17 | 1 | -0/+20 |
| | |||||
* | Duplicate card detection is case insensitive | Ian Coleman | 2016-11-17 | 1 | -2/+3 |
| | |||||
* | Multiple decks of cards are possible | Ian Coleman | 2016-11-16 | 1 | -3/+7 |
| | | | | but also a needless oversupply of entropy | ||||
* | zxcvbn errors are caught, with strength 'unknown' | Ian Coleman | 2016-11-16 | 1 | -7/+14 |
| | |||||
* | Card duplicates and use of full deck is detected | Ian Coleman | 2016-11-16 | 1 | -1/+44 |
| |