aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add hex prefix to ethereum keysIan Coleman2017-06-142-0/+3
|
* Display version number in top rightIan Coleman2017-06-142-0/+7
|
* Add changelogIan Coleman2017-06-141-0/+3
|
* Merge pull request #71 from LedgerHQ/masteriancoleman2017-06-061-1/+1
|\ | | | | Deleting the remaining checksum from the Ripple private key
| * deleting the remaining checksum from the private keyamougel2017-06-051-1/+1
| |
| * deleting the remaining checksum from the private keyamougel2017-06-051-1/+1
| |
* | Merge pull request #70 from LedgerHQ/masteriancoleman2017-06-056-0/+4097
|\| | | | | Add support for Ripple
| * mergingamougel2017-06-020-0/+0
| |\
| | * Merge pull request #1 from amougel/masterPierre Pollastri2017-06-0113-89/+50674
| | |\ | | | | | | | | Ripple support
| * | | Added testamougel2017-06-021-0/+30
| | |/ | |/|
| * | compiled ripple versionamougel2017-06-011-0/+2033
| | |
| * | Added support for Rippleamougel2017-06-014-0/+2034
| | | | | | | | | | | | Signed-off-by: amougel <alix.mougel@gmail.com>
* | | Revert "update readme with Slimcoin-specific text"Ian Coleman2017-05-301-3/+1
| | | | | | | | | | | | This reverts commit e8f46253e8ba7fbc9b7ac93066addb9938cd767d.
* | | Merge pull request #69 from slimcoin-project/masteriancoleman2017-05-305-1/+131
|\ \ \ | |/ / |/| | Add Slimcoin
| * | update readme with Slimcoin-specific textGraham Higgins2017-05-261-1/+3
| | |
| * | update compiled standalone.Graham Higgins2017-05-261-0/+34
| | |
| * | Add SlimcoinGraham Higgins2017-05-263-0/+94
|/ /
* | Merge pull request #67 from 4eadd52d/masteriancoleman2017-05-221-4/+4
|\ \ | | | | | | Fix compile errors on some systems
| * | Revert "Add virtual keyboard"4eadd52d2017-05-217-6913/+2
| | | | | | | | | | | | This reverts commit 5802c0b73bb8b32eab28adb7f3b53fac30623859.
| * | Add virtual keyboard4eadd52d2017-05-197-2/+6913
| | | | | | | | | | | | | | | | | | Add virtual keyboard for better security (against keyloggers) https://github.com/Mottie/Keyboard
| * | Fix compile errors on some systems4eadd52d2017-05-191-4/+4
|/ /
* | Merge pull request #65 from mikeyb/gameiancoleman2017-04-284-0/+64
|\ \ | | | | | | Add GAME support
| * | add test for GAMEmikeyb2017-04-231-0/+30
| | |
| * | Add GAME supportmikeyb2017-04-233-0/+34
|/ /
* | String normalization polyfillIan Coleman2017-03-033-0/+886
| | | | | | | | Unfortunately required for phantomjs to pass tests
* | Regression test for seed from Japanese mnemonicIan Coleman2017-03-031-0/+29
| |
* | jsbip39 updated - fixes Japanese languageIan Coleman2017-03-032-4/+6
| |
* | Issue 58 test - bitcore bip32 derivation bugIan Coleman2017-02-241-0/+32
| | | | | | | | Closes #58
* | Network order is alphabetical.Ian Coleman2017-02-213-82/+117
| | | | | | | | Closes #56
* | favicon added to index.htmlIan Coleman2017-02-212-0/+2
| | | | | | | | Closes #53
* | BIP32 client select compiled into standaloneIan Coleman2017-02-191-0/+75
| |
* | BIP32 client select testsIan Coleman2017-02-191-0/+96
| |
* | Multibit on BIP32 tab has own sectionIan Coleman2017-02-192-8/+13
| |
* | Client select has 'custom derivation path' optionIan Coleman2017-02-192-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 tabIan Coleman2017-02-191-8/+8
| |
* | 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