aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add CLAM.Chris Moore2015-08-202-0/+16
|
* Index column changed to PathIan Coleman2015-08-162-2/+3
|
* Additional coins added which have BIP44Ian Coleman2015-08-161-0/+21
| | | | see https://github.com/satoshilabs/docs/blob/master/slips/slip-0044.rst
* 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
|
* 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
|
* Dogecoin uses official BIP44 coin typeIan Coleman2014-10-151-2/+1
| | | | http://doc.satoshilabs.com/slips/slip-0044.html
* fix to switch bip44 coin type path for mycelium when switching between ↵Robert Johnson2014-10-141-0/+3
| | | | bitcoin and bitcoin-testnet
* 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
|
* fixed spacing, added missing tagRobert Johnson2014-09-292-5/+5
|
* 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-301-0/+59
|
* Tabs for derivation path have idsIan Coleman2014-09-301-2/+2
|
* Indenting is consistentIan Coleman2014-09-301-2/+5
|
* Unsupported coins removedIan Coleman2014-09-301-3/+0
| | | | These coins are only supported in versions of bitcoinjs-lib > 1.0.0
* Coin selection via select elementIan Coleman2014-09-301-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 asmcryptoIan Coleman2014-09-301-3/+3
|
* New cells show with correct visibilityIan Coleman2014-09-291-3/+25
|
* Addresses shown in table as they're calculatedIan Coleman2014-09-291-9/+21
| | | | Less waiting, and doesn't block the UI.
* jsbip39 updated and asmcrypto replaced with sjclIan Coleman2014-09-294-7515/+1116
|
* UTF-8 strings handled correctly by asmCryptoIan Coleman2014-09-275-231/+254
|
* Phrase is normalized before checking for errorsIan Coleman2014-09-271-0/+1
|
* mnemonic.normalizeString method made publicIan Coleman2014-09-271-3/+3
|
* passing in network to toWIFRobert Johnson2014-09-261-1/+1
|
* bip32.org format not used for seedIan Coleman2014-09-261-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 Coleman2014-09-251-3/+3
|
* "Loading..." shows in feedback while page loadsIan Coleman2014-09-251-1/+1
|
* keyup event changed to inputIan Coleman2014-09-251-7/+7
| | | | | prevents doing unnecessary calculations when pressing ctrl or arrow-keys etc.
* Revert "Update only happens when phrase is changed"Ian Coleman2014-09-251-17/+1
| | | | This reverts commit 04f789cdbdb8e50511efdf97c900f7f83662eedb.
* Update only happens when phrase is changedIan Coleman2014-09-251-1/+17
| | | | ie not on keyup where the key is ctrl or arrow-key etc.
* disabled changed to readonlyIan Coleman2014-09-251-6/+6
| | | | disabled form fields cannot be selected for copying in Firefox browser.
* Disabled fields use normal text-select cursorIan Coleman2014-09-251-0/+3
|
* add support for BIP39 passphrasePavol Rusnak2014-09-242-4/+13
|
* Help text has correct left paddingIan Coleman2014-09-241-1/+1
|
* Help text for entering your own phraseIan Coleman2014-09-241-0/+1
|
* Padding at bottom of pageIan Coleman2014-09-181-0/+3
|
* Offline Usage documentationIan Coleman2014-09-181-0/+27
|
* Acknowledgements and link to sourceIan Coleman2014-09-181-0/+55
|
* Move from private repoIan Coleman2014-09-185-0/+22910