116 Commits

Author SHA1 Message Date
Ian Coleman
93c3ef4757 Use correct prefixes for xprv/xpub with segwit 2017-10-31 11:44:42 +11:00
Ian Coleman
fe8f2d140d Allow BitPay address format for bitcoin cash 2017-10-31 10:35:52 +11:00
Ian Coleman
0cca6e893a Add test for nubits network 2017-10-10 12:04:27 +11:00
Ian Coleman
4aa771eb68 Add test for fujicoin 2017-10-03 14:40:56 +11:00
Ian Coleman
ee0981f1ec Detect and warn of filtered entropy 2017-09-20 11:25:21 +10:00
Ian Coleman
88311463c7 Allow P2WPKH nested in P2SH addresses on BIP32 tab 2017-09-01 12:28:27 +10:00
Ian Coleman
3abab9b087 Add a checkbox to switch litecoin key prefixes 2017-08-28 09:45:38 +10:00
Ian Coleman
b18eb97ae3 Show error when using xpub with hardened addresses 2017-08-24 09:37:21 +10:00
Ian Coleman
8a9f391376 Test for Maza network 2017-08-23 09:41:53 +10:00
Ian Coleman
ed6d9d3905 Clear old seed when mnemonic is changed 2017-08-16 10:43:09 +10:00
Ian Coleman
47b64d3ee1 Add PIVX network tests 2017-08-14 15:27:24 +10:00
Ian Coleman
c18511dd0d Add myriadcoin test 2017-08-07 19:01:03 +10:00
Ian Coleman
daab55dc61 Add BCH - Bitcoin Cash network 2017-08-07 18:54:12 +10:00
Ian Coleman
6c08f364b3 Add BIP49 tab 2017-08-02 17:28:39 +10:00
Ian Coleman
684624b522 Change BIP44 purpose and coin fields to readonly 2017-08-02 17:12:13 +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
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
56b1275f40 Fix typo: s/litecoin/ripple 2017-06-14 13:45:11 +10:00
Ian Coleman
0163fe6a38 Fix ethereum test to include hex prefix 2017-06-14 12:37:29 +10:00
iancoleman
81ee6e8932 Merge pull request #70 from LedgerHQ/master
Add support for Ripple
2017-06-05 13:55:44 +10:00
amougel
a96cfdf3d3 Added test 2017-06-02 14:27:12 +02:00
Graham Higgins
7a5a87a0b9 Add Slimcoin 2017-05-26 15:14:12 +01:00
mikeyb
00fd1a035c add test for GAME 2017-04-23 17:00:13 -07:00
Ian Coleman
d2d98ef7a6 Regression test for seed from Japanese mnemonic 2017-03-03 08:30:06 +11:00
Ian Coleman
e6f08c6a6d Issue 58 test - bitcore bip32 derivation bug
Closes #58
2017-02-24 09:56:18 +11:00
Ian Coleman
52d589ea8d Network order is alphabetical.
Closes #56
2017-02-21 12:38:32 +11:00
Ian Coleman
cdfaaf00c6 BIP32 client select tests 2017-02-19 12:38:18 +11:00
Ian Coleman
49b21f122a Ethereum addresses include checksum 2017-02-15 19:45:03 +11:00
Ian Coleman
ddeb86131e Test timeout increased for low performance devices 2017-02-11 20:50:21 +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
5ed50bd903 Raw Entropy is the default for mnemonic length 2017-02-10 18:09:13 +11:00
Ian Coleman
53aaab270d Entropy is left-padded to 256 bits
Closes #49
2017-01-12 13:47:09 +11:00
Ian Coleman
40892aba50 Generation process stopped when table rows cleared
Closes #44
2017-01-04 11:31:45 +11:00
Ian Coleman
6ea15134a4 Test suggested word for first four letters of word
See https://github.com/iancoleman/bip39/pull/48
2017-01-04 10:59:21 +11:00
Ian Coleman
9d33c8925d Card entropy uses secure hashing when > 256 bits 2016-12-22 15:40:41 +11:00
Ian Coleman
0a1f0259d1 Root key validity is checked before deriving 2016-12-19 14:17:36 +11:00
Ian Coleman
ba3cb9ecae xpub key can be used as bip32 root key 2016-12-19 13:55:21 +11:00
Ian Coleman
c554e6ff5c BIP44 Account xprv and xpub keys are shown
which are used for import / export in most BIP44 wallets.
2016-12-12 11:04:41 +11:00
Ian Coleman
e00964ccf7 QR code shown on hover for certain bits of data
QR code shown for:
* mnemonic
* seed
* root key
* derived extended private key
* derived extended public key
* addresses
* public keys
* private keys
2016-12-01 11:25:36 +11:00
Ian Coleman
fc7c248faf Entropy with more than 4 decks can be calculated 2016-11-30 19:43:14 +11:00
Ian Coleman
87ad2c6e4c Card entropy has improved conversion to binary
See http://crypto.stackexchange.com/q/41886
and https://github.com/iancoleman/bip39/issues/33#issuecomment-263021856
2016-11-30 15:30:19 +11:00
Ian Coleman
92e73fd952 Test for issue 33 checks raw entropy is in use 2016-11-25 14:56:09 +11:00
Ian Coleman
55b592b498 Entropy defaults to generating a 15 word mnemonic 2016-11-25 14:34:11 +11:00
Ian Coleman
886f06ee6b Card entropy calculation bugfix
See https://github.com/iancoleman/bip39/issues/33
2016-11-25 14:24:58 +11:00
Ian Coleman
6422c1cd57 Entropy library assumes cards are discarded
and removed the duplicate logic from the UI logic.
2016-11-17 14:28:26 +11:00
Ian Coleman
bbc29c80f4 Missing cards are detected 2016-11-17 11:59:15 +11:00
Ian Coleman
5c653a12e7 Duplicate card detection is case insensitive 2016-11-17 11:34:09 +11:00
Ian Coleman
0c6777eec4 testMaxTime increased from 5s to 10s
Specifically for test titled "Very large entropy results in very long
mnemonics"
2016-11-16 13:00:26 +11:00