aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #55 from galeksandrp/patch-1iancoleman2017-02-192-1/+65
|\ \ | | | | | | Add client select
| * | Add client selectAlexander Georgievskiy2017-02-072-0/+57
| | |
| * | Add MultBit HD BIP32 hintAlexander Georgievskiy2017-02-081-1/+8
| |/
* | Ethereum addresses include checksumIan Coleman2017-02-153-4/+8
| |
* | Ethereum compiled into standaloneIan Coleman2017-02-111-0/+22570
| |
* | Test timeout increased for low performance devicesIan Coleman2017-02-111-1/+1
| |
* | Ethereum testsIan Coleman2017-02-113-0/+3854
| | | | | | | | | | | | | | | | | | | | | | | | 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 address table is populatedIan Coleman2017-02-101-0/+14
| |
* | Ethereum Util libraryIan Coleman2017-02-102-0/+18763
| | | | | | | | | | | | | | 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
* | FSF donation link updated to working linkIan Coleman2017-02-101-1/+1
| |
* | Compile works with both python 2 and 3Ian Coleman2017-02-101-1/+1
| |
* | Raw Entropy is the default for mnemonic lengthIan Coleman2017-02-103-10/+5
| |
* | Donations section in readme.mdIan Coleman2017-02-081-0/+22
|/
* Entropy is left-padded to 256 bitsIan Coleman2017-01-123-2/+31
| | | | Closes #49
* Generation process stopped when table rows clearedIan Coleman2017-01-043-8/+106
| | | | Closes #44
* Test suggested word for first four letters of wordIan Coleman2017-01-043-4/+31
| | | | See https://github.com/iancoleman/bip39/pull/48
* Merge pull request #48 from chrisrico/masteriancoleman2017-01-042-2/+6
|\ | | | | Allow for better suggestion when a partial mnemonic word is entered
| * When completing a mnemonic word, return immediately if one is found in the ↵Chris Rico2017-01-012-2/+6
|/ | | | wordlist that starts with the given word
* Card entropy changes compiled into standaloneIan Coleman2016-12-221-5/+10
|
* 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/
* Card entropy uses secure hashing when > 256 bitsIan Coleman2016-12-222-24/+21
|
* Root key validity is checked before derivingIan Coleman2016-12-193-0/+40
|
* xpub key can be used as bip32 root keyIan Coleman2016-12-193-8/+147
|
* Warnings and QR changes compiled into standalone.Ian Coleman2016-12-151-11/+44
|
* QR code is hidden by defaultIan Coleman2016-12-152-4/+4
|
* QR code warns for scanners that keep historyIan Coleman2016-12-152-4/+13
|
* Translation library can translate title attributesIan Coleman2016-12-151-3/+16
|
* 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-132-2/+2
|
* BIP44 account extended keys compiled to standaloneIan Coleman2016-12-121-29/+70
|
* BIP44 Account xprv and xpub keys are shownIan Coleman2016-12-123-23/+107
| | | | which are used for import / export in most BIP44 wallets.
* bip44TabSelected and bip32TabSelected functionsIan Coleman2016-12-121-2/+10
| | | | | This is more descriptive than a blob of jquery, and simplifies reuse in the near future.
* Extended Key calculation does not use global varIan Coleman2016-12-121-4/+5
|
* QR code shown on hover for certain bits of dataIan Coleman2016-12-015-16/+232
| | | | | | | | | | | | QR code shown for: * mnemonic * seed * root key * derived extended private key * derived extended public key * addresses * public keys * private keys
* Entropy with more than 4 decks can be calculatedIan Coleman2016-11-303-8/+65
|
* bitsPerEvent correct for multiple decks of cardsIan Coleman2016-11-303-14/+28
|
* Card bits per event is shown as the average valueIan Coleman2016-11-302-2/+2
|
* Translations and new card entropy in standaloneIan Coleman2016-11-301-214/+467
|
* Card entropy has improved conversion to binaryIan Coleman2016-11-302-267/+117
| | | | | See http://crypto.stackexchange.com/q/41886 and https://github.com/iancoleman/bip39/issues/33#issuecomment-263021856
* Translation library does basic language switchingIan Coleman2016-11-293-0/+236
|
* Strings in UI marked for translationIan Coleman2016-11-291-124/+152
| | | | in preparation for adding multiple languages to the interface.
* MIT licenseIan Coleman2016-11-292-0/+25
|
* BIP32 Tab wallet changes compiled into standaloneIan Coleman2016-11-281-15/+22
|
* 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
|
* Test for issue 33 checks raw entropy is in useIan Coleman2016-11-251-0/+14
|
* Card entropy fixes compiled into standaloneIan Coleman2016-11-251-13/+85
|