Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Add virtual keyboard | 4eadd52d | 2017-05-19 | 7 | -2/+6913 | |
| | | | | | | | | | | | | | | | | | | Add virtual keyboard for better security (against keyloggers) https://github.com/Mottie/Keyboard | |||||
| * | | Fix compile errors on some systems | 4eadd52d | 2017-05-19 | 1 | -4/+4 | |
|/ / | ||||||
* | | Merge pull request #65 from mikeyb/game | iancoleman | 2017-04-28 | 4 | -0/+64 | |
|\ \ | | | | | | | Add GAME support | |||||
| * | | add test for GAME | mikeyb | 2017-04-23 | 1 | -0/+30 | |
| | | | ||||||
| * | | Add GAME support | mikeyb | 2017-04-23 | 3 | -0/+34 | |
|/ / | ||||||
* | | String normalization polyfill | Ian Coleman | 2017-03-03 | 3 | -0/+886 | |
| | | | | | | | | Unfortunately required for phantomjs to pass tests | |||||
* | | Regression test for seed from Japanese mnemonic | Ian Coleman | 2017-03-03 | 1 | -0/+29 | |
| | | ||||||
* | | jsbip39 updated - fixes Japanese language | Ian Coleman | 2017-03-03 | 2 | -4/+6 | |
| | | ||||||
* | | Issue 58 test - bitcore bip32 derivation bug | Ian Coleman | 2017-02-24 | 1 | -0/+32 | |
| | | | | | | | | Closes #58 | |||||
* | | Network order is alphabetical. | Ian Coleman | 2017-02-21 | 3 | -82/+117 | |
| | | | | | | | | Closes #56 | |||||
* | | favicon added to index.html | Ian Coleman | 2017-02-21 | 2 | -0/+2 | |
| | | | | | | | | Closes #53 | |||||
* | | BIP32 client select compiled into standalone | Ian Coleman | 2017-02-19 | 1 | -0/+75 | |
| | | ||||||
* | | BIP32 client select tests | Ian Coleman | 2017-02-19 | 1 | -0/+96 | |
| | | ||||||
* | | Multibit on BIP32 tab has own section | Ian Coleman | 2017-02-19 | 2 | -8/+13 | |
| | | ||||||
* | | Client select has 'custom derivation path' option | Ian Coleman | 2017-02-19 | 2 | -14/+20 | |
| | | | | | | | | | | * 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 | 2 | -1/+65 | |
|\ \ | | | | | | | Add client select | |||||
| * | | Add client select | Alexander Georgievskiy | 2017-02-07 | 2 | -0/+57 | |
| | | | ||||||
| * | | Add MultBit HD BIP32 hint | Alexander Georgievskiy | 2017-02-08 | 1 | -1/+8 | |
| |/ | ||||||
* | | Ethereum addresses include checksum | Ian Coleman | 2017-02-15 | 3 | -4/+8 | |
| | | ||||||
* | | Ethereum compiled into standalone | Ian Coleman | 2017-02-11 | 1 | -0/+22570 | |
| | | ||||||
* | | Test timeout increased for low performance devices | Ian Coleman | 2017-02-11 | 1 | -1/+1 | |
| | | ||||||
* | | Ethereum tests | Ian Coleman | 2017-02-11 | 3 | -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 populated | Ian Coleman | 2017-02-10 | 1 | -0/+14 | |
| | | ||||||
* | | Ethereum Util library | Ian Coleman | 2017-02-10 | 2 | -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 link | Ian Coleman | 2017-02-10 | 1 | -1/+1 | |
| | | ||||||
* | | Compile works with both python 2 and 3 | Ian Coleman | 2017-02-10 | 1 | -1/+1 | |
| | | ||||||
* | | Raw Entropy is the default for mnemonic length | Ian Coleman | 2017-02-10 | 3 | -10/+5 | |
| | | ||||||
* | | Donations section in readme.md | Ian Coleman | 2017-02-08 | 1 | -0/+22 | |
|/ | ||||||
* | Entropy is left-padded to 256 bits | Ian Coleman | 2017-01-12 | 3 | -2/+31 | |
| | | | | Closes #49 | |||||
* | Generation process stopped when table rows cleared | Ian Coleman | 2017-01-04 | 3 | -8/+106 | |
| | | | | Closes #44 | |||||
* | Test suggested word for first four letters of word | Ian Coleman | 2017-01-04 | 3 | -4/+31 | |
| | | | | See https://github.com/iancoleman/bip39/pull/48 | |||||
* | Merge pull request #48 from chrisrico/master | iancoleman | 2017-01-04 | 2 | -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 Rico | 2017-01-01 | 2 | -2/+6 | |
|/ | | | | wordlist that starts with the given word | |||||
* | Card entropy changes compiled into standalone | Ian Coleman | 2016-12-22 | 1 | -5/+10 | |
| | ||||||
* | 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/ | |||||
* | Card entropy uses secure hashing when > 256 bits | Ian Coleman | 2016-12-22 | 2 | -24/+21 | |
| | ||||||
* | Root key validity is checked before deriving | Ian Coleman | 2016-12-19 | 3 | -0/+40 | |
| | ||||||
* | xpub key can be used as bip32 root key | Ian Coleman | 2016-12-19 | 3 | -8/+147 | |
| | ||||||
* | Warnings and QR changes compiled into standalone. | Ian Coleman | 2016-12-15 | 1 | -11/+44 | |
| | ||||||
* | QR code is hidden by default | Ian Coleman | 2016-12-15 | 2 | -4/+4 | |
| | ||||||
* | QR code warns for scanners that keep history | Ian Coleman | 2016-12-15 | 2 | -4/+13 | |
| | ||||||
* | Translation library can translate title attributes | Ian Coleman | 2016-12-15 | 1 | -3/+16 | |
| | ||||||
* | 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 | 2 | -2/+2 | |
| | ||||||
* | BIP44 account extended keys compiled to standalone | Ian Coleman | 2016-12-12 | 1 | -29/+70 | |
| | ||||||
* | BIP44 Account xprv and xpub keys are shown | Ian Coleman | 2016-12-12 | 3 | -23/+107 | |
| | | | | which are used for import / export in most BIP44 wallets. | |||||
* | bip44TabSelected and bip32TabSelected functions | Ian Coleman | 2016-12-12 | 1 | -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 var | Ian Coleman | 2016-12-12 | 1 | -4/+5 | |
| |