aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
Commit message (Collapse)AuthorAgeFilesLines
* BigInteger library moved to own fileIan Coleman2016-11-161-0/+1
|
* Card suit font height is closer to text heightIan Coleman2016-11-141-1/+1
|
* Card suits have color and use larger font sizeIan Coleman2016-11-141-0/+16
|
* Entropy section consumes less vertical spaceIan Coleman2016-11-141-51/+47
|
* Entropy field consumes same vertical width as helpIan Coleman2016-11-101-2/+2
|
* Entropy strength measured using zxcvbnIan Coleman2016-11-101-0/+1
|
* Entropy types are clearly indicated in UIIan Coleman2016-11-101-1/+12
|
* Cards added to entropy placeholder textIan Coleman2016-11-101-1/+1
|
* Mnemonic length can be set when using raw entropyIan Coleman2016-11-101-1/+1
|
* Entropy feedback in tabular format, not sentenceIan Coleman2016-11-101-10/+50
|
* Entropy can be supplied by userIan Coleman2016-11-041-6/+50
|
* Table uses monospace font.Ian Coleman2016-11-031-1/+4
| | | | See https://github.com/iancoleman/bip39/issues/32#issuecomment-257776567
* Public key column in table, shown as hexIan Coleman2016-11-021-0/+7
|
* Languages no longer experimental.Ian Coleman2016-10-211-1/+0
| | | | | Still pending reference implementation unit tests, but the ones included in jsbip39 were generated using the reference implementation.
* Languages without unit tests marked 'experimental'Ian Coleman2016-10-201-1/+2
|
* Multiple language functionality addedIan Coleman2016-10-201-0/+3
|
* jsBip39 and wordlists updated with new languagesIan Coleman2016-10-201-0/+6
|
* Languages html to select languageIan Coleman2016-10-201-0/+15
|
* Links and author changed to iancolemanIan Coleman2016-10-111-5/+5
|
* Generate button moved for simpler user experienceIan Coleman2016-10-051-18/+25
|
* Derivation path for Block ExplorersIan Coleman2016-09-051-0/+9
|
* Tests for passphrase and coin selectionIan Coleman2016-08-231-8/+8
|
* Bitcoin Core derivation path informationIan Coleman2016-08-231-0/+9
|
* Hardened Addresses checkboxIan Coleman2016-08-231-0/+7
| | | | This closes issue #25
* BIP32 Root Key can be specified by userIan Coleman2016-08-231-1/+1
|
* Words not in list show error with suggestionIan Coleman2016-08-151-0/+1
|
* Display BIP39 seedKirill Kovalenko2016-03-181-0/+6
|
* Make CSS and JS path relativeKirill Kovalenko2016-03-181-9/+9
|
* Strength field uses select tagIan Coleman2015-10-231-1/+10
| | | | Closes #17
* Default mnemonic length is 15Ian Coleman2015-08-211-1/+1
| | | | Closes #11
* Index column changed to PathIan Coleman2015-08-161-1/+1
|
* Wallet tabs removed, added text to BIP32 tabIan Coleman2015-08-161-38/+25
|
* ShadowCash networks added to bitcoinjsIan Coleman2015-08-161-0/+1
|
* Brainwallet link works, must use web archiveIan Coleman2015-08-161-1/+1
|
* CDN removed for js/css librariesIan Coleman2015-08-161-3/+3
|
* bitcoinjs 1.0.0 changed to bitcoinjs 1.5.7Ian Coleman2015-08-161-1/+1
|
* Network select populated automatically by jsIan Coleman2015-08-161-4/+1
|
* Wordlists.js removedIan Coleman2014-10-131-1/+0
|
* Mycelium Wallet is an option for derivation pathIan Coleman2014-10-131-0/+18
|
* Hive Wallet added as an option for derivation pathIan Coleman2014-10-131-2/+20
|
* Coin select input moved below passphrase inputIan Coleman2014-10-131-11/+11
|
* Coin selection is done from a single controlIan Coleman2014-10-131-21/+0
| | | | | There were three places to select the coin type, which was getting confusing. Only one place to select it is needed.
* fixed spacing, added missing tagRobert Johnson2014-09-291-1/+1
|
* allow for address change, while still allowing use of BIP44.Robert Johnson2014-09-291-0/+11
|
* Tabs for derivation path have idsIan Coleman2014-09-301-2/+2
|
* Indenting is consistentIan Coleman2014-09-301-2/+5
|
* Unsupported coins removedIan Coleman2014-09-301-3/+0
| | | | These coins are only supported in versions of bitcoinjs-lib > 1.0.0
* Coin selection via select elementIan Coleman2014-09-301-0/+24
| | | | | | | BIP44 only supports three coins http://doc.satoshilabs.com/slips/slip-0044.html bitcoinjs-lib supports seven coins https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/src/networks.js
* Acknowledgements has sjcl instead of asmcryptoIan Coleman2014-09-301-3/+3
|
* jsbip39 updated and asmcrypto replaced with sjclIan Coleman2014-09-291-1/+1
|