aboutsummaryrefslogtreecommitdiff
path: root/src/js
Commit message (Collapse)AuthorAgeFilesLines
* Entropy library assumes cards are discardedIan Coleman2016-11-172-42/+56
| | | | 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
|
* BigInteger library moved to own fileIan Coleman2016-11-162-1627/+1620
|
* 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-142-1/+9
|
* Entropy section consumes less vertical spaceIan Coleman2016-11-141-21/+22
|
* Entropy strength measured using zxcvbnIan Coleman2016-11-102-0/+39
|
* Mnemonic length can be set when using raw entropyIan Coleman2016-11-101-2/+19
|
* Entropy feedback in tabular format, not sentenceIan Coleman2016-11-102-68/+58
|
* DOM.strength renamed DOM.generatedStrengthIan Coleman2016-11-101-2/+2
| | | | to avoid confusion with entropy strength
* Card entropy uses unicode suit symbols in cleanStrIan Coleman2016-11-101-0/+7
|
* Dice conversion to Base 6 uses arrays not stringsIan Coleman2016-11-101-7/+6
|
* No leading zeros for first char unless hexIan Coleman2016-11-081-13/+15
|
* Dice entropy conversion to Base 6 is simplerIan Coleman2016-11-071-3/+4
| | | | | Old: Every dice roll is reduced by 1 New: Replace all 6s with 0s
* Cards can be used for entropyIan Coleman2016-11-072-45/+99
| | | | Format is [A2-9TJQK][CDHS]
* Entropy refactor to prep for card detectionIan Coleman2016-11-071-21/+55
|
* Blank entropy does not generate addressesIan Coleman2016-11-071-4/+32
|
* jsbip39 updated to latest versionIan Coleman2016-11-071-1/+1
|
* Entropy can be supplied by userIan Coleman2016-11-042-1/+1879
|
* Public key column in table, shown as hexIan Coleman2016-11-021-2/+16
|
* Multiple language functionality addedIan Coleman2016-10-201-15/+142
|
* jsBip39 and wordlists updated with new languagesIan Coleman2016-10-207-3/+1259
|
* namecoin and peercoindangershony2016-08-252-0/+34
|
* update root key networkdangershony2016-08-241-1/+1
|
* updatesdangershony2016-08-241-1/+1
|
* Add dashDan Gershony2016-08-231-0/+7
|
* Add dashDan Gershony2016-08-231-0/+11
|
* 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-152-1/+235
|
* 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
* Merge pull request #20 from dooglus/ignore_space_changesiancoleman2016-03-201-1/+1
|\ | | | | Normalize whitespace before using mnemonic. Fixes #19.
| * Normalize whitespace before using mnemonic. Fixes #19.Chris Moore2016-03-191-1/+1
| |
* | Display BIP39 seedKirill Kovalenko2016-03-181-1/+4
|/
* Strength field uses select tagIan Coleman2015-10-231-15/+0
| | | | Closes #17
* Merge pull request #15 from dooglus/clamiancoleman2015-08-212-0/+16
|\ | | | | Add CLAM.
| * Add CLAM.Chris Moore2015-08-202-0/+16
| |
* | Typo privkeCell > privkeyCellIan Coleman2015-08-211-1/+1
| | | | | | | | Closes #12
* | Derivation path set correctly when changing coinsIan Coleman2015-08-211-1/+1
|/ | | | Closes #9
* Index column changed to PathIan Coleman2015-08-161-1/+2
|
* Additional coins added which have BIP44Ian Coleman2015-08-161-0/+21
| | | | see https://github.com/satoshilabs/docs/blob/master/slips/slip-0044.rst
* Wallet tabs removed, added text to BIP32 tabIan Coleman2015-08-161-3/+0
|