Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mnemonic length can be set when using raw entropy | Ian Coleman | 2016-11-10 | 3 | -3/+45 |
| | |||||
* | Entropy feedback in tabular format, not sentence | Ian Coleman | 2016-11-10 | 4 | -137/+149 |
| | |||||
* | DOM.strength renamed DOM.generatedStrength | Ian Coleman | 2016-11-10 | 1 | -2/+2 |
| | | | | to avoid confusion with entropy strength | ||||
* | Card entropy uses unicode suit symbols in cleanStr | Ian Coleman | 2016-11-10 | 1 | -0/+7 |
| | |||||
* | Dice conversion to Base 6 uses arrays not strings | Ian Coleman | 2016-11-10 | 1 | -7/+6 |
| | |||||
* | No leading zeros for first char unless hex | Ian Coleman | 2016-11-08 | 2 | -32/+54 |
| | |||||
* | Dice entropy conversion to Base 6 is simpler | Ian Coleman | 2016-11-07 | 2 | -5/+6 |
| | | | | | Old: Every dice roll is reduced by 1 New: Replace all 6s with 0s | ||||
* | Cards can be used for entropy | Ian Coleman | 2016-11-07 | 3 | -97/+278 |
| | | | | Format is [A2-9TJQK][CDHS] | ||||
* | Entropy refactor to prep for card detection | Ian Coleman | 2016-11-07 | 1 | -21/+55 |
| | |||||
* | Blank entropy does not generate addresses | Ian Coleman | 2016-11-07 | 2 | -70/+176 |
| | |||||
* | jsbip39 updated to latest version | Ian Coleman | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | Entropy can be supplied by user | Ian Coleman | 2016-11-04 | 5 | -14/+4465 |
| | |||||
* | Table uses monospace font. | Ian Coleman | 2016-11-03 | 2 | -2/+8 |
| | | | | See https://github.com/iancoleman/bip39/issues/32#issuecomment-257776567 | ||||
* | Public key column in table, shown as hex | Ian Coleman | 2016-11-02 | 4 | -4/+96 |
| | |||||
* | Languages no longer experimental. | Ian Coleman | 2016-10-21 | 2 | -2/+0 |
| | | | | | Still pending reference implementation unit tests, but the ones included in jsbip39 were generated using the reference implementation. | ||||
* | Languages compiled into bip39-standalone.html | Ian Coleman | 2016-10-20 | 1 | -18/+1426 |
| | |||||
* | Languages without unit tests marked 'experimental' | Ian Coleman | 2016-10-20 | 1 | -1/+2 |
| | |||||
* | Multiple language functionality added | Ian Coleman | 2016-10-20 | 2 | -15/+145 |
| | |||||
* | jsBip39 and wordlists updated with new languages | Ian Coleman | 2016-10-20 | 8 | -3/+1265 |
| | |||||
* | Non-English language tests added | Ian Coleman | 2016-10-20 | 1 | -0/+148 |
| | |||||
* | Languages html to select language | Ian Coleman | 2016-10-20 | 1 | -0/+15 |
| | |||||
* | Links and author changed to iancoleman | Ian Coleman | 2016-10-11 | 4 | -17/+17 |
| | |||||
* | Generate button moved for simpler user experience | Ian Coleman | 2016-10-05 | 2 | -36/+50 |
| | |||||
* | Template code in comment for future tests. | Ian Coleman | 2016-10-05 | 1 | -0/+31 |
| | |||||
* | Test derivation from root key with other networks | Ian Coleman | 2016-10-05 | 1 | -0/+28 |
| | |||||
* | Test coin selection is used in derivation path | Ian Coleman | 2016-10-05 | 1 | -0/+28 |
| | |||||
* | Test github issue 23: derivation path on bip32 tab | Ian Coleman | 2016-10-05 | 1 | -1/+49 |
| | |||||
* | Test mnemonic is not sensitive to whitespace | Ian Coleman | 2016-10-05 | 1 | -0/+24 |
| | |||||
* | Test generate more addresses with privkeys hidden | Ian Coleman | 2016-10-05 | 1 | -0/+40 |
| | |||||
* | Test default word length is 15 | Ian Coleman | 2016-10-05 | 1 | -0/+14 |
| | |||||
* | Test derivation path containing invalid characters | Ian Coleman | 2016-10-03 | 1 | -0/+31 |
| | |||||
* | Test derivation path not starting with m | Ian Coleman | 2016-10-03 | 1 | -0/+32 |
| | |||||
* | Test incorrect root key shows error | Ian Coleman | 2016-10-03 | 1 | -0/+21 |
| | |||||
* | Test incorrect word shows suggested replacement | Ian Coleman | 2016-09-29 | 1 | -0/+21 |
| | |||||
* | Test incorrect mnemonic shows error | Ian Coleman | 2016-09-29 | 1 | -0/+51 |
| | |||||
* | Test derivation path changes for BIP32 root key | Ian Coleman | 2016-09-15 | 1 | -0/+29 |
| | |||||
* | Test phrase is retained unless user confirms | Ian Coleman | 2016-09-15 | 1 | -0/+27 |
| | |||||
* | Test setting BIP32 root key clears phrase | Ian Coleman | 2016-09-15 | 1 | -1/+31 |
| | |||||
* | Test BIP32 root key being set by user | Ian Coleman | 2016-09-14 | 1 | -0/+22 |
| | |||||
* | Derivation path for Block Explorers | Ian Coleman | 2016-09-05 | 2 | -0/+18 |
| | |||||
* | Test additional addresses ordering | Ian Coleman | 2016-09-05 | 1 | -0/+37 |
| | |||||
* | Test custom number of additional addresses | Ian Coleman | 2016-09-03 | 1 | -0/+37 |
| | |||||
* | Test more addresses can be generated | Ian Coleman | 2016-08-31 | 1 | -0/+27 |
| | |||||
* | Tests for namecoin and peercoin | Ian Coleman | 2016-08-30 | 1 | -0/+56 |
| | |||||
* | Merge pull request #29 from dangershony/master | iancoleman | 2016-08-30 | 3 | -0/+68 |
|\ | | | | | Adding peercoin and namecoin | ||||
| * | Merge branch 'master' of https://github.com/dangershony/dangershony.github.io | dangershony | 2016-08-25 | 1 | -38/+578 |
| |\ | |||||
| | * | Merge pull request #2 from dcpos/master | Dan Gershony | 2016-08-25 | 1 | -38/+578 |
| | |\ | | | | | | | | | Merge in to fork | ||||
| * | | | namecoin and peercoin | dangershony | 2016-08-25 | 3 | -0/+68 |
| |/ / | |||||
* | | | Test toggling private key visibility | Ian Coleman | 2016-08-26 | 1 | -0/+24 |
| | | | |||||
* | | | Test private keys are shown in address table | Ian Coleman | 2016-08-26 | 1 | -0/+23 |
| | | |