aboutsummaryrefslogtreecommitdiff
path: root/src/js
Commit message (Collapse)AuthorAgeFilesLines
* namecoin and peercoindangershony2016-08-252-0/+34
|
* update root key networkdangershony2016-08-241-1/+1
|
* updatesdangershony2016-08-241-1/+1
|
* Add dashDan Gershony2016-08-231-0/+7
|
* Add dashDan Gershony2016-08-231-0/+11
|
* Tests for passphrase and coin selectionIan Coleman2016-08-231-3/+8
|
* Hardened Addresses checkboxIan Coleman2016-08-231-1/+14
| | | | This closes issue #25
* BIP32 Root Key can be specified by userIan Coleman2016-08-231-11/+74
|
* Words not in list show error with suggestionIan Coleman2016-08-152-1/+235
|
* Derivation Path errors are detected.Ian Coleman2016-08-151-1/+33
|
* Derivation Path global replaced with functionIan Coleman2016-08-151-46/+37
|
* Derivation path on network change is correct.Ian Coleman2016-08-011-1/+0
| | | | This closes #23
* Merge pull request #20 from dooglus/ignore_space_changesiancoleman2016-03-201-1/+1
|\ | | | | Normalize whitespace before using mnemonic. Fixes #19.
| * Normalize whitespace before using mnemonic. Fixes #19.Chris Moore2016-03-191-1/+1
| |
* | Display BIP39 seedKirill Kovalenko2016-03-181-1/+4
|/
* Strength field uses select tagIan Coleman2015-10-231-15/+0
| | | | Closes #17
* Merge pull request #15 from dooglus/clamiancoleman2015-08-212-0/+16
|\ | | | | Add CLAM.
| * Add CLAM.Chris Moore2015-08-202-0/+16
| |
* | Typo privkeCell > privkeyCellIan Coleman2015-08-211-1/+1
| | | | | | | | Closes #12
* | Derivation path set correctly when changing coinsIan Coleman2015-08-211-1/+1
|/ | | | Closes #9
* Index column changed to PathIan Coleman2015-08-161-1/+2
|
* 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-161-3/+0
|
* ShadowCash added to UIIan Coleman2015-08-161-0/+14
|
* ShadowCash networks added to bitcoinjsIan Coleman2015-08-161-0/+27
|
* CDN removed for js/css librariesIan Coleman2015-08-162-0/+10
|
* bitcoinjs 1.0.0 changed to bitcoinjs 1.5.7Ian Coleman2015-08-163-14469/+12689
|
* Network select populated automatically by jsIan Coleman2015-08-161-12/+18
|
* 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-132-1/+1
|
* Hive Wallet added as an option for derivation pathIan Coleman2014-10-131-1/+1
|
* Coin selection is done from a single controlIan Coleman2014-10-131-9/+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-291-4/+4
|
* allow for address change, while still allowing use of BIP44.Robert Johnson2014-09-291-1/+5
|
* Derivation path tabs display by network selectionIan Coleman2014-09-301-0/+59
|
* 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-293-7514/+1115
|
* UTF-8 strings handled correctly by asmCryptoIan Coleman2014-09-274-231/+252
|
* 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.
* 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.
* add support for BIP39 passphrasePavol Rusnak2014-09-241-3/+6
|