Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Index column changed to Path | Ian Coleman | 2015-08-16 | 3 | -4/+6 |
| | |||||
* | Additional coins added which have BIP44 | Ian Coleman | 2015-08-16 | 2 | -0/+42 |
| | | | | see https://github.com/satoshilabs/docs/blob/master/slips/slip-0044.rst | ||||
* | Standalone contains ShadowCash | Ian Coleman | 2015-08-16 | 1 | -41/+67 |
| | |||||
* | Wallet tabs removed, added text to BIP32 tab | Ian Coleman | 2015-08-16 | 2 | -41/+25 |
| | |||||
* | ShadowCash added to UI | Ian Coleman | 2015-08-16 | 1 | -0/+14 |
| | |||||
* | ShadowCash networks added to bitcoinjs | Ian Coleman | 2015-08-16 | 2 | -0/+28 |
| | |||||
* | compile.py generates bip39-standalone.html | Ian Coleman | 2015-08-16 | 3 | -27986/+8748 |
| | |||||
* | 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 | 4 | -3/+18 |
| | |||||
* | bitcoinjs 1.0.0 changed to bitcoinjs 1.5.7 | Ian Coleman | 2015-08-16 | 4 | -14470/+12690 |
| | |||||
* | Network select populated automatically by js | Ian Coleman | 2015-08-16 | 2 | -16/+19 |
| | |||||
* | Network-specific javascript refactored | Ian Coleman | 2015-08-16 | 1 | -17/+38 |
| | |||||
* | Merge pull request #8 from dasource/master | iancoleman | 2015-08-16 | 1 | -1/+37 |
|\ | | | | | Add ShadowCash | ||||
| * | Added feePerKb | dasource | 2015-08-13 | 1 | -4/+4 |
| | | |||||
| * | Updated BIP44 index | dasource | 2015-08-13 | 1 | -8/+6 |
| | | |||||
| * | Add Shadow and Shadow Testnet | dasource | 2015-07-21 | 1 | -1/+39 |
|/ | |||||
* | Dogecoin uses official BIP44 coin type | Ian Coleman | 2014-10-15 | 2 | -4/+2 |
| | | | | http://doc.satoshilabs.com/slips/slip-0044.html | ||||
* | Merge pull request #4 from robjohnson189/mycelium_testnet_fix | iancoleman | 2014-10-15 | 2 | -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 Johnson | 2014-10-14 | 2 | -0/+6 |
|/ | | | | bitcoin and bitcoin-testnet | ||||
* | Standalone update: coin select, hive and mycelium | Ian Coleman | 2014-10-13 | 1 | -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 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 |
| | |||||
* | Merge pull request #3 from robjohnson189/coin_selection | iancoleman | 2014-10-13 | 3 | -2/+32 |
|\ | | | | | Coin selection | ||||
| * | fixed spacing, added missing tag | Robert Johnson | 2014-09-29 | 3 | -10/+11 |
| | | |||||
| * | updated standalone | Robert Johnson | 2014-09-29 | 1 | -1/+15 |
| | | |||||
| * | 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 | 2 | -0/+118 |
| | |||||
* | Tabs for derivation path have ids | Ian Coleman | 2014-09-30 | 2 | -4/+4 |
| | |||||
* | Indenting is consistent | Ian Coleman | 2014-09-30 | 2 | -4/+10 |
| | |||||
* | Unsupported coins removed | Ian Coleman | 2014-09-30 | 2 | -6/+0 |
| | | | | These coins are only supported in versions of bitcoinjs-lib > 1.0.0 | ||||
* | 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. |