Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Release v0.4.2 | Ian Coleman | 2020-02-07 | 2 | -1/+5 | |
| | ||||||
* | Fix ethereum private key format | Ian Coleman | 2020-02-07 | 1 | -1/+3 | |
| | ||||||
* | Test pubkey and privkey for all coins | Ian Coleman | 2020-02-07 | 1 | -13/+553 | |
| | ||||||
* | Release v0.4.1 | Ian Coleman | 2020-02-06 | 2 | -1/+9 | |
| | ||||||
* | Add tests for RSK network and testnet | Ian Coleman | 2020-02-06 | 1 | -0/+14 | |
| | ||||||
* | Fix ethercore test | Ian Coleman | 2020-02-06 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #397 from aitorp6/master | iancoleman | 2020-02-06 | 1 | -0/+26 | |
|\ | | | | | Added DeepOnion Segwit parameters | |||||
| * | Added DeepOnion Segwit parameters | aitorp6 | 2020-02-04 | 1 | -0/+26 | |
| | | ||||||
* | | Merge pull request #396 from ilanolkies/patch-2 | iancoleman | 2020-02-06 | 1 | -0/+14 | |
|\ \ | | | | | | | Add network | |||||
| * | | Add network | Ilan | 2020-01-22 | 1 | -0/+14 | |
| |/ | | | | | Based on https://github.com/rsksmart/RSKIPs/blob/master/IPs/RSKIP57.md | |||||
* | | Merge pull request #393 from ethercore/master | iancoleman | 2020-02-06 | 2 | -0/+16 | |
|\ \ | |/ |/| | Add EtherCore | |||||
| * | add testcase for ethercore | EtherCore Contributor | 2020-01-02 | 1 | -0/+7 | |
| | | ||||||
| * | Add EtherCore | EtherCore Contributor | 2020-01-02 | 1 | -0/+9 | |
| | | ||||||
* | | Catch nebulas error on some chrome configs | Ian Coleman | 2020-01-08 | 2 | -1/+7 | |
| | | | | | | | | See #395 | |||||
* | | Directly export libraries where they're required | Ian Coleman | 2020-01-08 | 2 | -40/+18 | |
|/ | ||||||
* | Merge pull request #390 from matthewleon/bugfix/eth-xpub-derivation | iancoleman | 2019-12-20 | 2 | -4/+19 | |
|\ | | | | | Bugfix/eth xpub derivation | |||||
| * | fix Ethereum xpub derivation | Matthew Leon | 2019-12-19 | 1 | -3/+3 | |
| | | ||||||
| * | add failing test for ETH xpub derivation | Matthew Leon | 2019-12-19 | 1 | -1/+16 | |
|/ | | | | see https://github.com/iancoleman/bip39/issues/169 | |||||
* | Release v0.4.0 | Ian Coleman | 2019-12-19 | 2 | -1/+12 | |
| | ||||||
* | Minify third party libraries | Ian Coleman | 2019-12-19 | 2 | -115831/+2 | |
| | ||||||
* | Replace most libraries with combined libs | Ian Coleman | 2019-12-19 | 29 | -196707/+118652 | |
| | ||||||
* | Add experimental incomplete combined js libs | Ian Coleman | 2019-12-19 | 2 | -0/+62 | |
| | ||||||
* | Text for multibit mentions change addresses | Ian Coleman | 2019-12-18 | 1 | -0/+1 | |
| | | | | Closes #376 | |||||
* | Remove pending from some tests using chrome | Ian Coleman | 2019-12-18 | 1 | -8/+0 | |
| | | | | Unfortunately firefox pending tests still do not work. | |||||
* | Make seed field editable | Ian Coleman | 2019-12-18 | 3 | -1/+56 | |
| | ||||||
* | Add bitcoin regtest params | Ian Coleman | 2019-12-18 | 4 | -0/+81 | |
| | ||||||
* | Convert mnemonic to hex entropy instead of binary | Ian Coleman | 2019-12-18 | 2 | -2/+4 | |
| | ||||||
* | Allow manual override for entropy type | Ian Coleman | 2019-12-17 | 5 | -15/+110 | |
| | ||||||
* | Generate addresses for P2WSH and P2WSH-P2SH | Ian Coleman | 2019-12-17 | 3 | -14/+25 | |
| | ||||||
* | Add P2WSH and P2WSH-P2SH for bitcoin and testnet | Ian Coleman | 2019-12-16 | 4 | -0/+210 | |
| | | | | Address generation still to come. | |||||
* | Merge pull request #385 from hladik-dan/master | iancoleman | 2019-12-09 | 2 | -0/+16 | |
|\ | | | | | Add Czech language | |||||
| * | Add Czech language | Daniel HladÃk | 2019-12-06 | 2 | -0/+16 | |
|/ | ||||||
* | Release v0.3.14 | Ian Coleman | 2019-12-02 | 2 | -1/+5 | |
| | ||||||
* | Fix energyweb test | Ian Coleman | 2019-12-02 | 1 | -1/+1 | |
| | ||||||
* | Revert "Fix tests for Pull Request 371" | Ian Coleman | 2019-12-02 | 1 | -12/+12 | |
| | | | | This reverts commit b130271b2b5cb08a9516a3472607826bb88ad3bf. | |||||
* | Partially revert Pull 371 BIP44 Default Change | Ian Coleman | 2019-12-02 | 2 | -36/+7 | |
| | ||||||
* | Release v0.3.13 | Ian Coleman | 2019-11-11 | 2 | -1/+21 | |
| | ||||||
* | 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 | |
| | ||||||
* | Add test for Pull Request 370 THT Thought network | Ian Coleman | 2019-11-11 | 1 | -0/+7 | |
| | ||||||
* | Run all tests instead of only specific new tests | Ian Coleman | 2019-11-11 | 1 | -3/+3 | |
| | ||||||
* | Fix tests for Pull Request 371 | Ian Coleman | 2019-11-11 | 1 | -12/+12 | |
| | ||||||
* | 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 319 EnergyWeb | Ian Coleman | 2019-11-11 | 1 | -0/+7 | |
| | ||||||
* | Add test for Pull Request 279 split phrase cards | Ian Coleman | 2019-11-11 | 2 | -2/+32 | |
| | ||||||
* | Raw entropy is interpreted as binary | Ian Coleman | 2019-11-11 | 3 | -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 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 | |
| | ||||||
* | Test for Pull Request 271 | Ian Coleman | 2019-11-11 | 1 | -0/+17 | |
| | ||||||
* | Reverse some changes from adding thought network | Ian Coleman | 2019-11-11 | 2 | -5/+1 | |
| |