Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | 1 | -1/+3 | |
| | | ||||||
* | | Ethereum tests | Ian Coleman | 2017-02-11 | 2 | -0/+3794 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | | Raw Entropy is the default for mnemonic length | Ian Coleman | 2017-02-10 | 1 | -2/+2 | |
|/ | ||||||
* | Entropy is left-padded to 256 bits | Ian Coleman | 2017-01-12 | 1 | -1/+1 | |
| | | | | Closes #49 | |||||
* | Generation process stopped when table rows cleared | Ian Coleman | 2017-01-04 | 1 | -4/+31 | |
| | | | | Closes #44 | |||||
* | Test suggested word for first four letters of word | Ian Coleman | 2017-01-04 | 1 | -2/+3 | |
| | | | | See https://github.com/iancoleman/bip39/pull/48 | |||||
* | When completing a mnemonic word, return immediately if one is found in the ↵ | Chris Rico | 2017-01-01 | 1 | -1/+3 | |
| | | | | wordlist that starts with the given word | |||||
* | 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 | 1 | -5/+2 | |
| | ||||||
* | Root key validity is checked before deriving | Ian Coleman | 2016-12-19 | 1 | -0/+8 | |
| | ||||||
* | xpub key can be used as bip32 root key | Ian Coleman | 2016-12-19 | 1 | -4/+22 | |
| | ||||||
* | 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 | 1 | -1/+1 | |
| | ||||||
* | BIP44 Account xprv and xpub keys are shown | Ian Coleman | 2016-12-12 | 2 | -23/+55 | |
| | | | | 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 | 3 | -8/+94 | |
| | | | | | | | | | | | | 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 | 1 | -1/+6 | |
| | ||||||
* | bitsPerEvent correct for multiple decks of cards | Ian Coleman | 2016-11-30 | 2 | -7/+14 | |
| | ||||||
* | Card bits per event is shown as the average value | Ian Coleman | 2016-11-30 | 1 | -1/+1 | |
| | ||||||
* | Card entropy has improved conversion to binary | Ian Coleman | 2016-11-30 | 1 | -90/+79 | |
| | | | | | 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. | |||||
* | 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 | |
| | ||||||
* | Card entropy calculation bugfix | Ian Coleman | 2016-11-25 | 1 | -12/+84 | |
| | | | | See https://github.com/iancoleman/bip39/issues/33 | |||||
* | Bits Per Event says 'or less' for card entropy | Ian Coleman | 2016-11-17 | 1 | -0/+3 | |
| | | | | | because as each card is discarded, less entropy is added for subsequent events. | |||||
* | Entropy library has extra comments for clarity | Ian Coleman | 2016-11-17 | 1 | -3/+5 | |
| | ||||||
* | Entropy library assumes cards are discarded | Ian Coleman | 2016-11-17 | 2 | -42/+56 | |
| | | | | and removed the duplicate logic from the UI logic. | |||||
* | Missing cards are detected | Ian Coleman | 2016-11-17 | 1 | -0/+20 | |
| | ||||||
* | Duplicate card detection is case insensitive | Ian Coleman | 2016-11-17 | 1 | -2/+3 | |
| | ||||||
* | 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 | |||||
* | Multiple decks of cards are possible | Ian Coleman | 2016-11-16 | 1 | -3/+7 | |
| | | | | but also a needless oversupply of entropy | |||||
* | zxcvbn errors are caught, with strength 'unknown' | Ian Coleman | 2016-11-16 | 1 | -7/+14 | |
| | ||||||
* | Card duplicates and use of full deck is detected | Ian Coleman | 2016-11-16 | 1 | -1/+44 | |
| | ||||||
* | Entropy strength for cards assumes no replacement | Ian Coleman | 2016-11-16 | 1 | -1/+30 | |
| | ||||||
* | BigInteger library moved to own file | Ian Coleman | 2016-11-16 | 3 | -1627/+1621 | |
| | ||||||
* | Card suit font height is closer to text height | Ian Coleman | 2016-11-14 | 1 | -1/+1 | |
| | ||||||
* | Entropy is truncated from the left | Ian Coleman | 2016-11-14 | 1 | -1/+2 | |
| | | | | This provides greater compatibility with bip32jp.github.io |