aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Dice entropy conversion to Base 6 is simplerIan Coleman2016-11-072-5/+6
| | | | | Old: Every dice roll is reduced by 1 New: Replace all 6s with 0s
* Cards can be used for entropyIan Coleman2016-11-073-97/+278
| | | | 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-072-70/+176
|
* jsbip39 updated to latest versionIan Coleman2016-11-071-1/+1
|
* Entropy can be supplied by userIan Coleman2016-11-045-14/+4465
|
* Table uses monospace font.Ian Coleman2016-11-032-2/+8
| | | | See https://github.com/iancoleman/bip39/issues/32#issuecomment-257776567
* Public key column in table, shown as hexIan Coleman2016-11-024-4/+96
|
* Languages no longer experimental.Ian Coleman2016-10-212-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.htmlIan Coleman2016-10-201-18/+1426
|
* Languages without unit tests marked 'experimental'Ian Coleman2016-10-201-1/+2
|
* Multiple language functionality addedIan Coleman2016-10-202-15/+145
|
* jsBip39 and wordlists updated with new languagesIan Coleman2016-10-208-3/+1265
|
* Non-English language tests addedIan Coleman2016-10-201-0/+148
|
* Languages html to select languageIan Coleman2016-10-201-0/+15
|
* Links and author changed to iancolemanIan Coleman2016-10-114-17/+17
|
* Generate button moved for simpler user experienceIan Coleman2016-10-052-36/+50
|
* Template code in comment for future tests.Ian Coleman2016-10-051-0/+31
|
* Test derivation from root key with other networksIan Coleman2016-10-051-0/+28
|
* Test coin selection is used in derivation pathIan Coleman2016-10-051-0/+28
|
* Test github issue 23: derivation path on bip32 tabIan Coleman2016-10-051-1/+49
|
* Test mnemonic is not sensitive to whitespaceIan Coleman2016-10-051-0/+24
|
* Test generate more addresses with privkeys hiddenIan Coleman2016-10-051-0/+40
|
* Test default word length is 15Ian Coleman2016-10-051-0/+14
|
* Test derivation path containing invalid charactersIan Coleman2016-10-031-0/+31
|
* Test derivation path not starting with mIan Coleman2016-10-031-0/+32
|
* Test incorrect root key shows errorIan Coleman2016-10-031-0/+21
|
* Test incorrect word shows suggested replacementIan Coleman2016-09-291-0/+21
|
* Test incorrect mnemonic shows errorIan Coleman2016-09-291-0/+51
|
* Test derivation path changes for BIP32 root keyIan Coleman2016-09-151-0/+29
|
* Test phrase is retained unless user confirmsIan Coleman2016-09-151-0/+27
|
* Test setting BIP32 root key clears phraseIan Coleman2016-09-151-1/+31
|
* Test BIP32 root key being set by userIan Coleman2016-09-141-0/+22
|
* Derivation path for Block ExplorersIan Coleman2016-09-052-0/+18
|
* Test additional addresses orderingIan Coleman2016-09-051-0/+37
|
* Test custom number of additional addressesIan Coleman2016-09-031-0/+37
|
* Test more addresses can be generatedIan Coleman2016-08-311-0/+27
|
* Tests for namecoin and peercoinIan Coleman2016-08-301-0/+56
|
* Merge pull request #29 from dangershony/masteriancoleman2016-08-303-0/+68
|\ | | | | Adding peercoin and namecoin
| * Merge branch 'master' of https://github.com/dangershony/dangershony.github.iodangershony2016-08-251-38/+578
| |\
| | * Merge pull request #2 from dcpos/masterDan Gershony2016-08-251-38/+578
| | |\ | | | | | | | | Merge in to fork
| * | | namecoin and peercoindangershony2016-08-253-0/+68
| |/ /
* | | Test toggling private key visibilityIan Coleman2016-08-261-0/+24
| | |
* | | Test private keys are shown in address tableIan Coleman2016-08-261-0/+23
| | |
* | | Test toggling address visibilityIan Coleman2016-08-261-1/+26
| | |
* | | Test ordering of addresses in tableIan Coleman2016-08-261-0/+31
| |/ |/|
* | Test placeholder for github issue 26Ian Coleman2016-08-251-0/+3
| |
* | Test for DASH coinIan Coleman2016-08-251-0/+28
| |
* | Merge pull request #27 from dangershony/masteriancoleman2016-08-253-2/+38
|\| | | | | Adding DASH and fixing the root key network bug
| * update root key networkdangershony2016-08-242-2/+2
| |