Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Coin selection via select element | Ian Coleman | 2014-09-30 | 2 | -0/+48 | |
| | | | | | | | 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 | 2 | -6/+6 | |
| | ||||||
* | bip39-standalone uses sjcl | Ian Coleman | 2014-09-29 | 1 | -7502/+1137 | |
| | ||||||
* | 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 | |
| | ||||||
* | bip39-standalone updated | Ian Coleman | 2014-09-27 | 1 | -218/+17721 | |
| | | | | | Latest asmcrypto.js and jsbip39.js Unminified bootstrap and jquery | |||||
* | 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 | 2 | -0/+2 | |
| | ||||||
* | mnemonic.normalizeString method made public | Ian Coleman | 2014-09-27 | 2 | -6/+6 | |
| | ||||||
* | Merge pull request #2 from robjohnson189/networkfix | iancoleman | 2014-09-27 | 2 | -2/+2 | |
|\ | | | | | passing in network to toWIF | |||||
| * | passing in network to toWIF | Robert Johnson | 2014-09-26 | 2 | -2/+2 | |
|/ | ||||||
* | bip32.org format not used for seed | Ian Coleman | 2014-09-26 | 2 | -4/+2 | |
| | | | | | 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 | 2 | -7/+7 | |
| | ||||||
* | "Loading..." shows in feedback while page loads | Ian Coleman | 2014-09-25 | 2 | -2/+2 | |
| | ||||||
* | keyup event changed to input | Ian Coleman | 2014-09-25 | 2 | -14/+14 | |
| | | | | | prevents doing unnecessary calculations when pressing ctrl or arrow-keys etc. | |||||
* | Revert "Update only happens when phrase is changed" | Ian Coleman | 2014-09-25 | 2 | -34/+2 | |
| | | | | This reverts commit 04f789cdbdb8e50511efdf97c900f7f83662eedb. | |||||
* | Update only happens when phrase is changed | Ian Coleman | 2014-09-25 | 2 | -2/+34 | |
| | | | | ie not on keyup where the key is ctrl or arrow-key etc. | |||||
* | disabled changed to readonly | Ian Coleman | 2014-09-25 | 2 | -12/+12 | |
| | | | | disabled form fields cannot be selected for copying in Firefox browser. | |||||
* | Disabled fields use normal text-select cursor | Ian Coleman | 2014-09-25 | 2 | -0/+6 | |
| | ||||||
* | Duplicate address table removed | Ian Coleman | 2014-09-25 | 1 | -73/+0 | |
| | ||||||
* | Support for optional passphrase in offline page | Ian Coleman | 2014-09-25 | 1 | -3/+12 | |
| | ||||||
* | Merge pull request #1 from prusnak/master | iancoleman | 2014-09-25 | 2 | -4/+13 | |
|\ | | | | | add support for optional passphrase | |||||
| * | add support for BIP39 passphrase | Pavol Rusnak | 2014-09-24 | 2 | -4/+13 | |
|/ | ||||||
* | Help text has correct left padding | Ian Coleman | 2014-09-24 | 2 | -2/+2 | |
| | ||||||
* | Help text for entering your own phrase | Ian Coleman | 2014-09-24 | 2 | -0/+2 | |
| | ||||||
* | bip32-standalone.html updated | Ian Coleman | 2014-09-18 | 1 | -0/+158 | |
| | ||||||
* | 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 | 2 | -1/+56 | |
| | ||||||
* | Move from private repo | Ian Coleman | 2014-09-18 | 7 | -0/+45883 | |