aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Allow converting mnemonic back to raw entropy valueKevin Cernekee2018-10-282-16/+44
| | | | | | | | | | | | | | | | | | | | | Currently, this sequence produces an unexpected result: 1) Navigate to bip39-standalone.html 2) Paste a known-good mnemonic into the BIP39 Mnemonic field 3) Select "Show entropy details" This will erase the BIP39 Mnemonic field and most of the derived address/key information. It shows an empty Entropy field, and zeroes for Event Count, Bits Per Event, Raw Entropy Words, Total Bits, etc. However, it will show valid Word Indexes and BIP39 Seed. The way to fix it is to convert the mnemonic back into a raw entropy value and populate it in DOM.entropy, so that everything stays consistent. This will only happen if the mnemonic is manually entered by the user, not if phraseChanged() is triggered by hand-editing the entropy value.
* Added PRJ - ProjectCoinPawel Cioch2018-10-212-0/+18
|
* Merge branch 'master' into bitcoin-greeniancoleman2018-10-152-0/+18
|\
| * Add ANONKevin van der Poll2018-10-112-0/+18
| |
* | Added BITG - Bitcoin GreenPawel Cioch2018-10-102-0/+18
|/
* added DigiByte segwit parametersMatthew Cornelisse2018-10-021-0/+28
|
* Add BitCloud and MegacoinDavid B2018-09-202-0/+36
|
* Added Artax as HD 219 from proposed ↵Pawel Cioch2018-09-132-0/+18
| | | | https://github.com/satoshilabs/slips/pull/363
* Add ExchangeCoinharzo2018-09-052-0/+18
|
* Merge pull request #246 from hatgit/patch-1iancoleman2018-09-031-3/+3
|\ | | | | Update index.html
| * Update index.htmlSteven Hatzakis2018-09-011-1/+2
| |
| * Update index.htmlSteven Hatzakis2018-08-311-1/+1
| |
| * Update index.htmlSteven Hatzakis2018-08-311-2/+2
| |
| * Update index.htmlSteven Hatzakis2018-08-311-1/+1
| |
| * Update index.htmlSteven Hatzakis2018-08-281-7/+6
| | | | | | I think changing slightly the position of the generate button and re-wording the sentence as proposed will enhance the UX a little bit, I've also proposed to change the default selected word count to 12 from 15 (as 12 are more widely used).
* | Added CryptoescudoVitório Damas2018-08-281-0/+7
| | | | | | | | Committer: Vitorio Damas <vitoriodamas@gmail.com>
* | Fixed Salus and added CryptoescudoVitório Damas2018-08-281-0/+12
|/
* Salus (SLS) support addedStoner192018-08-212-0/+17
|
* Merge pull request #234 from h4x3rotab/h4x3rotab-btgiancoleman2018-08-142-1/+27
|\ | | | | Add SegWit support for BTG
| * Add SegWit spec for Bitcoin Goldh4x3rotab2018-07-311-0/+26
| |
| * Update BTG signing messageh4x3rotab2018-07-311-1/+1
| |
* | Release v0.3.8sBeachM2018-08-101-1/+1
| |
* | add stash parametersBeachM2018-08-102-0/+36
|/
* Release v0.3.8Ian Coleman2018-07-261-1/+1
|
* Remove duplicate id properties on html elementsIan Coleman2018-07-261-30/+30
| | | | Closes #224
* Update bitcore network parametersIan Coleman2018-07-261-2/+2
| | | | Closes #231
* Merge pull request #216 from Coinomi/ethereum-likeiancoleman2018-07-261-8/+79
|\ | | | | Add ETC, PIRL, CLO, MIX, MUSIC, POA, EXP, and coinomi/ledger client o…
| * Merge branch 'master' into ethereum-likexarakas2018-06-184-205/+217
| |\
| * | Add ETC, PIRL, CLO, MIX, MUSIC, POA, EXP, and coinomi/ledger client option ↵xarakas2018-05-151-9/+79
| | | | | | | | | | | | in bip32 tab
* | | Merge pull request #229 from majikandy/patch-2iancoleman2018-07-262-1/+19
|\ \ \ | | | | | | | | Added TSTRAT
| * \ \ Merge pull request #1 from majikandy/patch-3Andy Davis2018-07-161-1/+12
| |\ \ \ | | | | | | | | | | Update bitcoinjs-extensions.js
| | * | | Update bitcoinjs-extensions.jsAndy Davis2018-07-161-1/+12
| | | |/ | | |/|
| * / | Added TSTRATAndy Davis2018-07-161-0/+7
| |/ /
* | | Hush coinPawel Cioch2018-07-232-0/+18
| | |
* | | SYScoin fix for WIF private address formatPawel Cioch2018-07-231-1/+1
|/ /
* | Add litecoin p2wpkh parametersIan Coleman2018-05-301-0/+13
| | | | | | | | | | From electrum-ltc https://github.com/pooler/electrum-ltc/blob/48996679e198dab0839a2613289af8ba250b4f34/lib/constants.py
* | Release v0.3.7Ian Coleman2018-05-291-1/+1
| |
* | Fix typo - reddoin/reddcoinIan Coleman2018-05-291-1/+1
| |
* | Add visual privacy safeguard for private dataIan Coleman2018-05-293-15/+40
| |
* | Parse extended root key regardless of prefixIan Coleman2018-05-291-0/+62
| |
* | Hide 'calculating' feedback if segwit unavailableIan Coleman2018-05-291-0/+1
| |
* | Replace hasSegwit variable with test for paramsIan Coleman2018-05-291-124/+17
| |
* | Add BIP84 unavailable indicator to UIIan Coleman2018-05-292-63/+79
| |
* | Merge pull request #219 from cryptostorage/masteriancoleman2018-05-291-2/+2
|\ \ | | | | | | Fix incorrect address generation for altcoins with BIP38 enabled
| * | undo zcash max payload length fixwoodser2018-05-211-1/+1
| | |
| * | increase maximum payload length for zcashwoodser2018-05-181-1/+1
| | |
| * | Fix incorrect address generation for altcoins with bip38woodser2018-05-181-2/+2
| |/
* | Update index.htmlViacheslav Bakshaev2018-05-261-1/+1
| | | | | | html: missed closing </span>
* | Add Litecoin bech32 HRPLoshan T2018-05-161-0/+1
|/
* Add BTCP, BTCZ, ZCL, ZENxarakas2018-05-142-0/+95
|