Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Multiple language functionality added | Ian Coleman | 2016-10-20 | 1 | -0/+3 |
| | |||||
* | jsBip39 and wordlists updated with new languages | Ian Coleman | 2016-10-20 | 1 | -0/+6 |
| | |||||
* | Languages html to select language | Ian Coleman | 2016-10-20 | 1 | -0/+15 |
| | |||||
* | Links and author changed to iancoleman | Ian Coleman | 2016-10-11 | 1 | -5/+5 |
| | |||||
* | Generate button moved for simpler user experience | Ian Coleman | 2016-10-05 | 1 | -18/+25 |
| | |||||
* | Derivation path for Block Explorers | Ian Coleman | 2016-09-05 | 1 | -0/+9 |
| | |||||
* | Tests for passphrase and coin selection | Ian Coleman | 2016-08-23 | 1 | -8/+8 |
| | |||||
* | Bitcoin Core derivation path information | Ian Coleman | 2016-08-23 | 1 | -0/+9 |
| | |||||
* | Hardened Addresses checkbox | Ian Coleman | 2016-08-23 | 1 | -0/+7 |
| | | | | This closes issue #25 | ||||
* | BIP32 Root Key can be specified by user | Ian Coleman | 2016-08-23 | 1 | -1/+1 |
| | |||||
* | Words not in list show error with suggestion | Ian Coleman | 2016-08-15 | 1 | -0/+1 |
| | |||||
* | Display BIP39 seed | Kirill Kovalenko | 2016-03-18 | 1 | -0/+6 |
| | |||||
* | Make CSS and JS path relative | Kirill Kovalenko | 2016-03-18 | 1 | -9/+9 |
| | |||||
* | Strength field uses select tag | Ian Coleman | 2015-10-23 | 1 | -1/+10 |
| | | | | Closes #17 | ||||
* | Default mnemonic length is 15 | Ian Coleman | 2015-08-21 | 1 | -1/+1 |
| | | | | Closes #11 | ||||
* | Index column changed to Path | Ian Coleman | 2015-08-16 | 1 | -1/+1 |
| | |||||
* | Wallet tabs removed, added text to BIP32 tab | Ian Coleman | 2015-08-16 | 1 | -38/+25 |
| | |||||
* | ShadowCash networks added to bitcoinjs | Ian Coleman | 2015-08-16 | 1 | -0/+1 |
| | |||||
* | Brainwallet link works, must use web archive | Ian Coleman | 2015-08-16 | 1 | -1/+1 |
| | |||||
* | CDN removed for js/css libraries | Ian Coleman | 2015-08-16 | 1 | -3/+3 |
| | |||||
* | bitcoinjs 1.0.0 changed to bitcoinjs 1.5.7 | Ian Coleman | 2015-08-16 | 1 | -1/+1 |
| | |||||
* | Network select populated automatically by js | Ian Coleman | 2015-08-16 | 1 | -4/+1 |
| | |||||
* | Wordlists.js removed | Ian Coleman | 2014-10-13 | 1 | -1/+0 |
| | |||||
* | Mycelium Wallet is an option for derivation path | Ian Coleman | 2014-10-13 | 1 | -0/+18 |
| | |||||
* | Hive Wallet added as an option for derivation path | Ian Coleman | 2014-10-13 | 1 | -2/+20 |
| | |||||
* | Coin select input moved below passphrase input | Ian Coleman | 2014-10-13 | 1 | -11/+11 |
| | |||||
* | Coin selection is done from a single control | Ian Coleman | 2014-10-13 | 1 | -21/+0 |
| | | | | | There were three places to select the coin type, which was getting confusing. Only one place to select it is needed. | ||||
* | fixed spacing, added missing tag | Robert Johnson | 2014-09-29 | 1 | -1/+1 |
| | |||||
* | allow for address change, while still allowing use of BIP44. | Robert Johnson | 2014-09-29 | 1 | -0/+11 |
| | |||||
* | Tabs for derivation path have ids | Ian Coleman | 2014-09-30 | 1 | -2/+2 |
| | |||||
* | Indenting is consistent | Ian Coleman | 2014-09-30 | 1 | -2/+5 |
| | |||||
* | Unsupported coins removed | Ian Coleman | 2014-09-30 | 1 | -3/+0 |
| | | | | These coins are only supported in versions of bitcoinjs-lib > 1.0.0 | ||||
* | Coin selection via select element | Ian Coleman | 2014-09-30 | 1 | -0/+24 |
| | | | | | | | BIP44 only supports three coins http://doc.satoshilabs.com/slips/slip-0044.html bitcoinjs-lib supports seven coins https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/src/networks.js | ||||
* | Acknowledgements has sjcl instead of asmcrypto | Ian Coleman | 2014-09-30 | 1 | -3/+3 |
| | |||||
* | jsbip39 updated and asmcrypto replaced with sjcl | Ian Coleman | 2014-09-29 | 1 | -1/+1 |
| | |||||
* | UTF-8 strings handled correctly by asmCrypto | Ian Coleman | 2014-09-27 | 1 | -0/+2 |
| | |||||
* | Standardized words, 'phrase' changed to 'mnemonic' | Ian Coleman | 2014-09-25 | 1 | -3/+3 |
| | |||||
* | "Loading..." shows in feedback while page loads | Ian Coleman | 2014-09-25 | 1 | -1/+1 |
| | |||||
* | disabled changed to readonly | Ian Coleman | 2014-09-25 | 1 | -6/+6 |
| | | | | disabled form fields cannot be selected for copying in Firefox browser. | ||||
* | Disabled fields use normal text-select cursor | Ian Coleman | 2014-09-25 | 1 | -0/+3 |
| | |||||
* | add support for BIP39 passphrase | Pavol Rusnak | 2014-09-24 | 1 | -1/+7 |
| | |||||
* | Help text has correct left padding | Ian Coleman | 2014-09-24 | 1 | -1/+1 |
| | |||||
* | Help text for entering your own phrase | Ian Coleman | 2014-09-24 | 1 | -0/+1 |
| | |||||
* | Padding at bottom of page | Ian Coleman | 2014-09-18 | 1 | -0/+3 |
| | |||||
* | Offline Usage documentation | Ian Coleman | 2014-09-18 | 1 | -0/+27 |
| | |||||
* | Acknowledgements and link to source | Ian Coleman | 2014-09-18 | 1 | -0/+55 |
| | |||||
* | Move from private repo | Ian Coleman | 2014-09-18 | 1 | -0/+257 |