aboutsummaryrefslogtreecommitdiff
path: root/src/js
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | Fix syscoinPavlos Tzegiannakis2019-09-171-6/+6
| | | |/ /
| | | * | Enable segwit for MONKEY, BCA, BTX, MONA, SYS, VIA, DOGEt, LTCtPavlos Tzegiannakis2019-09-131-0/+234
| | | | |
| | * | | Merge pull request #319 from energywebfoundation/masteriancoleman2019-11-111-1/+9
| | |\ \ \ | | | | | | | | | | | | Add EWT
| | | * | | Add EWTGarrett MacDonald2019-04-241-1/+9
| | | | | |
| | * | | | Merge pull request #280 from mctrivia/add-hack-time-for-split-cardsiancoleman2019-11-111-0/+13
| | |\ \ \ \ | | | | | | | | | | | | | | Add hack time calculation for Split Mnemonic Cards
| | | * | | | added code to calculate hack time of split cardsMatthew Cornelisse2018-11-281-0/+13
| | | | | | |
| | * | | | | Merge pull request #279 from mctrivia/masteriancoleman2019-11-111-0/+28
| | |\| | | | | | | | | | | | | | | | | | Added Split Phrase Card Output
| | | * | | | Added 2/3 Seed CardMatthew Cornelisse2018-11-201-0/+28
| | | | | | |
| | * | | | | Merge pull request #271 from cernekee/localiancoleman2019-11-112-16/+44
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | | Allow converting mnemonic back to raw entropy value
| | | * | | | 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.
| * | | | | | Add a button to remove the "change" in the derivation path for ethereumIsmaël Bouya2019-10-291-19/+49
| |/ / / / /
* / / / / / added Thought network specAndrew2019-11-052-4/+22
|/ / / / /
* | | | / Add GroestlcoinHashEngineering2019-09-135-3/+46890
| |_|_|/ |/| | |
* | | | Fix trailing whitespaceIan Coleman2019-09-138-73/+72
| | | |
* | | | Change levenshtein library to fixed version 2.0.6Ian Coleman2019-09-121-148/+75
| | | |
* | | | Merge pull request #352 from PavlosTze/bsv-rpd-monkey-aryaiancoleman2019-09-122-0/+73
|\ \ \ \ | | | | | | | | | | Support BSV, RPD, MONKEY, ARYA
| * | | | Support BSV, RPD, MONKEY, ARYAPavlos Tzegiannakis2019-09-022-0/+73
| | | | |
* | | | | Merge pull request #355 from zhanghangorg/masteriancoleman2019-09-121-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Zencash renamed Horizen
| * | | | | Zencash was renamed Horizen in 2018zhanghang2019-09-111-1/+1
| |/ / / /
* / / / / Added HUSH3 encoding and kept old as Legacy for users to be able to cross verifyPawel Cioch2019-09-102-1/+19
|/ / / /
* | | | Merge pull request #345 from flyfoxuk/masteriancoleman2019-08-012-0/+22
|\ \ \ \ | | | | | | | | | | Added CSC (CasinoCoin) with test
| * | | | Added CSC (CasinoCoin) with testChris2019-07-182-0/+22
| | | | |
* | | | | Merge branch 'master' into masteriancoleman2019-08-012-0/+19
|\ \ \ \ \
| * \ \ \ \ Merge pull request #341 from Cryptarchist/support_wagerriancoleman2019-08-012-0/+18
| |\ \ \ \ \ | | |/ / / / | |/| | | | Add support for Wagerr
| | * | | | Add support for WagerrCryptarchist2019-07-162-0/+18
| | | | | |
* | | | | | Add CPUchain supportMin Khang Aung2019-07-173-0/+44
|/ / / / /
* / / / / Added support for VeChain, hdcoin 818, same address formats as ETHMatt Robertson2019-07-041-0/+8
|/ / / /
* | | | Remove Monkey network, test was failing.Ian Coleman2019-07-042-18/+0
| | | | | | | | | | | | | | | | See https://github.com/iancoleman/bip39/pull/335#issuecomment-500638649
* | | | Order networks alphabeticallyIan Coleman2019-07-041-7/+7
| | | |
* | | | Merge pull request #339 from NewCapital/masteriancoleman2019-07-042-1/+73
|\ \ \ \ | | | | | | | | | | Adding support for TWINS and FIX coins
| * | | | Adding FIX coin supportyurykk2019-06-272-0/+36
| | | | |
| * | | | Adding TWINS coin supportyurykk2019-06-272-1/+37
| | | | |
* | | | | Merge pull request #287 from sui77/masteriancoleman2019-07-042-0/+42536
|\ \ \ \ \ | |/ / / / |/| | | | XLM Stellar Lumens
| * | | | use dummyNetwork for stellarSuat Özgür2019-06-122-2/+9
| | | | |
| * | | | update stellar definitionSuat Özgür2019-06-121-2/+1
| | | | |
| * | | | stellar-util: remove uglifySuat Özgür2019-06-121-1/+42509
| | | | |
| * | | | Merge branch 'master' into masterSuat Özgür2019-05-255-40/+27958
| |\ \ \ \
| * | | | | bugfixSuat Özgür2019-05-251-1/+1
| | | | | |
| * | | | | Merge branch 'master' into masterSuat Özgür2018-12-179-12707/+45480
| |\ \ \ \ \
| * | | | | | adding xlm stellarSuat Özgür2018-12-172-41522/+7
| | | | | | |
| * | | | | | adding xlm stellarSuat Özgür2018-12-172-0/+41536
| | | | | | |
* | | | | | | removed extra character that causes the whole thing to failAitor P2019-06-121-1/+1
| | | | | | |
* | | | | | | Merge branch 'master' into eosio-supportiancoleman2019-06-112-4/+60
|\ \ \ \ \ \ \
| * | | | | | | ADD support MONK, LTCt, DOGEtPanagiotis David2019-06-102-4/+59
| | | | | | | |
* | | | | | | | Add EOSIO (EOS)Jeeyong Um2019-06-012-0/+7426
|/ / / / / / /
* | | | | | | Add DeepOnion (ONION)Aitor2019-05-292-1/+19
| | | | | | |
* | | | | | | fixed bip49,84 hd key prefixsMatthew Cornelisse2019-05-221-4/+4
| | | | | | |
* | | | | | | fixed signing message for DigiByteMatthew Cornelisse2019-05-192-3/+3
| |_|/ / / / |/| | | | | | | | | | | Not fixed by this pull request because I could not figure out where it is done but like Bitcoin BIP44,BIP49,BIP84 should be xpub,ypub,zpub respectively.
* | | | | | Merge pull request #324 from jestevez/masteriancoleman2019-04-302-0/+17
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add Bolivarcoin (BOLI)
| * | | | | | Add Bolivarcoin (BOLI)Jose Luis Estevez2019-04-252-0/+17
| | |_|_|_|/ | |/| | | |