aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add test for Pull Request 279 split phrase cardsIan Coleman2019-11-112-2/+32
|
* Raw entropy is interpreted as binaryIan Coleman2019-11-113-3/+14
| | | | | | | | | | For example, using abandon abandon ability becomes 8 zeros but how does the entropy field know it's hex and not binary? It assumes the worst-case scenario of binary, so entropy should be shown in binary. Perhaps if entropy type is explicitly selected in the future this can be changed back to using hex. But while magical assumptions exist, binary it must be.
* Remove trailing commentsIan Coleman2019-11-111-21/+21
|
* Replace tabs with spaces as per rest of the fileIan Coleman2019-11-111-52/+52
|
* Test for Pull Request 271Ian Coleman2019-11-111-0/+17
|
* Reverse some changes from adding thought networkIan Coleman2019-11-112-5/+1
|
* Fix elastos changesIan Coleman2019-11-112-4/+1
|
* Merge pull request #370 from thoughtnetwork/masteriancoleman2019-11-114-1/+23
|\ | | | | added Thought network spec
| * Merge branch 'master' into masteriancoleman2019-11-119-40/+569
| |\ | |/ |/|
* | Merge pull request #371 from immae/masteriancoleman2019-11-112-21/+54
|\ \ | | | | | | Add a button to remove the "change" in the derivation path for ethereum
| * \ Merge branch 'master' into masteriancoleman2019-11-119-24/+520
| |\ \ | |/ / |/| |
* | | Merge pull request #368 from johnnynanjiang/elastos-priancoleman2019-11-116-7/+181
|\ \ \ | | | | | | | | Add Elastos
| * | | Add ElastosNan Jiang2019-10-306-7/+181
| | | |
* | | | Merge pull request #357 from PavlosTze/enable-segwitiancoleman2019-11-111-0/+234
|\ \ \ \ | | | | | | | | | | Enable segwit for MONKEY, BCA, BTX, MONA, SYS, VIA, DOGEt, LTCt
| * \ \ \ Merge branch 'enable-segwit' of https://github.com/PavlosTze/bip39 into ↵Pavlos Tzegiannakis2019-09-177-3/+46927
| |\ \ \ \ | | | | | | | | | | | | | | | | | | enable-segwit
| | * | | | Merge branch 'master' into enable-segwitiancoleman2019-09-167-3/+46927
| | |\| | |
| * | | | | 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
| * | | | | compile indexGarrett MacDonald2019-04-251-0/+946
| | | | | |
| * | | | | Delete index.htmlGarrett MacDonald2019-04-251-946/+0
| | | | | |
| * | | | | Delete index.htmlGarrett MacDonald2019-04-251-946/+0
| | | | | |
| * | | | | Add index compiledGarrett MacDonald2019-04-250-0/+0
| | | | | |
| * | | | | Compiled inedexGarrett MacDonald2019-04-251-0/+946
| | | | | | | | | | | | | | | | | | 1
| * | | | | Compiled IndexGarrett MacDonald2019-04-250-0/+0
| | | | | |
| * | | | | Add EWTGarrett MacDonald2019-04-241-1/+9
| | | | | |
* | | | | | Merge pull request #280 from mctrivia/add-hack-time-for-split-cardsiancoleman2019-11-114-960/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add hack time calculation for Split Mnemonic Cards
| * | | | | | added code to calculate hack time of split cardsMatthew Cornelisse2018-11-281-0/+13
| | | | | | |
| * | | | | | 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
| | | | |