aboutsummaryrefslogtreecommitdiff
path: root/src/js
Commit message (Collapse)AuthorAgeFilesLines
* Add Sugarchain supportJang Chongchan2020-04-243-0/+44
|
* Merge pull request #402 from you21979/fix-mona-bech32iancoleman2020-02-171-2/+2
|\ | | | | fix bech32 prefix monacoin -> mona
| * fix bech32 prefix monacoin -> monayuki akiyama2020-02-131-2/+2
| |
* | add two networks: Jingtum and MOACLospring Liu2020-02-142-0/+31
|/
* Fix ethereum private key formatIan Coleman2020-02-071-1/+3
|
* Merge pull request #397 from aitorp6/masteriancoleman2020-02-061-0/+26
|\ | | | | Added DeepOnion Segwit parameters
| * Added DeepOnion Segwit parametersaitorp62020-02-041-0/+26
| |
* | Merge pull request #396 from ilanolkies/patch-2iancoleman2020-02-061-0/+14
|\ \ | | | | | | Add network
| * | Add networkIlan2020-01-221-0/+14
| |/ | | | | Based on https://github.com/rsksmart/RSKIPs/blob/master/IPs/RSKIP57.md
* | Merge pull request #393 from ethercore/masteriancoleman2020-02-061-0/+9
|\ \ | |/ |/| Add EtherCore
| * Add EtherCoreEtherCore Contributor2020-01-021-0/+9
| |
* | Catch nebulas error on some chrome configsIan Coleman2020-01-081-1/+1
| | | | | | | | See #395
* | Directly export libraries where they're requiredIan Coleman2020-01-081-1/+1
|/
* fix Ethereum xpub derivationMatthew Leon2019-12-191-3/+3
|
* Minify third party librariesIan Coleman2019-12-191-115830/+1
|
* Replace most libraries with combined libsIan Coleman2019-12-1923-196686/+116308
|
* Make seed field editableIan Coleman2019-12-181-0/+42
|
* Add bitcoin regtest paramsIan Coleman2019-12-183-0/+74
|
* Convert mnemonic to hex entropy instead of binaryIan Coleman2019-12-181-1/+3
|
* Allow manual override for entropy typeIan Coleman2019-12-172-9/+27
|
* Generate addresses for P2WSH and P2WSH-P2SHIan Coleman2019-12-171-4/+11
|
* Add P2WSH and P2WSH-P2SH for bitcoin and testnetIan Coleman2019-12-162-0/+112
| | | | Address generation still to come.
* Add Czech languageDaniel Hladík2019-12-061-0/+14
|
* Partially revert Pull 371 BIP44 Default ChangeIan Coleman2019-12-021-32/+6
|
* Fix typo splitPhrase/phraseSplitIan Coleman2019-11-111-2/+2
|
* Tidy up split phrase warningIan Coleman2019-11-111-0/+9
| | | | | | | 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 cardsIan Coleman2019-11-111-2/+1
|
* Raw entropy is interpreted as binaryIan Coleman2019-11-112-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 commentsIan Coleman2019-11-111-21/+21
|
* Replace tabs with spaces as per rest of the fileIan Coleman2019-11-111-52/+52
|
* Merge branch 'master' into masteriancoleman2019-11-115-37/+541
|\
| * Merge branch 'master' into masteriancoleman2019-11-115-22/+496
| |\
| | * Merge pull request #368 from johnnynanjiang/elastos-priancoleman2019-11-113-5/+168
| | |\ | | | | | | | | Add Elastos
| | | * Add ElastosNan Jiang2019-10-303-5/+168
| | | |
| | * | 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-175-3/+46890
| | | |\ \ | | | | | | | | | | | | | | | | | | enable-segwit
| | | | * | Merge branch 'master' into enable-segwitiancoleman2019-09-165-3/+46890
| | | | |\|
| | | * | | 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
| |_|_|/ |/| | |