Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #134 from dimitris-t/patch-2 | iancoleman | 2017-11-28 | 1 | -2/+2 |
|\ | | | | | Fixed typos | ||||
| * | Fixed typos | Dimitris Tsapakidis | 2017-11-24 | 1 | -2/+2 |
|/ | | | | addreses -> addresses steet -> street | ||||
* | Show entropy from PRNG and word indexes | Ian Coleman | 2017-11-22 | 3 | -2/+72 |
| | | | | see issue #132 | ||||
* | Release v0.3.0 | Ian Coleman | 2017-11-22 | 3 | -1302/+10494 |
| | |||||
* | Add BIP141 tab for full segwit compatibility | Ian Coleman | 2017-11-22 | 5 | -62/+205 |
| | |||||
* | Remove segwit from bip32 tab | Ian Coleman | 2017-11-22 | 3 | -90/+49 |
| | | | | This option will be added in the future to a bip141 tab | ||||
* | Use ltub for litecoin by default instead of xprv | Ian Coleman | 2017-11-22 | 4 | -9/+20 |
| | | | | Introduced when upgrading from bitcoinjs-lib v3.3.0 | ||||
* | Update bitcoinjs from v3.1.1 to v3.3.0 | Ian Coleman | 2017-11-22 | 2 | -1196/+10291 |
| | |||||
* | Release v0.2.9 | Ian Coleman | 2017-11-21 | 3 | -6/+51 |
| | |||||
* | Allow more rows to be generated at a custom index | Ian Coleman | 2017-11-21 | 3 | -3/+66 |
| | |||||
* | Fix ordering of networks to be alphabetical | Ian Coleman | 2017-11-16 | 1 | -9/+8 |
| | |||||
* | Add test for monacoin | Ian Coleman | 2017-11-16 | 1 | -0/+7 |
| | |||||
* | Add test for Bitcoin Gold network | Ian Coleman | 2017-11-16 | 1 | -0/+7 |
| | |||||
* | Use selenium for tests instead of phantomjs | Ian Coleman | 2017-11-16 | 6 | -4475/+2610 |
| | |||||
* | Merge pull request #129 from rsnel/bgold | iancoleman | 2017-11-15 | 3 | -0/+38 |
|\ | | | | | add BTG (Bitcoin Gold/bgold) | ||||
| * | add BTG (Bitcoin Gold/bgold) | Rik Snel | 2017-11-14 | 3 | -0/+38 |
| | | |||||
* | | Merge pull request #126 from monautils/master | iancoleman | 2017-11-15 | 2 | -0/+19 |
|\ \ | |/ |/| | add monacoin | ||||
| * | fix new secret_key ↵ | you21979 | 2017-11-09 | 1 | -1/+1 |
| | | | | | | | | https://github.com/monacoinproject/monacoin/blob/master-0.14/src/chainparams.cpp#L135 | ||||
| * | add monacoin | you21979 | 2017-11-09 | 2 | -0/+19 |
|/ | |||||
* | Fix web link from github.io to iancoleman.io | Ian Coleman | 2017-11-01 | 1 | -1/+1 |
| | |||||
* | Release v0.2.8 | Ian Coleman | 2017-10-31 | 3 | -6/+171 |
| | |||||
* | Add P2WPKH-nested-in-P2SH to litecoin | Ian Coleman | 2017-10-31 | 1 | -1/+1 |
| | |||||
* | Use correct prefixes for xprv/xpub with segwit | Ian Coleman | 2017-10-31 | 3 | -7/+102 |
| | |||||
* | Allow BitPay address format for bitcoin cash | Ian Coleman | 2017-10-31 | 4 | -1/+76 |
| | |||||
* | Add test for nubits network | Ian Coleman | 2017-10-10 | 1 | -0/+30 |
| | |||||
* | Merge pull request #123 from alkley/master | iancoleman | 2017-10-10 | 2 | -0/+19 |
|\ | | | | | Add nubits | ||||
| * | Add nubits | alkley | 2017-10-09 | 2 | -0/+19 |
|/ | |||||
* | Merge pull request #122 from dimitris-t/patch-1 | iancoleman | 2017-10-05 | 1 | -1/+1 |
|\ | | | | | Update changelog.md | ||||
| * | Update changelog.md | Dimitris Tsapakidis | 2017-10-04 | 1 | -1/+1 |
|/ | | | Fixed markdown typo. | ||||
* | Add test for fujicoin | Ian Coleman | 2017-10-03 | 1 | -0/+30 |
| | |||||
* | Release v0.2.7 | Ian Coleman | 2017-10-02 | 3 | -379/+170 |
| | |||||
* | Remove hand-rolled translation library | Ian Coleman | 2017-10-02 | 3 | -377/+128 |
| | |||||
* | List alternative tools | Ian Coleman | 2017-10-02 | 1 | -0/+15 |
| | |||||
* | Merge pull request #120 from fujicoin/add-fujicoin | iancoleman | 2017-09-27 | 2 | -0/+19 |
|\ | | | | | Add Fujicoin | ||||
| * | add Fujicoin | motty | 2017-09-26 | 2 | -0/+19 |
|/ | |||||
* | Release v0.2.6 | Ian Coleman | 2017-09-20 | 3 | -3/+31 |
| | |||||
* | Detect and warn of filtered entropy | Ian Coleman | 2017-09-20 | 3 | -0/+56 |
| | |||||
* | Update process for committing changes | Ian Coleman | 2017-09-19 | 1 | -1/+4 |
| | | | | Do not include changes in bip39-standalone.html | ||||
* | Reword entropy text to say one type, not multiple | Ian Coleman | 2017-09-19 | 1 | -1/+1 |
| | |||||
* | Merge pull request #117 from jonathancross/iancoleman-bip39-bip49 | iancoleman | 2017-09-19 | 2 | -44/+54 |
|\ | | | | | Adding BIP 49 to "More info" section. | ||||
| * | Adding BIP 49 to "More info" section. | Jonathan Cross | 2017-09-18 | 2 | -44/+54 |
| | | |||||
* | | Merge pull request #116 from jonathancross/iancoleman-bip39-compile | iancoleman | 2017-09-19 | 1 | -0/+1 |
|\ \ | |/ |/| | Allowing compilation with Python 2.x | ||||
| * | Allowing compilation with Python 2.x and 3. | Jonathan Cross | 2017-09-18 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #103 from Zwilla/patch-3 | iancoleman | 2017-09-08 | 1 | -1/+1 |
|\ | | | | | correctLevel from 2 to 3 | ||||
| * | correctLevel from 2 to 3 | Zwilla | 2017-09-07 | 1 | -1/+1 |
| | | | | | | | | | | correctLevel 3 is generally recommended for industrial environments. See also: https://github.com/iancoleman/bip39/issues/101 | ||||
* | | Merge pull request #102 from Zwilla/patch-2 | iancoleman | 2017-09-08 | 1 | -1/+1 |
|\ \ | |/ |/| | remove sourceMappingURL=zxcvbn.js.map | ||||
| * | remove sourceMappingURL=zxcvbn.js.map | Zwilla | 2017-09-07 | 1 | -1/+1 |
|/ | | | | just remove this line, if not every time we run the converter it searches for the map file. It is not enough to uncomment this line. thx | ||||
* | Merge pull request #98 from Zwilla/patch-1 | iancoleman | 2017-09-04 | 1 | -42/+42 |
|\ | | | | | changed some wrong comma and ; | ||||
| * | changed some wrong comma and ; | Zwilla | 2017-09-04 | 1 | -42/+42 |
|/ | | | nothing else | ||||
* | Improve release process order and add details | Ian Coleman | 2017-09-01 | 1 | -5/+7 |
| |