aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Release v0.4.2Ian Coleman2020-02-072-1/+5
|
* Fix ethereum private key formatIan Coleman2020-02-071-1/+3
|
* Test pubkey and privkey for all coinsIan Coleman2020-02-071-13/+553
|
* Release v0.4.1Ian Coleman2020-02-062-1/+9
|
* Add tests for RSK network and testnetIan Coleman2020-02-061-0/+14
|
* Fix ethercore testIan Coleman2020-02-061-1/+1
|
* 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-062-0/+16
|\ \ | |/ |/| Add EtherCore
| * add testcase for ethercoreEtherCore Contributor2020-01-021-0/+7
| |
| * Add EtherCoreEtherCore Contributor2020-01-021-0/+9
| |
* | 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
|