aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add networkIlan2020-01-221-0/+14
| | | Based on https://github.com/rsksmart/RSKIPs/blob/master/IPs/RSKIP57.md
* Catch nebulas error on some chrome configsIan Coleman2020-01-082-1/+7
| | | | See #395
* Directly export libraries where they're requiredIan Coleman2020-01-082-40/+18
|
* Merge pull request #390 from matthewleon/bugfix/eth-xpub-derivationiancoleman2019-12-202-4/+19
|\ | | | | Bugfix/eth xpub derivation
| * fix Ethereum xpub derivationMatthew Leon2019-12-191-3/+3
| |
| * add failing test for ETH xpub derivationMatthew Leon2019-12-191-1/+16
|/ | | | see https://github.com/iancoleman/bip39/issues/169
* Release v0.4.0Ian Coleman2019-12-192-1/+12
|
* Minify third party librariesIan Coleman2019-12-192-115831/+2
|
* Replace most libraries with combined libsIan Coleman2019-12-1929-196707/+118652
|
* Add experimental incomplete combined js libsIan Coleman2019-12-192-0/+62
|
* Text for multibit mentions change addressesIan Coleman2019-12-181-0/+1
| | | | Closes #376
* Remove pending from some tests using chromeIan Coleman2019-12-181-8/+0
| | | | Unfortunately firefox pending tests still do not work.
* Make seed field editableIan Coleman2019-12-183-1/+56
|
* Add bitcoin regtest paramsIan Coleman2019-12-184-0/+81
|
* Convert mnemonic to hex entropy instead of binaryIan Coleman2019-12-182-2/+4
|
* Allow manual override for entropy typeIan Coleman2019-12-175-15/+110
|
* Generate addresses for P2WSH and P2WSH-P2SHIan Coleman2019-12-173-14/+25
|
* Add P2WSH and P2WSH-P2SH for bitcoin and testnetIan Coleman2019-12-164-0/+210
| | | | Address generation still to come.
* Merge pull request #385 from hladik-dan/masteriancoleman2019-12-092-0/+16
|\ | | | | Add Czech language
| * Add Czech languageDaniel Hladík2019-12-062-0/+16
|/
* Release v0.3.14Ian Coleman2019-12-022-1/+5
|
* Fix energyweb testIan Coleman2019-12-021-1/+1
|
* Revert "Fix tests for Pull Request 371"Ian Coleman2019-12-021-12/+12
| | | | This reverts commit b130271b2b5cb08a9516a3472607826bb88ad3bf.
* Partially revert Pull 371 BIP44 Default ChangeIan Coleman2019-12-022-36/+7
|
* Release v0.3.13Ian Coleman2019-11-112-1/+21
|
* Move hardened addresses checkbox to address tableIan Coleman2019-11-111-7/+8
|
* Fix typo splitPhrase/phraseSplitIan Coleman2019-11-111-2/+2
|
* Add test for Pull Request 370 THT Thought networkIan Coleman2019-11-111-0/+7
|
* Run all tests instead of only specific new testsIan Coleman2019-11-111-3/+3
|
* Fix tests for Pull Request 371Ian Coleman2019-11-111-12/+12
|
* Tidy up split phrase warningIan Coleman2019-11-113-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 319 EnergyWebIan Coleman2019-11-111-0/+7
|
* 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
| | | | |