aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | added split card warningMatthew Cornelisse2018-11-281-0/+4
| | | | | | |
| * | | | | | added hack time messageMatthew Cornelisse2018-11-281-0/+1
| | | | | | |
| * | | | | | wrong folderMatthew Cornelisse2018-11-281-960/+0
| | | | | | |
* | | | | | | Merge pull request #279 from mctrivia/masteriancoleman2019-11-113-0/+994
|\| | | | | | | | | | | | | | | | | | | | Added Split Phrase Card Output
| * | | | | | added hack time messageMatthew Cornelisse2018-11-281-0/+960
| | | | | | |
| * | | | | | Added 2/3 Seed CardMatthew Cornelisse2018-11-201-0/+28
| | | | | | |
| * | | | | | Added 2/3 Seed CardMatthew Cornelisse2018-11-201-0/+6
| | | | | | |
* | | | | | | 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.
* | | | | | | | Merge pull request #255 from dalijolijo/masteriancoleman2019-11-110-0/+0
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | Fix wrong addresses for BTDX and MEC
| * | | | | | | Fix wrong addresses for BTDX and MECDavid2018-09-211-2/+2
| | | | | | | |
| | | | | | * | Add a button to remove the "change" in the derivation path for ethereumIsmaƫl Bouya2019-10-292-20/+53
| |_|_|_|_|/ / |/| | | | | |
| | | | | | * added Thought network specAndrew2019-11-054-5/+27
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #353 from Groestlcoin/add-groestlcoiniancoleman2019-09-167-3/+46927
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Add Groestlcoin with Tests
| * | | | | Add GroestlcoinHashEngineering2019-09-137-3/+46927
|/ / / / /
* | | | | Fix trailing whitespaceIan Coleman2019-09-138-73/+72
| | | | |
* | | | | Add base-x to libs directoryIan Coleman2019-09-125-0/+262
| | | | |
* | | | | Fix typo in path for build scriptIan Coleman2019-09-121-1/+1
| | | | |
* | | | | Add instructions for manual changes for zcashIan Coleman2019-09-121-0/+1
| | | | |
* | | | | Add ethereumjs-util to libs directoryIan Coleman2019-09-123-0/+865
| | | | |
* | | | | Change levenshtein library to fixed version 2.0.6Ian Coleman2019-09-121-148/+75
| | | | |
* | | | | Add bitcoinjs-bip38 to libs directoryIan Coleman2019-09-123-0/+286
| | | | |
* | | | | Add bitcoinjs-lib to libs directoryIan Coleman2019-09-123-0/+23
| | | | |
* | | | | Compile stellar-util to /tmpIan Coleman2019-09-122-3/+2
| | | | |
* | | | | Fix test failing due to timeoutIan Coleman2019-09-121-1/+2
| | | | |
* | | | | Fix CPUchain testIan Coleman2019-09-121-1/+1
| | | | |
* | | | | Merge pull request #352 from PavlosTze/bsv-rpd-monkey-aryaiancoleman2019-09-123-0/+102
|\ \ \ \ \ | | | | | | | | | | | | Support BSV, RPD, MONKEY, ARYA
| * | | | | Support BSV, RPD, MONKEY, ARYAPavlos Tzegiannakis2019-09-023-0/+102
| | | | | |
* | | | | | Merge pull request #355 from zhanghangorg/masteriancoleman2019-09-122-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Zencash renamed Horizen
| * | | | | | Zencash was renamed Horizen in 2018zhanghang2019-09-111-2/+2
| | | | | | |
| * | | | | | Zencash was renamed Horizen in 2018zhanghang2019-09-111-1/+1
| |/ / / / /
* | | | | | Merge pull request #356 from skironDotNet/HUSH3iancoleman2019-09-123-2/+27
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Added HUSH3 encoding and kept old as Legacy for users to be able to
| * | | | | Added HUSH3 encoding and kept old as Legacy for users to be able to cross verifyPawel Cioch2019-09-103-2/+27
|/ / / / /
* | | | | Merge pull request #345 from flyfoxuk/masteriancoleman2019-08-014-0/+31
|\ \ \ \ \ | | | | | | | | | | | | Added CSC (CasinoCoin) with test
| * | | | | Added CSC (CasinoCoin) with testChris2019-07-184-0/+31
| | | | | |
* | | | | | Merge pull request #342 from minkcrypto/masteriancoleman2019-08-014-0/+52
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add CPUchain support
| * \ \ \ \ \ Merge branch 'master' into masteriancoleman2019-08-013-0/+26
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #341 from Cryptarchist/support_wagerriancoleman2019-08-013-0/+25
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Add support for Wagerr
| * | | | | | Add support for WagerrCryptarchist2019-07-163-0/+25
| | | | | | |
| | * | | | | Add CPUchain supportMin Khang Aung2019-07-174-0/+51
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #340 from sile16/masteriancoleman2019-07-162-0/+15
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Added support for VeChain, hdcoin 818, same address formats as ETH
| * | | | | add test for VeChainMatt Robertson2019-07-041-0/+7
| | | | | |
| * | | | | Added support for VeChain, hdcoin 818, same address formats as ETHMatt Robertson2019-07-041-0/+8
|/ / / / /
* | | | | Reorder release process stepsIan Coleman2019-07-041-2/+2
| | | | | | | | | | | | | | | | | | | | Should verify before publishing and promoting.
* | | | | Release v0.3.12Ian Coleman2019-07-042-1/+13
| | | | |
* | | | | Remove Monkey network, test was failing.Ian Coleman2019-07-043-25/+0
| | | | | | | | | | | | | | | | | | | | See https://github.com/iancoleman/bip39/pull/335#issuecomment-500638649
* | | | | Add test for StellarIan Coleman2019-07-041-0/+7
| | | | |
* | | | | Fix typo testNetowrk/testNetworkIan Coleman2019-07-041-1/+1
| | | | |
* | | | | Fix naming of Dogecoin TestnetIan Coleman2019-07-041-1/+1
| | | | |
* | | | | Order networks alphabeticallyIan Coleman2019-07-041-7/+7
| | | | |