aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
Commit message (Collapse)AuthorAgeFilesLines
* Multibit on BIP32 tab has own sectionIan Coleman2017-02-191-7/+12
|
* Client select has 'custom derivation path' optionIan Coleman2017-02-191-2/+3
| | | | | * Specific clients cause derivation path input to be readonly * Rename ambiguous variable client-phrase to bip32-client
* Coin Client select moved to BIP32 tabIan Coleman2017-02-191-8/+8
|
* Merge pull request #55 from galeksandrp/patch-1iancoleman2017-02-191-1/+16
|\ | | | | Add client select
| * Add client selectAlexander Georgievskiy2017-02-071-0/+8
| |
| * Add MultBit HD BIP32 hintAlexander Georgievskiy2017-02-081-1/+8
| |
* | Ethereum testsIan Coleman2017-02-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Expected values come from https://www.myetherwallet.com/#view-wallet-info Polyfill for ArrayBuffer.isView is required for phantomjs-2.1.1 but seems not required in modern browsers. I'll keep it there because the tests need to pass. Also see https://github.com/kvhnuke/etherwallet/issues/337 Unusual capitalization of hex encoded ethereum address
* | Ethereum Util libraryIan Coleman2017-02-101-0/+1
| | | | | | | | | | | | | | Generated from source using steps below: $ git clone https://github.com/ethereumjs/ethereumjs-util.git $ cd ethereumjs-util $ browserify index.js -s ethUtil -o ethereumjs-util.js
* | Raw Entropy is the default for mnemonic lengthIan Coleman2017-02-101-2/+2
|/
* Note that entropy must not be storedIan Coleman2016-12-221-0/+8
| | | | | In response to https://www.reddit.com/r/Bitcoin/comments/5j2cn8/how_can_i_encode_my_bip39_seed_into_the_order_of/
* QR code is hidden by defaultIan Coleman2016-12-151-3/+3
|
* QR code warns for scanners that keep historyIan Coleman2016-12-151-2/+7
|
* Bits of entropy has info about possible weaknessesIan Coleman2016-12-151-1/+6
|
* License details in More Info sectionIan Coleman2016-12-151-0/+6
|
* Typo Extendend > ExtendedIan Coleman2016-12-131-1/+1
|
* BIP44 Account xprv and xpub keys are shownIan Coleman2016-12-121-23/+32
| | | | which are used for import / export in most BIP44 wallets.
* QR code shown on hover for certain bits of dataIan Coleman2016-12-011-8/+29
| | | | | | | | | | | | QR code shown for: * mnemonic * seed * root key * derived extended private key * derived extended public key * addresses * public keys * private keys
* Translation library does basic language switchingIan Coleman2016-11-291-0/+2
|
* Strings in UI marked for translationIan Coleman2016-11-291-124/+152
| | | | in preparation for adding multiple languages to the interface.
* BIP32 tab wallets use consistent vertical spacingIan Coleman2016-11-281-1/+6
|
* Blank rows in initial table have no missing cellsIan Coleman2016-11-281-5/+5
|
* Hive wallet is no longer availableIan Coleman2016-11-281-9/+0
|
* Mycelium derivation paths contain more detailsIan Coleman2016-11-281-1/+12
|
* Entropy defaults to generating a 15 word mnemonicIan Coleman2016-11-251-1/+1
|
* Entropy feedback retains horizontal spacingIan Coleman2016-11-161-12/+18
| | | | | was previously wrapping poorly for entropy with zxcvbn suggestions, such as many repeated 6s
* 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
|