Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | ||||||
* | QR code shown on hover for certain bits of data | Ian Coleman | 2016-12-01 | 5 | -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 calculated | Ian Coleman | 2016-11-30 | 3 | -8/+65 | |
| | ||||||
* | bitsPerEvent correct for multiple decks of cards | Ian Coleman | 2016-11-30 | 3 | -14/+28 | |
| | ||||||
* | Card bits per event is shown as the average value | Ian Coleman | 2016-11-30 | 2 | -2/+2 | |
| | ||||||
* | Translations and new card entropy in standalone | Ian Coleman | 2016-11-30 | 1 | -214/+467 | |
| | ||||||
* | Card entropy has improved conversion to binary | Ian Coleman | 2016-11-30 | 2 | -267/+117 | |
| | | | | | See http://crypto.stackexchange.com/q/41886 and https://github.com/iancoleman/bip39/issues/33#issuecomment-263021856 | |||||
* | Translation library does basic language switching | Ian Coleman | 2016-11-29 | 3 | -0/+236 | |
| | ||||||
* | Strings in UI marked for translation | Ian Coleman | 2016-11-29 | 1 | -124/+152 | |
| | | | | in preparation for adding multiple languages to the interface. | |||||
* | MIT license | Ian Coleman | 2016-11-29 | 2 | -0/+25 | |
| | ||||||
* | BIP32 Tab wallet changes compiled into standalone | Ian Coleman | 2016-11-28 | 1 | -15/+22 | |
| | ||||||
* | 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 | |
| | ||||||
* | Test for issue 33 checks raw entropy is in use | Ian Coleman | 2016-11-25 | 1 | -0/+14 | |
| | ||||||
* | Card entropy fixes compiled into standalone | Ian Coleman | 2016-11-25 | 1 | -13/+85 | |
| | ||||||
* | Entropy defaults to generating a 15 word mnemonic | Ian Coleman | 2016-11-25 | 2 | -1/+6 | |
| | ||||||
* | Card entropy calculation bugfix | Ian Coleman | 2016-11-25 | 2 | -18/+260 | |
| | | | | See https://github.com/iancoleman/bip39/issues/33 | |||||
* | Card entropy corrections compiled into standalone | Ian Coleman | 2016-11-17 | 1 | -44/+84 | |
| |