Commit Graph

268 Commits

Author SHA1 Message Date
Graham Higgins
e8f46253e8 update readme with Slimcoin-specific text 2017-05-26 15:42:43 +01:00
Graham Higgins
01e81e53ae update compiled standalone. 2017-05-26 15:39:58 +01:00
Graham Higgins
7a5a87a0b9 Add Slimcoin 2017-05-26 15:14:12 +01:00
iancoleman
154e981fe7 Merge pull request #67 from 4eadd52d/master
Fix compile errors on some systems
2017-05-22 09:26:49 +10:00
4eadd52d
023a48938a Revert "Add virtual keyboard"
This reverts commit 5802c0b73b.
2017-05-21 11:04:16 +10:00
4eadd52d
5802c0b73b Add virtual keyboard
Add virtual keyboard for better security (against keyloggers)

https://github.com/Mottie/Keyboard
2017-05-19 21:21:33 +10:00
4eadd52d
ed5c77c413 Fix compile errors on some systems 2017-05-19 18:08:54 +10:00
iancoleman
0d1150545f Merge pull request #65 from mikeyb/game
Add GAME support
2017-04-28 09:16:29 +10:00
mikeyb
00fd1a035c add test for GAME 2017-04-23 17:00:13 -07: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
d2d98ef7a6 Regression test for seed from Japanese mnemonic 2017-03-03 08:30:06 +11:00
Ian Coleman
599fb39e4e jsbip39 updated - fixes Japanese language 2017-03-03 08:20:17 +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
18f160099d favicon added to index.html
Closes #53
2017-02-21 12:12:06 +11:00
Ian Coleman
56530adc04 BIP32 client select compiled into standalone 2017-02-19 12:38:39 +11:00
Ian Coleman
cdfaaf00c6 BIP32 client select tests 2017-02-19 12:38:18 +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
8b095871e8 Ethereum compiled into standalone 2017-02-11 20:55:49 +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
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
982e4e75c7 FSF donation link updated to working link 2017-02-10 18:12:58 +11:00
Ian Coleman
10cb3cc04b Compile works with both python 2 and 3 2017-02-10 18:09:27 +11:00
Ian Coleman
5ed50bd903 Raw Entropy is the default for mnemonic length 2017-02-10 18:09:13 +11:00
Ian Coleman
1e6a9f4162 Donations section in readme.md 2017-02-08 11:39:27 +11:00
Alexander Georgievskiy
b4fd763ceb Add client select 2017-02-07 22:51:24 +00:00
Alexander Georgievskiy
3f363a42b1 Add MultBit HD BIP32 hint 2017-02-08 00:46:57 +03: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
iancoleman
fef188cd1e Merge pull request #48 from chrisrico/master
Allow for better suggestion when a partial mnemonic word is entered
2017-01-04 10:41:15 +11:00
Chris Rico
3725abb540 When completing a mnemonic word, return immediately if one is found in the wordlist that starts with the given word 2017-01-01 18:07:13 -06:00
Ian Coleman
434caecd96 Card entropy changes compiled into standalone 2016-12-22 15:44:07 +11:00
Ian Coleman
bf9bdfd20f Note that entropy must not be stored
In response to
https://www.reddit.com/r/Bitcoin/comments/5j2cn8/how_can_i_encode_my_bip39_seed_into_the_order_of/
2016-12-22 15:41:36 +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
52da415f03 Warnings and QR changes compiled into standalone. 2016-12-15 11:51:24 +11:00
Ian Coleman
8a93952c1e QR code is hidden by default 2016-12-15 11:41:45 +11:00
Ian Coleman
97811c294c QR code warns for scanners that keep history 2016-12-15 11:39:44 +11:00
Ian Coleman
ede5137f6e Translation library can translate title attributes 2016-12-15 11:39:14 +11:00
Ian Coleman
e5abab4253 Bits of entropy has info about possible weaknesses 2016-12-15 11:29:26 +11:00
Ian Coleman
1f618a7792 License details in More Info section 2016-12-15 11:12:56 +11:00