Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Multibit on BIP32 tab has own section | Ian Coleman | 2017-02-19 | 1 | -7/+12 |
| | |||||
* | Client select has 'custom derivation path' option | Ian Coleman | 2017-02-19 | 1 | -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 tab | Ian Coleman | 2017-02-19 | 1 | -8/+8 |
| | |||||
* | Merge pull request #55 from galeksandrp/patch-1 | iancoleman | 2017-02-19 | 1 | -1/+16 |
|\ | | | | | Add client select | ||||
| * | Add client select | Alexander Georgievskiy | 2017-02-07 | 1 | -0/+8 |
| | | |||||
| * | Add MultBit HD BIP32 hint | Alexander Georgievskiy | 2017-02-08 | 1 | -1/+8 |
| | | |||||
* | | Ethereum tests | Ian Coleman | 2017-02-11 | 1 | -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 library | Ian Coleman | 2017-02-10 | 1 | -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 length | Ian Coleman | 2017-02-10 | 1 | -2/+2 |
|/ | |||||
* | Note that entropy must not be stored | Ian Coleman | 2016-12-22 | 1 | -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 default | Ian Coleman | 2016-12-15 | 1 | -3/+3 |
| | |||||
* | QR code warns for scanners that keep history | Ian Coleman | 2016-12-15 | 1 | -2/+7 |
| | |||||
* | Bits of entropy has info about possible weaknesses | Ian Coleman | 2016-12-15 | 1 | -1/+6 |
| | |||||
* | License details in More Info section | Ian Coleman | 2016-12-15 | 1 | -0/+6 |
| | |||||
* | Typo Extendend > Extended | Ian Coleman | 2016-12-13 | 1 | -1/+1 |
| | |||||
* | BIP44 Account xprv and xpub keys are shown | Ian Coleman | 2016-12-12 | 1 | -23/+32 |
| | | | | which are used for import / export in most BIP44 wallets. | ||||
* | QR code shown on hover for certain bits of data | Ian Coleman | 2016-12-01 | 1 | -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 switching | Ian Coleman | 2016-11-29 | 1 | -0/+2 |
| | |||||
* | Strings in UI marked for translation | Ian Coleman | 2016-11-29 | 1 | -124/+152 |
| | | | | in preparation for adding multiple languages to the interface. | ||||
* | BIP32 tab wallets use consistent vertical spacing | Ian Coleman | 2016-11-28 | 1 | -1/+6 |
| | |||||
* | Blank rows in initial table have no missing cells | Ian Coleman | 2016-11-28 | 1 | -5/+5 |
| | |||||
* | Hive wallet is no longer available | Ian Coleman | 2016-11-28 | 1 | -9/+0 |
| | |||||
* | Mycelium derivation paths contain more details | Ian Coleman | 2016-11-28 | 1 | -1/+12 |
| | |||||
* | Entropy defaults to generating a 15 word mnemonic | Ian Coleman | 2016-11-25 | 1 | -1/+1 |
| | |||||
* | Entropy feedback retains horizontal spacing | Ian Coleman | 2016-11-16 | 1 | -12/+18 |
| | | | | | was previously wrapping poorly for entropy with zxcvbn suggestions, such as many repeated 6s | ||||
* | BigInteger library moved to own file | Ian Coleman | 2016-11-16 | 1 | -0/+1 |
| | |||||
* | Card suit font height is closer to text height | Ian Coleman | 2016-11-14 | 1 | -1/+1 |
| | |||||
* | Card suits have color and use larger font size | Ian Coleman | 2016-11-14 | 1 | -0/+16 |
| | |||||
* | Entropy section consumes less vertical space | Ian Coleman | 2016-11-14 | 1 | -51/+47 |
| | |||||
* | Entropy field consumes same vertical width as help | Ian Coleman | 2016-11-10 | 1 | -2/+2 |
| | |||||
* | Entropy strength measured using zxcvbn | Ian Coleman | 2016-11-10 | 1 | -0/+1 |
| | |||||
* | Entropy types are clearly indicated in UI | Ian Coleman | 2016-11-10 | 1 | -1/+12 |
| | |||||
* | Cards added to entropy placeholder text | Ian Coleman | 2016-11-10 | 1 | -1/+1 |
| | |||||
* | Mnemonic length can be set when using raw entropy | Ian Coleman | 2016-11-10 | 1 | -1/+1 |
| | |||||
* | Entropy feedback in tabular format, not sentence | Ian Coleman | 2016-11-10 | 1 | -10/+50 |
| | |||||
* | Entropy can be supplied by user | Ian Coleman | 2016-11-04 | 1 | -6/+50 |
| | |||||
* | Table uses monospace font. | Ian Coleman | 2016-11-03 | 1 | -1/+4 |
| | | | | See https://github.com/iancoleman/bip39/issues/32#issuecomment-257776567 | ||||
* | Public key column in table, shown as hex | Ian Coleman | 2016-11-02 | 1 | -0/+7 |
| | |||||
* | Languages no longer experimental. | Ian Coleman | 2016-10-21 | 1 | -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 Coleman | 2016-10-20 | 1 | -1/+2 |
| | |||||
* | Multiple language functionality added | Ian Coleman | 2016-10-20 | 1 | -0/+3 |
| | |||||
* | jsBip39 and wordlists updated with new languages | Ian Coleman | 2016-10-20 | 1 | -0/+6 |
| | |||||
* | Languages html to select language | Ian Coleman | 2016-10-20 | 1 | -0/+15 |
| | |||||
* | Links and author changed to iancoleman | Ian Coleman | 2016-10-11 | 1 | -5/+5 |
| | |||||
* | Generate button moved for simpler user experience | Ian Coleman | 2016-10-05 | 1 | -18/+25 |
| | |||||
* | Derivation path for Block Explorers | Ian Coleman | 2016-09-05 | 1 | -0/+9 |
| | |||||
* | Tests for passphrase and coin selection | Ian Coleman | 2016-08-23 | 1 | -8/+8 |
| | |||||
* | Bitcoin Core derivation path information | Ian Coleman | 2016-08-23 | 1 | -0/+9 |
| | |||||
* | Hardened Addresses checkbox | Ian Coleman | 2016-08-23 | 1 | -0/+7 |
| | | | | This closes issue #25 | ||||
* | BIP32 Root Key can be specified by user | Ian Coleman | 2016-08-23 | 1 | -1/+1 |
| |