aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
Commit message (Collapse)AuthorAgeFilesLines
* Client select has 'custom derivation path' optionIan Coleman2017-02-191-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-1iancoleman2017-02-191-0/+49
|\ | | | | Add client select
| * Add client selectAlexander Georgievskiy2017-02-071-0/+49
| |
* | Ethereum addresses include checksumIan Coleman2017-02-151-1/+3
| |
* | Ethereum address table is populatedIan Coleman2017-02-101-0/+14
|/
* Entropy is left-padded to 256 bitsIan Coleman2017-01-121-1/+1
| | | | Closes #49
* Generation process stopped when table rows clearedIan Coleman2017-01-041-4/+31
| | | | Closes #44
* Test suggested word for first four letters of wordIan Coleman2017-01-041-2/+3
| | | | See https://github.com/iancoleman/bip39/pull/48
* When completing a mnemonic word, return immediately if one is found in the ↵Chris Rico2017-01-011-1/+3
| | | | wordlist that starts with the given word
* Root key validity is checked before derivingIan Coleman2016-12-191-0/+8
|
* xpub key can be used as bip32 root keyIan Coleman2016-12-191-4/+22
|
* QR code is hidden by defaultIan Coleman2016-12-151-1/+1
|
* QR code warns for scanners that keep historyIan Coleman2016-12-151-2/+6
|
* BIP44 Account xprv and xpub keys are shownIan Coleman2016-12-121-0/+23
| | | | which are used for import / export in most BIP44 wallets.
* bip44TabSelected and bip32TabSelected functionsIan Coleman2016-12-121-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 varIan Coleman2016-12-121-4/+5
|
* QR code shown on hover for certain bits of dataIan Coleman2016-12-011-0/+37
| | | | | | | | | | | | QR code shown for: * mnemonic * seed * root key * derived extended private key * derived extended public key * addresses * public keys * private keys
* bitsPerEvent correct for multiple decks of cardsIan Coleman2016-11-301-4/+1
|
* Card bits per event is shown as the average valueIan Coleman2016-11-301-1/+1
|
* Bits Per Event says 'or less' for card entropyIan Coleman2016-11-171-0/+3
| | | | | because as each card is discarded, less entropy is added for subsequent events.
* Entropy library assumes cards are discardedIan Coleman2016-11-171-42/+10
| | | | and removed the duplicate logic from the UI logic.
* Missing cards are detectedIan Coleman2016-11-171-0/+20
|
* Duplicate card detection is case insensitiveIan Coleman2016-11-171-2/+3
|
* Multiple decks of cards are possibleIan Coleman2016-11-161-3/+7
| | | | but also a needless oversupply of entropy
* zxcvbn errors are caught, with strength 'unknown'Ian Coleman2016-11-161-7/+14
|
* Card duplicates and use of full deck is detectedIan Coleman2016-11-161-1/+44
|
* Entropy strength for cards assumes no replacementIan Coleman2016-11-161-1/+30
|
* Entropy is truncated from the leftIan Coleman2016-11-141-1/+2
| | | | This provides greater compatibility with bip32jp.github.io
* Card suits have color and use larger font sizeIan Coleman2016-11-141-1/+1
|
* Entropy section consumes less vertical spaceIan Coleman2016-11-141-21/+22
|
* Entropy strength measured using zxcvbnIan Coleman2016-11-101-0/+11
|
* Mnemonic length can be set when using raw entropyIan Coleman2016-11-101-2/+19
|
* Entropy feedback in tabular format, not sentenceIan Coleman2016-11-101-32/+47
|
* DOM.strength renamed DOM.generatedStrengthIan Coleman2016-11-101-2/+2
| | | | to avoid confusion with entropy strength
* Cards can be used for entropyIan Coleman2016-11-071-9/+12
| | | | Format is [A2-9TJQK][CDHS]
* Blank entropy does not generate addressesIan Coleman2016-11-071-4/+32
|
* Entropy can be supplied by userIan Coleman2016-11-041-1/+105
|
* Public key column in table, shown as hexIan Coleman2016-11-021-2/+16
|
* Multiple language functionality addedIan Coleman2016-10-201-15/+142
|
* namecoin and peercoindangershony2016-08-251-0/+14
|
* update root key networkdangershony2016-08-241-1/+1
|
* Add dashDan Gershony2016-08-231-0/+7
|
* Tests for passphrase and coin selectionIan Coleman2016-08-231-3/+8
|
* Hardened Addresses checkboxIan Coleman2016-08-231-1/+14
| | | | This closes issue #25
* BIP32 Root Key can be specified by userIan Coleman2016-08-231-11/+74
|
* Words not in list show error with suggestionIan Coleman2016-08-151-1/+24
|
* Derivation Path errors are detected.Ian Coleman2016-08-151-1/+33
|
* Derivation Path global replaced with functionIan Coleman2016-08-151-46/+37
|
* Derivation path on network change is correct.Ian Coleman2016-08-011-1/+0
| | | | This closes #23
* Display BIP39 seedKirill Kovalenko2016-03-181-1/+4
|