Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix to switch bip44 coin type path for mycelium when switching between ↵ | Robert Johnson | 2014-10-14 | 1 | -0/+3 | |
| | | | | bitcoin and bitcoin-testnet | |||||
* | Wordlists.js removed | Ian Coleman | 2014-10-13 | 3 | -2/+1 | |
| | ||||||
* | 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 | 2 | -3/+21 | |
| | ||||||
* | 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 | 2 | -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 removed | Ian Coleman | 2014-10-13 | 1 | -29/+3 | |
| | ||||||
* | fixed spacing, added missing tag | Robert Johnson | 2014-09-29 | 2 | -5/+5 | |
| | ||||||
* | allow for address change, while still allowing use of BIP44. | Robert Johnson | 2014-09-29 | 2 | -1/+16 | |
| | ||||||
* | Derivation path tabs display by network selection | Ian Coleman | 2014-09-30 | 1 | -0/+59 | |
| | ||||||
* | 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 | |
| | ||||||
* | New cells show with correct visibility | Ian Coleman | 2014-09-29 | 1 | -3/+25 | |
| | ||||||
* | Addresses shown in table as they're calculated | Ian Coleman | 2014-09-29 | 1 | -9/+21 | |
| | | | | Less waiting, and doesn't block the UI. | |||||
* | jsbip39 updated and asmcrypto replaced with sjcl | Ian Coleman | 2014-09-29 | 4 | -7515/+1116 | |
| | ||||||
* | UTF-8 strings handled correctly by asmCrypto | Ian Coleman | 2014-09-27 | 5 | -231/+254 | |
| | ||||||
* | Phrase is normalized before checking for errors | Ian Coleman | 2014-09-27 | 1 | -0/+1 | |
| | ||||||
* | mnemonic.normalizeString method made public | Ian Coleman | 2014-09-27 | 1 | -3/+3 | |
| | ||||||
* | passing in network to toWIF | Robert Johnson | 2014-09-26 | 1 | -1/+1 | |
| | ||||||
* | bip32.org format not used for seed | Ian Coleman | 2014-09-26 | 1 | -2/+1 | |
| | | | | | ie put the bip39 seed directly into bip32 without hashing it first like bip32.org does with passphrases. | |||||
* | 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 | |
| | ||||||
* | keyup event changed to input | Ian Coleman | 2014-09-25 | 1 | -7/+7 | |
| | | | | | prevents doing unnecessary calculations when pressing ctrl or arrow-keys etc. | |||||
* | Revert "Update only happens when phrase is changed" | Ian Coleman | 2014-09-25 | 1 | -17/+1 | |
| | | | | This reverts commit 04f789cdbdb8e50511efdf97c900f7f83662eedb. | |||||
* | Update only happens when phrase is changed | Ian Coleman | 2014-09-25 | 1 | -1/+17 | |
| | | | | ie not on keyup where the key is ctrl or arrow-key etc. | |||||
* | 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 | 2 | -4/+13 | |
| | ||||||
* | 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 | 5 | -0/+22910 | |