909 Commits

Author SHA1 Message Date
Ian Coleman
e2fdc5b942 Release v0.5.4 2021-10-08 15:10:31 +11:00
Ian Coleman
450b0a571a Fix coin name in divi tests 2021-10-08 14:46:39 +11:00
iancoleman
5c4382c3c1 Merge pull request #525 from secinthenet/add-tests-lockfile
tests: add jasmine dep and missing lockfile
2021-10-08 14:18:49 +11:00
iancoleman
c3c7cebfe4 Merge pull request #522 from secinthenet/fix-seed-only-coin-switch2
fix "blank mnemonic" errors when using only seed
2021-10-08 14:17:01 +11:00
iancoleman
58d84449f4 Merge pull request #521 from 7h3v01c3/master
Added Divi
2021-10-08 14:15:04 +11:00
iancoleman
9303d0e078 Merge pull request #510 from Macha-orange/PBKDF2
Add PBKDF2 customization
2021-10-08 14:03:20 +11:00
iancoleman
bd1f1706fe Merge pull request #508 from Macha-orange/master
Add "auto compute" check box
2021-10-08 13:53:32 +11:00
iancoleman
8d119065f0 Merge pull request #506 from tecnovert/master
Add Particl support
2021-10-08 13:50:31 +11:00
Sylvia G
45a8e2a218 test: verify BROWSER is valid 2021-10-07 10:45:02 +03:00
Sylvia G
d035063dcc test: add npm lockfile 2021-10-07 10:44:38 +03:00
Sylvia G
26d2c54381 test: add jasmine to deps 2021-10-07 10:44:19 +03:00
Sylvia G
ecbc254ba3 fix test command to use jasmine 2021-10-07 10:44:06 +03:00
Sylvia G
874b6d4e08 fix "blank mnemonic" errors when using only seed
This is a follow up to #486 which was reverted because of a failed test which should now pass
2021-10-02 20:57:05 +03:00
TheVoice
1fa3f997a2 Merge pull request #1 from 7h3v01c3/Divi
Added Divi
2021-09-26 23:15:11 -05:00
TheVoice
4cf9de3202 Added Divi
Add Divi to
BIP39 - Mnemonic Code
And Tested
2021-09-26 22:38:53 -05:00
Macha-orange
c04d31f82f Add PBKDF2 customization
- Add a "PBKDF2 rounds" button inside "Show Entropy Details" with values : 2048, 4096, 8192, 16384, 32768, custom.
- Add hidden button for custom iterations. Accept number.
- Add a Warning message above BIP39 seed when using anything other than 2048 PBKDF2 iterations.
- Add a "PBKDF2" section in the bottom for detail.
2021-07-28 19:33:41 +02:00
Macha-orange
530a9f6047 Typo 2021-07-17 12:47:37 +02:00
Macha-orange
126af2bee3 Add "auto compute" check box
When checked, nothing change.

When unchecked, disable phraseChangeTimeoutEvent() so there is no update. Also, add an error message "Auto compute is disabled" so after changing phrase/passephrase and parameters, you are reminded to check "auto compute" to compute your seed.

I added this because on very low end computer (raspberry pi) the computing is quite annoying and you have to wait for each change.

When you add a custom words, seed is computed every 400ms so you have to copy/paste it to not be stuck after each letter.

And if you encrypt your private key with BIP38 it become unusable.

Autocompute is by default checked so there is no change for other users.
2021-07-17 12:38:47 +02:00
tecnovert
c7e1af7300 Add Particl support 2021-06-24 23:16:11 +02:00
Ian Coleman
c4f0c2908f Release v0.5.3 2021-05-12 07:57:39 +10:00
Ian Coleman
941b099f14 Revert PR #486 2021-05-10 14:08:16 +10:00
iancoleman
83f23081a3 Merge pull request #485 from secinthenet/fix-zpub-from-seed
fix extended key version bytes not updating after switching tabs
2021-05-07 19:13:28 +10:00
iancoleman
1dab87d842 Merge pull request #496 from thisisvitto/patch-1
Incorrect HTML closing tag
2021-05-07 09:52:55 +10:00
iancoleman
83c580c678 Merge pull request #492 from HildisviniOttar/master
Support THORChain (RUNE) m/44/931
2021-05-07 09:51:38 +10:00
iancoleman
8b44f5d19a Merge branch 'master' into master 2021-05-07 09:51:28 +10:00
iancoleman
a7705b8ebc Merge pull request #484 from secinthenet/bip85-fix-from-ent
fix bip85 mode to work without mnemonic (using xprv or entropy)
2021-05-07 09:39:45 +10:00
iancoleman
f2081ee467 Merge pull request #486 from secinthenet/fix-seed-only-coin-switch
fix "blank mnemonic" error when only using a BIP39 seed (no mnemonic phrase) and then changing the coin
2021-05-07 09:34:41 +10:00
iancoleman
f50464249c Merge pull request #482 from interbiznw/btcp
add bitcoin private testnet support
2021-05-07 09:28:51 +10:00
iancoleman
ed720546bf Merge pull request #480 from xwcdev/master
Change xwc to xwcc according to slip-0044 and add xwc
2021-05-07 09:26:47 +10:00
iancoleman
e8f27ba2c3 Merge pull request #479 from a00a63/terra
Add Terra (LUNA) support
2021-05-07 09:24:28 +10:00
iancoleman
be946a2061 Merge branch 'master' into terra 2021-05-07 09:24:18 +10:00
iancoleman
a636b24619 Merge pull request #475 from davepuchyr/starname-iov
Add Starname (IOV) support
2021-05-07 09:17:46 +10:00
Vitto K
f8fd590588 Incorrect HTML closing tag
Fixed incorrect HTML closing tag, made it difficult to expand/collapse code folds correctly in text editors.
2021-05-01 21:52:50 +02:00
Hildisvíni Óttar
02eeb81713 Support THORChain (RUNE) m/44/931 2021-04-23 14:22:42 +09:30
Sylvia G
18d64d9586 fix bip85 root key when using non-xprv version bytes 2021-04-06 04:32:20 +03:00
Sylvia G
5b5b11fd96 fix "blank mnemonic" error when only using a BIP39 seed (no mnemonic phrase) and then changing the coin 2021-04-06 03:55:40 +03:00
Sylvia G
2c86fb4746 fix extended key version bytes not updating after switching tabs 2021-04-06 03:35:24 +03:00
Sylvia G
85711db3bb fix bip85 mode to work without mnemonic (using xprv or entropy) 2021-04-06 03:18:04 +03:00
J62
1820b6ac67 add bitcoin private testnet support 2021-03-29 19:46:51 -07:00
xwcdev
b500a60e28 fix test title 2021-03-28 19:13:33 +08:00
xwcdev
942de1bc5e change xwc to xwcc,add new xwc 2021-03-28 18:54:12 +08:00
a00a63
43bef4e19d Add Terra (LUNA) support 2021-03-27 14:04:07 +01:00
Dave Puchyr
20bd34b014 Add Starname (IOV) support 2021-02-25 15:51:45 +01:00
Ian Coleman
23f393acfb Release v0.5.2 2021-02-12 23:36:45 +00:00
Ian Coleman
c560e01e91 Run all tests, not just the last one 2021-02-12 23:34:54 +00:00
Ian Coleman
a362ff2f62 Pad eth private keys correctly
Fixes #469
2021-02-12 23:33:19 +00:00
Ian Coleman
9a82f12b91 Update dev_env headless browser driver versions 2021-02-11 04:44:10 +00:00
Ian Coleman
5e376b8903 Release v0.5.1 2021-02-11 03:57:45 +00:00
Ian Coleman
90422a41af Updated ritocoin test, see #466 2021-02-11 03:24:34 +00:00
Ian Coleman
f3314418fb Update namecoin test
Tested private key import using electrum-nmc, it matches the address
2021-02-11 03:24:09 +00:00