193 Commits

Author SHA1 Message Date
Ian Coleman
88ea3e40ee Release v0.2.3 2017-08-23 09:45:09 +10:00
iancoleman
e40acc3ab0 Merge pull request #92 from jonspock/master
Add maza coin, update PIVX in bip39-standalone.html
2017-08-23 09:30:43 +10:00
Jon Spock
56ad960105 Add maza coin 2017-08-21 17:13:44 -07:00
Ian Coleman
f128bd58c4 Release v0.2.2 2017-08-16 11:26:10 +10:00
Ian Coleman
0eda54f5a7 Improve showing feedback for pending calculations 2017-08-16 11:04:13 +10:00
Ian Coleman
ed6d9d3905 Clear old seed when mnemonic is changed 2017-08-16 10:43:09 +10:00
alkley
c0df01895d Added PIVX 2017-08-11 15:08:53 +02:00
Ian Coleman
b3cc3930d0 Release v0.2.1 2017-08-07 19:13:10 +10:00
Ian Coleman
7ebdf61c99 Order networks alphabetically 2017-08-07 18:57:41 +10:00
Ian Coleman
daab55dc61 Add BCH - Bitcoin Cash network 2017-08-07 18:54:12 +10:00
Ian Coleman
7b742f87d3 Default coin selection is BTC - Bitcoin 2017-08-07 18:54:12 +10:00
alkley
d5e01cc6e2 placeholder scripthash 2017-08-06 18:20:33 +02:00
alkley
adedbf9169 Added myriad to selectbox 2017-08-06 17:45:22 +02:00
alkley
f36d10080a Added myriad to extensions 2017-08-06 17:40:42 +02:00
Ian Coleman
9987f0c184 Release v0.2.0 2017-08-05 15:14:45 +10:00
Ian Coleman
6c08f364b3 Add BIP49 tab 2017-08-02 17:28:39 +10:00
Ian Coleman
fa2e4e936e Refactor clearKey to better named clearKeys 2017-08-02 17:12:21 +10:00
Ian Coleman
684624b522 Change BIP44 purpose and coin fields to readonly 2017-08-02 17:12:13 +10:00
Ian Coleman
33b3dd47aa Order tabs for derivation path alphabetically 2017-08-02 17:12:04 +10:00
Ian Coleman
a0091a40c4 Upgrade bitcoinjs from v1.5.7 to v3.1.1 2017-08-02 17:11:39 +10:00
Ian Coleman
039a98ba5a Release v0.1.2 2017-07-03 11:00:41 +10:00
mikeyb
534481b628 standardize dropdown naming scheme 2017-07-02 09:44:54 -07:00
mikeyb
0921f37077 Add CRW - Crown 2017-07-01 15:38:46 -07:00
Ian Coleman
f1e5d48491 Release v0.1.1 2017-06-20 11:00:01 +10:00
Ian Coleman
fe81f9b320 Rename Word Count to Raw Entropy Words
See issue 78
2017-06-20 10:58:51 +10:00
Ian Coleman
20f459ce8f Change entropy Strength to Time To Crack
See issue 78
2017-06-20 10:58:31 +10:00
Karol Rychlicki
c0386f3b78 add dash testnet 2017-06-16 19:30:15 +02:00
Ian Coleman
d0239db48c Add hex prefix to ethereum keys 2017-06-14 12:30:04 +10:00
Ian Coleman
8b18bdbb2e Display version number in top right 2017-06-14 12:26:31 +10:00
iancoleman
81f35b5e66 Merge pull request #71 from LedgerHQ/master
Deleting the remaining checksum from the Ripple private key
2017-06-06 14:25:13 +10:00
amougel
bbe7f1841c deleting the remaining checksum from the private key 2017-06-05 17:24:40 +02:00
amougel
71efc07467 deleting the remaining checksum from the private key 2017-06-05 17:08:22 +02:00
iancoleman
81ee6e8932 Merge pull request #70 from LedgerHQ/master
Add support for Ripple
2017-06-05 13:55:44 +10:00
amougel
64a7d2aad4 Added support for Ripple
Signed-off-by: amougel <alix.mougel@gmail.com>
2017-06-01 15:51:44 +02:00
Graham Higgins
7a5a87a0b9 Add Slimcoin 2017-05-26 15:14:12 +01:00
mikeyb
f88fab206f Add GAME support 2017-04-23 13:53:25 -07:00
Ian Coleman
6e0f24b1ba String normalization polyfill
Unfortunately required for phantomjs to pass tests
2017-03-03 08:57:32 +11:00
Ian Coleman
599fb39e4e jsbip39 updated - fixes Japanese language 2017-03-03 08:20:17 +11:00
Ian Coleman
52d589ea8d Network order is alphabetical.
Closes #56
2017-02-21 12:38:32 +11:00
Ian Coleman
18f160099d favicon added to index.html
Closes #53
2017-02-21 12:12:06 +11:00
Ian Coleman
6ee4fb7da1 Multibit on BIP32 tab has own section 2017-02-19 11:54:03 +11:00
Ian Coleman
29bf60f53b Client select has 'custom derivation path' option
* Specific clients cause derivation path input to be readonly
* Rename ambiguous variable client-phrase to bip32-client
2017-02-19 11:49:51 +11:00
Ian Coleman
a2e3e81989 Coin Client select moved to BIP32 tab 2017-02-19 11:37:46 +11:00
iancoleman
5de5781ad7 Merge pull request #55 from galeksandrp/patch-1
Add client select
2017-02-19 11:23:41 +11:00
Ian Coleman
49b21f122a Ethereum addresses include checksum 2017-02-15 19:45:03 +11:00
Ian Coleman
24137d9607 Ethereum tests
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
2017-02-11 20:26:21 +11:00
Ian Coleman
0edac945e5 Ethereum address table is populated 2017-02-10 20:25:47 +11:00
Ian Coleman
505a31593e Ethereum Util library
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
2017-02-10 20:08:19 +11:00
Ian Coleman
5ed50bd903 Raw Entropy is the default for mnemonic length 2017-02-10 18:09:13 +11:00
Alexander Georgievskiy
b4fd763ceb Add client select 2017-02-07 22:51:24 +00:00