aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove hand-rolled translation libraryIan Coleman2017-10-021-130/+128
|
* List alternative toolsIan Coleman2017-10-021-0/+15
|
* Release v0.2.6Ian Coleman2017-09-201-1/+1
|
* Detect and warn of filtered entropyIan Coleman2017-09-201-0/+7
|
* Reword entropy text to say one type, not multipleIan Coleman2017-09-191-1/+1
|
* Adding BIP 49 to "More info" section.Jonathan Cross2017-09-181-0/+5
|
* Release v0.2.5Ian Coleman2017-09-011-1/+1
|
* Allow P2WPKH nested in P2SH addresses on BIP32 tabIan Coleman2017-09-011-0/+7
|
* Release v0.2.4Ian Coleman2017-08-281-1/+1
|
* Add a checkbox to switch litecoin key prefixesIan Coleman2017-08-281-0/+9
|
* Release v0.2.3Ian Coleman2017-08-231-1/+1
|
* Release v0.2.2Ian Coleman2017-08-161-1/+1
|
* Release v0.2.1Ian Coleman2017-08-071-1/+1
|
* Release v0.2.0Ian Coleman2017-08-051-1/+1
|
* Add BIP49 tabIan Coleman2017-08-021-0/+93
|
* Change BIP44 purpose and coin fields to readonlyIan Coleman2017-08-021-2/+2
|
* Order tabs for derivation path alphabeticallyIan Coleman2017-08-021-3/+3
|
* Upgrade bitcoinjs from v1.5.7 to v3.1.1Ian Coleman2017-08-021-1/+1
|
* Release v0.1.2Ian Coleman2017-07-031-1/+1
|
* Release v0.1.1Ian Coleman2017-06-201-1/+1
|
* Rename Word Count to Raw Entropy WordsIan Coleman2017-06-201-1/+1
| | | | See issue 78
* Change entropy Strength to Time To CrackIan Coleman2017-06-201-2/+2
| | | | See issue 78
* Display version number in top rightIan Coleman2017-06-141-0/+6
|
* Added support for Rippleamougel2017-06-011-0/+2
| | | | Signed-off-by: amougel <alix.mougel@gmail.com>
* String normalization polyfillIan Coleman2017-03-031-0/+1
| | | | Unfortunately required for phantomjs to pass tests
* favicon added to index.htmlIan Coleman2017-02-211-0/+1
| | | | Closes #53
* 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
|