aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update jquery from minified 2.1.1 to 3.2.1Ian Coleman2017-11-293-5/+10254
|
* Merge pull request #134 from dimitris-t/patch-2iancoleman2017-11-281-2/+2
|\ | | | | Fixed typos
| * Fixed typosDimitris Tsapakidis2017-11-241-2/+2
|/ | | | addreses -> addresses steet -> street
* Show entropy from PRNG and word indexesIan Coleman2017-11-223-2/+72
| | | | see issue #132
* Release v0.3.0Ian Coleman2017-11-223-1302/+10494
|
* Add BIP141 tab for full segwit compatibilityIan Coleman2017-11-225-62/+205
|
* Remove segwit from bip32 tabIan Coleman2017-11-223-90/+49
| | | | This option will be added in the future to a bip141 tab
* Use ltub for litecoin by default instead of xprvIan Coleman2017-11-224-9/+20
| | | | Introduced when upgrading from bitcoinjs-lib v3.3.0
* Update bitcoinjs from v3.1.1 to v3.3.0Ian Coleman2017-11-222-1196/+10291
|
* Release v0.2.9Ian Coleman2017-11-213-6/+51
|
* Allow more rows to be generated at a custom indexIan Coleman2017-11-213-3/+66
|
* Fix ordering of networks to be alphabeticalIan Coleman2017-11-161-9/+8
|
* Add test for monacoinIan Coleman2017-11-161-0/+7
|
* Add test for Bitcoin Gold networkIan Coleman2017-11-161-0/+7
|
* Use selenium for tests instead of phantomjsIan Coleman2017-11-166-4475/+2610
|
* Merge pull request #129 from rsnel/bgoldiancoleman2017-11-153-0/+38
|\ | | | | add BTG (Bitcoin Gold/bgold)
| * add BTG (Bitcoin Gold/bgold)Rik Snel2017-11-143-0/+38
| |
* | Merge pull request #126 from monautils/masteriancoleman2017-11-152-0/+19
|\ \ | |/ |/| add monacoin
| * fix new secret_key ↵you219792017-11-091-1/+1
| | | | | | | | https://github.com/monacoinproject/monacoin/blob/master-0.14/src/chainparams.cpp#L135
| * add monacoinyou219792017-11-092-0/+19
|/
* Fix web link from github.io to iancoleman.ioIan Coleman2017-11-011-1/+1
|
* Release v0.2.8Ian Coleman2017-10-313-6/+171
|
* Add P2WPKH-nested-in-P2SH to litecoinIan Coleman2017-10-311-1/+1
|
* Use correct prefixes for xprv/xpub with segwitIan Coleman2017-10-313-7/+102
|
* Allow BitPay address format for bitcoin cashIan Coleman2017-10-314-1/+76
|
* Add test for nubits networkIan Coleman2017-10-101-0/+30
|
* Merge pull request #123 from alkley/masteriancoleman2017-10-102-0/+19
|\ | | | | Add nubits
| * Add nubitsalkley2017-10-092-0/+19
|/
* Merge pull request #122 from dimitris-t/patch-1iancoleman2017-10-051-1/+1
|\ | | | | Update changelog.md
| * Update changelog.mdDimitris Tsapakidis2017-10-041-1/+1
|/ | | Fixed markdown typo.
* Add test for fujicoinIan Coleman2017-10-031-0/+30
|
* Release v0.2.7Ian Coleman2017-10-023-379/+170
|
* Remove hand-rolled translation libraryIan Coleman2017-10-023-377/+128
|
* List alternative toolsIan Coleman2017-10-021-0/+15
|
* Merge pull request #120 from fujicoin/add-fujicoiniancoleman2017-09-272-0/+19
|\ | | | | Add Fujicoin
| * add Fujicoinmotty2017-09-262-0/+19
|/
* Release v0.2.6Ian Coleman2017-09-203-3/+31
|
* Detect and warn of filtered entropyIan Coleman2017-09-203-0/+56
|
* Update process for committing changesIan Coleman2017-09-191-1/+4
| | | | Do not include changes in bip39-standalone.html
* Reword entropy text to say one type, not multipleIan Coleman2017-09-191-1/+1
|
* Merge pull request #117 from jonathancross/iancoleman-bip39-bip49iancoleman2017-09-192-44/+54
|\ | | | | Adding BIP 49 to "More info" section.
| * Adding BIP 49 to "More info" section.Jonathan Cross2017-09-182-44/+54
| |
* | Merge pull request #116 from jonathancross/iancoleman-bip39-compileiancoleman2017-09-191-0/+1
|\ \ | |/ |/| Allowing compilation with Python 2.x
| * Allowing compilation with Python 2.x and 3.Jonathan Cross2017-09-181-0/+1
|/
* Merge pull request #103 from Zwilla/patch-3iancoleman2017-09-081-1/+1
|\ | | | | correctLevel from 2 to 3
| * correctLevel from 2 to 3Zwilla2017-09-071-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-2iancoleman2017-09-081-1/+1
|\ \ | |/ |/| remove sourceMappingURL=zxcvbn.js.map
| * remove sourceMappingURL=zxcvbn.js.mapZwilla2017-09-071-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-1iancoleman2017-09-041-42/+42
|\ | | | | changed some wrong comma and ;
| * changed some wrong comma and ;Zwilla2017-09-041-42/+42
|/ | | nothing else