-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
37 lines (36 loc) · 1004 Bytes
/
CHANGELOG
File metadata and controls
37 lines (36 loc) · 1004 Bytes
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
26
27
28
29
30
31
32
33
34
35
36
37
* 0.7.4
- Add pure (non ERC191) signing mode to signer cli tool
* 0.7.3
- Enable public key as output from keyfile decrypt
* 0.7.2
- Replace pysha3 with safe-pysha3
* 0.7.1
- Upgrade to beta
* 0.7.0
- Make dict keystore default for signer daemon
* 0.6.7
- Add package description
* 0.6.6
- EIP712 Typed data signer support
* 0.6.5
- Add signer for ERC191 validator message (version 00)
- Expose encoded messages for signing
* 0.6.4
- Add passphrase file option to keyfile cli command
* 0.6.3
- Change license to AGPL3 and copyright waived to public domain
* 0.6.2
- Enable signing of binary message
* 0.6.1
- Avoid padding of addresses missing one nibble
* 0.6.0
- Upgrade confini
* 0.5.4
- Add message signer cli
- Add pbkdf2 support
- Add -0 flag for omitting newline on output
- Revert RLP to 2.0.1, to not break eth-tester in dependents
* 0.5.3
- Upgrade RLP to 3.0.0 (eliminates really annoying cytoolz warning on stdout)
---
changelog before 0.5.3 will be written later, sorry