Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Convert mnemonic to hex entropy instead of binary | Ian Coleman | 2019-12-18 | 1 | -1/+3 | |
| | ||||||
* | Allow manual override for entropy type | Ian Coleman | 2019-12-17 | 4 | -15/+66 | |
| | ||||||
* | Generate addresses for P2WSH and P2WSH-P2SH | Ian Coleman | 2019-12-17 | 2 | -6/+13 | |
| | ||||||
* | Add P2WSH and P2WSH-P2SH for bitcoin and testnet | Ian Coleman | 2019-12-16 | 3 | -0/+114 | |
| | | | | Address generation still to come. | |||||
* | Add Czech language | Daniel Hladík | 2019-12-06 | 2 | -0/+16 | |
| | ||||||
* | Release v0.3.14 | Ian Coleman | 2019-12-02 | 1 | -1/+1 | |
| | ||||||
* | Partially revert Pull 371 BIP44 Default Change | Ian Coleman | 2019-12-02 | 2 | -36/+7 | |
| | ||||||
* | Release v0.3.13 | Ian Coleman | 2019-11-11 | 1 | -1/+1 | |
| | ||||||
* | Move hardened addresses checkbox to address table | Ian Coleman | 2019-11-11 | 1 | -7/+8 | |
| | ||||||
* | Fix typo splitPhrase/phraseSplit | Ian Coleman | 2019-11-11 | 1 | -2/+2 | |
| | ||||||
* | Tidy up split phrase warning | Ian Coleman | 2019-11-11 | 3 | -6/+13 | |
| | | | | | | | Make red only when danger is present Align neatly with the rest of the UI Increase size of text area to show all three rows, although it still overflows on 24 words. | |||||
* | Add test for Pull Request 279 split phrase cards | Ian Coleman | 2019-11-11 | 1 | -2/+1 | |
| | ||||||
* | Raw entropy is interpreted as binary | Ian Coleman | 2019-11-11 | 2 | -1/+7 | |
| | | | | | | | | | | 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 comments | Ian Coleman | 2019-11-11 | 1 | -21/+21 | |
| | ||||||
* | Replace tabs with spaces as per rest of the file | Ian Coleman | 2019-11-11 | 1 | -52/+52 | |
| | ||||||
* | Reverse some changes from adding thought network | Ian Coleman | 2019-11-11 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' into master | iancoleman | 2019-11-11 | 7 | -40/+559 | |
|\ | ||||||
| * | Merge branch 'master' into master | iancoleman | 2019-11-11 | 7 | -24/+510 | |
| |\ | ||||||
| | * | Merge pull request #368 from johnnynanjiang/elastos-pr | iancoleman | 2019-11-11 | 4 | -7/+171 | |
| | |\ | | | | | | | | | Add Elastos | |||||
| | | * | Add Elastos | Nan Jiang | 2019-10-30 | 4 | -7/+171 | |
| | | | | ||||||
| | * | | Merge pull request #357 from PavlosTze/enable-segwit | iancoleman | 2019-11-11 | 1 | -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 Tzegiannakis | 2019-09-17 | 6 | -3/+46892 | |
| | | |\ \ | | | | | | | | | | | | | | | | | | | enable-segwit | |||||
| | | | * | | Merge branch 'master' into enable-segwit | iancoleman | 2019-09-16 | 6 | -3/+46892 | |
| | | | |\| | ||||||
| | | * | | | Fix syscoin | Pavlos Tzegiannakis | 2019-09-17 | 1 | -6/+6 | |
| | | |/ / | ||||||
| | | * | | Enable segwit for MONKEY, BCA, BTX, MONA, SYS, VIA, DOGEt, LTCt | Pavlos Tzegiannakis | 2019-09-13 | 1 | -0/+234 | |
| | | | | | ||||||
| | * | | | Merge pull request #319 from energywebfoundation/master | iancoleman | 2019-11-11 | 1 | -1/+9 | |
| | |\ \ \ | | | | | | | | | | | | | Add EWT | |||||
| | | * | | | compile index | Garrett MacDonald | 2019-04-25 | 1 | -0/+946 | |
| | | | | | | ||||||
| | | * | | | Delete index.html | Garrett MacDonald | 2019-04-25 | 1 | -946/+0 | |
| | | | | | | ||||||
| | | * | | | Add EWT | Garrett MacDonald | 2019-04-24 | 1 | -1/+9 | |
| | | | | | | ||||||
| | * | | | | Merge pull request #280 from mctrivia/add-hack-time-for-split-cards | iancoleman | 2019-11-11 | 3 | -0/+18 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | Add hack time calculation for Split Mnemonic Cards | |||||
| | | * | | | | added code to calculate hack time of split cards | Matthew Cornelisse | 2018-11-28 | 1 | -0/+13 | |
| | | | | | | | ||||||
| | | * | | | | added split card warning | Matthew Cornelisse | 2018-11-28 | 1 | -0/+4 | |
| | | | | | | | ||||||
| | | * | | | | added hack time message | Matthew Cornelisse | 2018-11-28 | 1 | -0/+1 | |
| | | | | | | | ||||||
| | * | | | | | Merge pull request #279 from mctrivia/master | iancoleman | 2019-11-11 | 2 | -0/+34 | |
| | |\| | | | | | | | | | | | | | | | | | | Added Split Phrase Card Output | |||||
| | | * | | | | Added 2/3 Seed Card | Matthew Cornelisse | 2018-11-20 | 1 | -0/+28 | |
| | | | | | | | ||||||
| | | * | | | | Added 2/3 Seed Card | Matthew Cornelisse | 2018-11-20 | 1 | -0/+6 | |
| | | | | | | | ||||||
| | * | | | | | Merge pull request #271 from cernekee/local | iancoleman | 2019-11-11 | 2 | -16/+44 | |
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | Allow converting mnemonic back to raw entropy value | |||||
| | | * | | | | Allow converting mnemonic back to raw entropy value | Kevin Cernekee | 2018-10-28 | 2 | -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 ethereum | Ismaël Bouya | 2019-10-29 | 2 | -20/+53 | |
| |/ / / / / | ||||||
* / / / / / | added Thought network spec | Andrew | 2019-11-05 | 3 | -5/+23 | |
|/ / / / / | ||||||
* | | | / | Add Groestlcoin | HashEngineering | 2019-09-13 | 6 | -3/+46892 | |
| |_|_|/ |/| | | | ||||||
* | | | | Fix trailing whitespace | Ian Coleman | 2019-09-13 | 8 | -73/+72 | |
| | | | | ||||||
* | | | | Change levenshtein library to fixed version 2.0.6 | Ian Coleman | 2019-09-12 | 1 | -148/+75 | |
| | | | | ||||||
* | | | | Merge pull request #352 from PavlosTze/bsv-rpd-monkey-arya | iancoleman | 2019-09-12 | 2 | -0/+73 | |
|\ \ \ \ | | | | | | | | | | | Support BSV, RPD, MONKEY, ARYA | |||||
| * | | | | Support BSV, RPD, MONKEY, ARYA | Pavlos Tzegiannakis | 2019-09-02 | 2 | -0/+73 | |
| | | | | | ||||||
* | | | | | Merge pull request #355 from zhanghangorg/master | iancoleman | 2019-09-12 | 1 | -1/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | Zencash renamed Horizen | |||||
| * | | | | | Zencash was renamed Horizen in 2018 | zhanghang | 2019-09-11 | 1 | -1/+1 | |
| |/ / / / | ||||||
* / / / / | Added HUSH3 encoding and kept old as Legacy for users to be able to cross verify | Pawel Cioch | 2019-09-10 | 2 | -1/+19 | |
|/ / / / | ||||||
* | | | | Merge pull request #345 from flyfoxuk/master | iancoleman | 2019-08-01 | 3 | -0/+23 | |
|\ \ \ \ | | | | | | | | | | | Added CSC (CasinoCoin) with test | |||||
| * | | | | Added CSC (CasinoCoin) with test | Chris | 2019-07-18 | 3 | -0/+23 | |
| | | | | |