aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Improve release process order and add detailsIan Coleman2017-09-011-5/+7
|
* Release v0.2.5Ian Coleman2017-09-013-39/+60
|
* Allow P2WPKH nested in P2SH addresses on BIP32 tabIan Coleman2017-09-013-1/+56
|
* Validate root key correctly for alternate networksIan Coleman2017-09-011-2/+1
|
* Rename bip49 to p2wpkhNestedInP2sh where suitableIan Coleman2017-09-011-35/+35
|
* Add confirmation steps to the release processIan Coleman2017-08-281-0/+2
|
* Release v0.2.4Ian Coleman2017-08-283-4/+48
|
* Add a checkbox to switch litecoin key prefixesIan Coleman2017-08-284-1/+88
|
* Show error when using xpub with hardened addressesIan Coleman2017-08-242-1/+34
|
* Release v0.2.3Ian Coleman2017-08-233-2/+6
|
* Test for Maza networkIan Coleman2017-08-231-0/+30
|
* Merge pull request #92 from jonspock/masteriancoleman2017-08-233-0/+40
|\ | | | | Add maza coin, update PIVX in bip39-standalone.html