aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2 from dcpos/masterDan Gershony2016-08-251-38/+578
|\ | | | | Merge in to fork
| * 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
| |
* | builddangershony2016-08-241-1/+1
| |
* | updatesdangershony2016-08-241-1/+1
| |
* | compiledangershony2016-08-231-0/+18
| |
* | Add dashDan Gershony2016-08-231-0/+7
| |
* | Add dashDan Gershony2016-08-231-0/+11
| |
* | Merge pull request #1 from dcpos/masterDan Gershony2016-08-235-46/+773
|\ \ | | | | | | merge
| | * Test table shows addressesIan Coleman2016-08-241-5/+27
| | |
| | * Test toggling derivation pathIan Coleman2016-08-241-0/+26
| | |
| | * Test hardened addressesIan Coleman2016-08-241-0/+37
| | |
| | * Test address table shows derivation pathIan Coleman2016-08-241-0/+24
| | |
| | * Test extended priv/pub keys with BIP32 tabIan Coleman2016-08-241-0/+59
| | |
| | * Test custom BIP32 derivation pathIan Coleman2016-08-241-2/+74
| | |
| | * Test BIP44 change fieldIan Coleman2016-08-231-2/+32
| | |
| | * Test BIP44 account fieldIan Coleman2016-08-231-0/+33
| | |
| | * Test BIP44 coin fieldIan Coleman2016-08-231-2/+31
| | |
| | * Test BIP44 purpose fieldIan Coleman2016-08-231-3/+34
| | |
| | * Test BIP44 extended private key is shownIan Coleman2016-08-231-0/+26
| | |
| | * Test BIP44 extended private keyIan Coleman2016-08-231-2/+24
| | |
| | * Test order is randomizedIan Coleman2016-08-231-0/+16
| | |
| | * Test BIP44 derivation path is shownIan Coleman2016-08-231-0/+24
| | |
| | * Test changing tabsIan Coleman2016-08-231-2/+31
| | |
| | * Tests use waitForGenerate, not magical setTimeoutIan Coleman2016-08-231-30/+59
| |/
| * Test bip32 root key as generated from mnemonicIan Coleman2016-08-231-0/+25
| |
| * Test bip39 seed value as generated from mnemonicIan Coleman2016-08-231-1/+24
| |
| * Tests for all other coins / networksIan Coleman2016-08-231-2/+218
| |
| * Tests for passphrase and coin selectionIan Coleman2016-08-234-29/+91
| |
| * Standalone has hardened addresses checkboxIan Coleman2016-08-231-1/+30
| |
| * Test suite using phantomjsIan Coleman2016-08-232-0/+217
| |
| * Bitcoin Core derivation path informationIan Coleman2016-08-231-0/+9
| |
| * Hardened Addresses checkboxIan Coleman2016-08-232-1/+21
| | | | | | | | This closes issue #25
| * BIP32 Root Key can be specified by userIan Coleman2016-08-233-24/+150
|/
* Words not in list show error with suggestionIan Coleman2016-08-154-2/+472
|
* Derivation Path errors are detected.Ian Coleman2016-08-152-2/+66
|
* Derivation Path global replaced with functionIan Coleman2016-08-152-92/+74
|
* Derivation path on network change is correct.Ian Coleman2016-08-012-2/+0
| | | | This closes #23
* Pull Request #18 in bip39-standalone.htmlIan Coleman2016-03-201-1/+10
|
* Merge pull request #20 from dooglus/ignore_space_changesiancoleman2016-03-202-2/+2
|\ | | | | Normalize whitespace before using mnemonic. Fixes #19.
| * Normalize whitespace before using mnemonic. Fixes #19.Chris Moore2016-03-192-2/+2
| |
* | Merge pull request #18 from kirillkovalenko/masteriancoleman2016-03-203-14/+23
|\ \ | |/ |/| BIP39 seed
| * Display BIP39 seedKirill Kovalenko2016-03-182-1/+10
| |
| * Make CSS and JS path relativeKirill Kovalenko2016-03-182-13/+13
|/
* Strength field uses select tagIan Coleman2015-10-233-32/+20
| | | | Closes #17
* Merge pull request #15 from dooglus/clamiancoleman2015-08-213-0/+32
|\ | | | | Add CLAM.
| * Add CLAM.Chris Moore2015-08-203-0/+32
| |
* | Default mnemonic length is 15Ian Coleman2015-08-212-2/+2
| | | | | | | | Closes #11