-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathChangeLog.txt
25 lines (21 loc) · 855 Bytes
/
ChangeLog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
2.3.0
------
- Update dependencies
2.2.0
------
- Update dependencies
2.1.0
------
- Add support for generating ETH wallets
- Allow specifying change-index and address-index
2.0.0
------
- Build with LTO
- Remove tiny-hderive dependency
- Be paranoid and xor together a couple different random generators instead of just using one. Likely an unnecessarily paranoid step but can't hurt either.
- Output a private key for a bitcoin HD wallet instead of a single private key in WIF format.
- Add --scrypt parameter to use scrypt instead of PBKDF2 in BIP39 key derivation.
1.0.1
------
- Fix an issue where seeds that would generate private keys with trailing zeroes generate the wrong private keys, see https://gitlab.com/standard-mining/wallet-gen/-/issues/1
This was a bug in a dependency and we fixed it by moving to a different dependency library.