aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* | Typo privkeCell > privkeyCellIan Coleman2015-08-212-2/+2
| | | | | | | | Closes #12
* | Derivation path set correctly when changing coinsIan Coleman2015-08-212-2/+2
|/ | | | Closes #9
* Index column changed to PathIan Coleman2015-08-163-4/+6
|
* Additional coins added which have BIP44Ian Coleman2015-08-162-0/+42
| | | | see https://github.com/satoshilabs/docs/blob/master/slips/slip-0044.rst
* Standalone contains ShadowCashIan Coleman2015-08-161-41/+67
|
* Wallet tabs removed, added text to BIP32 tabIan Coleman2015-08-162-41/+25
|
* ShadowCash added to UIIan Coleman2015-08-161-0/+14
|
* ShadowCash networks added to bitcoinjsIan Coleman2015-08-162-0/+28
|
* compile.py generates bip39-standalone.htmlIan Coleman2015-08-163-27986/+8748
|
* Brainwallet link works, must use web archiveIan Coleman2015-08-161-1/+1
|
* CDN removed for js/css librariesIan Coleman2015-08-164-3/+18
|
* bitcoinjs 1.0.0 changed to bitcoinjs 1.5.7Ian Coleman2015-08-164-14470/+12690
|
* Network select populated automatically by jsIan Coleman2015-08-162-16/+19
|
* Network-specific javascript refactoredIan Coleman2015-08-161-17/+38
|
* Merge pull request #8 from dasource/masteriancoleman2015-08-161-1/+37
|\ | | | | Add ShadowCash
| * Added feePerKbdasource2015-08-131-4/+4
| |
| * Updated BIP44 indexdasource2015-08-131-8/+6
| |
| * Add Shadow and Shadow Testnetdasource2015-07-211-1/+39
|/
* Dogecoin uses official BIP44 coin typeIan Coleman2014-10-152-4/+2
| | | | http://doc.satoshilabs.com/slips/slip-0044.html
* Merge pull request #4 from robjohnson189/mycelium_testnet_fixiancoleman2014-10-152-0/+6
|\ | | | | | | | | Mycelium Path Fix Thanks, I had forgotten to test mycelium testnet wallet. Good catch!
| * fix to switch bip44 coin type path for mycelium when switching between ↵Robert Johnson2014-10-142-0/+6
|/ | | | bitcoin and bitcoin-testnet
* Standalone update: coin select, hive and myceliumIan Coleman2014-10-131-85/+65
| | | | | | Coin selection is simplified in the GUI. Hive Wallet tab is added to derivation paths. Mycelium Wallet tab is added to derivation paths.
* Wordlists.js removedIan Coleman2014-10-133-2/+1
|
* Mycelium Wallet is an option for derivation pathIan Coleman2014-10-131-0/+18
|
* Hive Wallet added as an option for derivation pathIan Coleman2014-10-132-3/+21
|
* Coin select input moved below passphrase inputIan Coleman2014-10-131-11/+11
|
* Coin selection is done from a single controlIan Coleman2014-10-132-30/+2
| | | | | There were three places to select the coin type, which was getting confusing. Only one place to select it is needed.
* BIP44 tab is always visible, unused code removedIan Coleman2014-10-131-29/+3
|
* Merge pull request #3 from robjohnson189/coin_selectioniancoleman2014-10-133-2/+32
|\ | | | | Coin selection
| * fixed spacing, added missing tagRobert Johnson2014-09-293-10/+11
| |
| * updated standaloneRobert Johnson2014-09-291-1/+15
| |
| * allow for address change, while still allowing use of BIP44.Robert Johnson2014-09-292-1/+16
|/
* Derivation path tabs display by network selectionIan Coleman2014-09-302-0/+118
|
* Tabs for derivation path have idsIan Coleman2014-09-302-4/+4
|
* Indenting is consistentIan Coleman2014-09-302-4/+10
|
* Unsupported coins removedIan Coleman2014-09-302-6/+0
| | | | These coins are only supported in versions of bitcoinjs-lib > 1.0.0