Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add BCH - Bitcoin Cash network | Ian Coleman | 2017-08-07 | 1 | -0/+8 |
| | |||||
* | Default coin selection is BTC - Bitcoin | Ian Coleman | 2017-08-07 | 1 | -0/+3 |
| | |||||
* | placeholder scripthash | alkley | 2017-08-06 | 1 | -0/+1 |
| | |||||
* | Added myriad to selectbox | alkley | 2017-08-06 | 1 | -0/+8 |
| | |||||
* | Added myriad to extensions | alkley | 2017-08-06 | 1 | -0/+10 |
| | |||||
* | Release v0.2.0 | Ian Coleman | 2017-08-05 | 1 | -1/+1 |
| | |||||
* | Add BIP49 tab | Ian Coleman | 2017-08-02 | 3 | -26/+238 |
| | |||||
* | Refactor clearKey to better named clearKeys | Ian Coleman | 2017-08-02 | 1 | -2/+12 |
| | |||||
* | Change BIP44 purpose and coin fields to readonly | Ian Coleman | 2017-08-02 | 2 | -4/+2 |
| | |||||
* | Order tabs for derivation path alphabetically | Ian Coleman | 2017-08-02 | 1 | -3/+3 |
| | |||||
* | Upgrade bitcoinjs from v1.5.7 to v3.1.1 | Ian Coleman | 2017-08-02 | 5 | -12734/+14950 |
| | |||||
* | Release v0.1.2 | Ian Coleman | 2017-07-03 | 1 | -1/+1 |
| | |||||
* | standardize dropdown naming scheme | mikeyb | 2017-07-02 | 1 | -33/+33 |
| | |||||
* | Add CRW - Crown | mikeyb | 2017-07-01 | 2 | -0/+17 |
| | |||||
* | Release v0.1.1 | Ian Coleman | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | Rename Word Count to Raw Entropy Words | Ian Coleman | 2017-06-20 | 1 | -1/+1 |
| | | | | See issue 78 | ||||
* | Change entropy Strength to Time To Crack | Ian Coleman | 2017-06-20 | 2 | -32/+10 |
| | | | | See issue 78 | ||||
* | add dash testnet | Karol Rychlicki | 2017-06-16 | 2 | -0/+17 |
| | |||||
* | Add hex prefix to ethereum keys | Ian Coleman | 2017-06-14 | 1 | -0/+2 |
| | |||||
* | Display version number in top right | Ian Coleman | 2017-06-14 | 1 | -0/+6 |
| | |||||
* | Merge pull request #71 from LedgerHQ/master | iancoleman | 2017-06-06 | 1 | -1/+1 |
|\ | | | | | Deleting the remaining checksum from the Ripple private key | ||||
| * | deleting the remaining checksum from the private key | amougel | 2017-06-05 | 1 | -1/+1 |
| | | |||||
| * | deleting the remaining checksum from the private key | amougel | 2017-06-05 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #70 from LedgerHQ/master | iancoleman | 2017-06-05 | 4 | -0/+2034 |
|\| | | | | | Add support for Ripple | ||||
| * | Added support for Ripple | amougel | 2017-06-01 | 4 | -0/+2034 |
| | | | | | | | | Signed-off-by: amougel <alix.mougel@gmail.com> | ||||
* | | Add Slimcoin | Graham Higgins | 2017-05-26 | 2 | -0/+34 |
|/ | |||||
* | Add GAME support | mikeyb | 2017-04-23 | 2 | -0/+17 |
| | |||||
* | String normalization polyfill | Ian Coleman | 2017-03-03 | 2 | -0/+443 |
| | | | | Unfortunately required for phantomjs to pass tests | ||||
* | jsbip39 updated - fixes Japanese language | Ian Coleman | 2017-03-03 | 1 | -2/+3 |
| | |||||
* | Network order is alphabetical. | Ian Coleman | 2017-02-21 | 1 | -33/+33 |
| | | | | Closes #56 | ||||
* | favicon added to index.html | Ian Coleman | 2017-02-21 | 1 | -0/+1 |
| | | | | Closes #53 | ||||
* | 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 | 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 |
| |