aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* xpub key can be used as bip32 root keyIan Coleman2016-12-193-8/+147
|
* Warnings and QR changes compiled into standalone.Ian Coleman2016-12-151-11/+44
|
* QR code is hidden by defaultIan Coleman2016-12-152-4/+4
|
* QR code warns for scanners that keep historyIan Coleman2016-12-152-4/+13
|
* Translation library can translate title attributesIan Coleman2016-12-151-3/+16
|
* Bits of entropy has info about possible weaknessesIan Coleman2016-12-151-1/+6
|
* License details in More Info sectionIan Coleman2016-12-151-0/+6
|
* Typo Extendend > ExtendedIan Coleman2016-12-132-2/+2
|
* BIP44 account extended keys compiled to standaloneIan Coleman2016-12-121-29/+70
|
* BIP44 Account xprv and xpub keys are shownIan Coleman2016-12-123-23/+107
| | | | 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-015-16/+232
| | | | | | | | | | | | 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-303-8/+65
|
* bitsPerEvent correct for multiple decks of cardsIan Coleman2016-11-303-14/+28
|
* Card bits per event is shown as the average valueIan Coleman2016-11-302-2/+2
|
* Translations and new card entropy in standaloneIan Coleman2016-11-301-214/+467
|
* Card entropy has improved conversion to binaryIan Coleman2016-11-302-267/+117
| | | | | See http://crypto.stackexchange.com/q/41886 and https://github.com/iancoleman/bip39/issues/33#issuecomment-263021856
* Translation library does basic language switchingIan Coleman2016-11-293-0/+236
|
* Strings in UI marked for translationIan Coleman2016-11-291-124/+152
| | | | in preparation for adding multiple languages to the interface.
* MIT licenseIan Coleman2016-11-292-0/+25
|
* BIP32 Tab wallet changes compiled into standaloneIan Coleman2016-11-281-15/+22
|
* BIP32 tab wallets use consistent vertical spacingIan Coleman2016-11-281-1/+6
|
* Blank rows in initial table have no missing cellsIan Coleman2016-11-281-5/+5
|
* Hive wallet is no longer availableIan Coleman2016-11-281-9/+0
|
* Mycelium derivation paths contain more detailsIan Coleman2016-11-281-1/+12
|
* Test for issue 33 checks raw entropy is in useIan Coleman2016-11-251-0/+14
|
* Card entropy fixes compiled into standaloneIan Coleman2016-11-251-13/+85
|
* Entropy defaults to generating a 15 word mnemonicIan Coleman2016-11-252-1/+6
|
* Card entropy calculation bugfixIan Coleman2016-11-252-18/+260
| | | | See https://github.com/iancoleman/bip39/issues/33
* Card entropy corrections compiled into standaloneIan Coleman2016-11-171-44/+84
|
* 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 has extra comments for clarityIan Coleman2016-11-171-3/+5
|
* Entropy library assumes cards are discardedIan Coleman2016-11-173-67/+81
| | | | and removed the duplicate logic from the UI logic.
* Missing cards are detectedIan Coleman2016-11-172-2/+56
|
* Duplicate card detection is case insensitiveIan Coleman2016-11-172-2/+20
|
* Card entropy changes compiled into standalone.htmlIan Coleman2016-11-161-281/+364
|
* testMaxTime increased from 5s to 10sIan Coleman2016-11-161-1/+1
| | | | | Specifically for test titled "Very large entropy results in very long mnemonics"
* Entropy feedback retains horizontal spacingIan Coleman2016-11-161-12/+18
| | | | | was previously wrapping poorly for entropy with zxcvbn suggestions, such as many repeated 6s
* Multiple decks of cards are possibleIan Coleman2016-11-162-7/+11
| | | | but also a needless oversupply of entropy
* zxcvbn errors are caught, with strength 'unknown'Ian Coleman2016-11-162-7/+23
|
* Card duplicates and use of full deck is detectedIan Coleman2016-11-162-2/+85
|
* Entropy strength for cards assumes no replacementIan Coleman2016-11-162-1/+31
|
* BigInteger library moved to own fileIan Coleman2016-11-163-1627/+1621
|
* Entropy changes compiled into standaloneIan Coleman2016-11-141-74/+96
|
* Card suit font height is closer to text heightIan Coleman2016-11-141-1/+1
|
* Entropy is truncated from the leftIan Coleman2016-11-142-6/+5
| | | | This provides greater compatibility with bip32jp.github.io
* Tests pass with new entropy layoutIan Coleman2016-11-141-4/+4
|
* Card suits have color and use larger font sizeIan Coleman2016-11-143-1/+25
|
* Entropy section consumes less vertical spaceIan Coleman2016-11-142-72/+69
|