Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release v0.2.5 | Ian Coleman | 2017-09-01 | 1 | -1/+1 |
| | |||||
* | Allow P2WPKH nested in P2SH addresses on BIP32 tab | Ian Coleman | 2017-09-01 | 1 | -0/+7 |
| | |||||
* | Release v0.2.4 | Ian Coleman | 2017-08-28 | 1 | -1/+1 |
| | |||||
* | Add a checkbox to switch litecoin key prefixes | Ian Coleman | 2017-08-28 | 1 | -0/+9 |
| | |||||
* | Release v0.2.3 | Ian Coleman | 2017-08-23 | 1 | -1/+1 |
| | |||||
* | Release v0.2.2 | Ian Coleman | 2017-08-16 | 1 | -1/+1 |
| | |||||
* | Release v0.2.1 | Ian Coleman | 2017-08-07 | 1 | -1/+1 |
| | |||||
* | Release v0.2.0 | Ian Coleman | 2017-08-05 | 1 | -1/+1 |
| | |||||
* | Add BIP49 tab | Ian Coleman | 2017-08-02 | 1 | -0/+93 |
| | |||||
* | Change BIP44 purpose and coin fields to readonly | Ian Coleman | 2017-08-02 | 1 | -2/+2 |
| | |||||
* | Order tabs for derivation path alphabetically | Ian Coleman | 2017-08-02 | 1 | -3/+3 |
| | |||||
* | Upgrade bitcoinjs from v1.5.7 to v3.1.1 | Ian Coleman | 2017-08-02 | 1 | -1/+1 |
| | |||||
* | Release v0.1.2 | Ian Coleman | 2017-07-03 | 1 | -1/+1 |
| | |||||
* | Release v0.1.1 | Ian Coleman | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | Rename Word Count to Raw Entropy Words | Ian Coleman | 2017-06-20 | 1 | -1/+1 |
| | | | | See issue 78 | ||||
* | Change entropy Strength to Time To Crack | Ian Coleman | 2017-06-20 | 1 | -2/+2 |
| | | | | See issue 78 | ||||
* | Display version number in top right | Ian Coleman | 2017-06-14 | 1 | -0/+6 |
| | |||||
* | Added support for Ripple | amougel | 2017-06-01 | 1 | -0/+2 |
| | | | | Signed-off-by: amougel <alix.mougel@gmail.com> | ||||
* | String normalization polyfill | Ian Coleman | 2017-03-03 | 1 | -0/+1 |
| | | | | Unfortunately required for phantomjs to pass tests | ||||
* | favicon added to index.html | Ian Coleman | 2017-02-21 | 1 | -0/+1 |
| | | | | Closes #53 | ||||
* | 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 |
| |