forked from dapphub/dapptools
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGELOG
49 lines (27 loc) · 1.29 KB
/
CHANGELOG
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
38
39
40
41
42
43
44
45
46
47
48
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.15.0] - 2020-06-15
### Fixed
- a golang error occurring for `MacOS Catalina` users: [#384](https://github.com/dapphub/dapptools/pull/384)
[0.15.0]: https://github.com/dapphub/dapptools/tree/ethsign/0.15.0
## [0.14.0] - 2020-05-29
### Changed
- add environment flag `ETH_HD_PATH` which can be used to set derivation
path for BIP32 hardware wallets
[0.14.0]: https://github.com/dapphub/dapptools/tree/ethsign/0.14.0
## [0.13.0] - 2019-08-08
### Changed
- add command `import` to create and save an encrypted keyfile in the
keystore based on a private key and a passphrase
[0.13.0]: https://github.com/dapphub/dapptools/tree/ethsign/0.13.0
## [0.12.0] - 2019-03-25
### Changed
- add flag no-prefix to sign a message without the "Begin Ethereum Message" prefix.
[0.12.0]: https://github.com/dapphub/dapptools/tree/ethsign/0.11.0
## [0.11.0] - 2019-02-20
### Changed
- build using latest stable Go in nixpkgs (1.10 at time of commit)
- replace deprecated `ToECDSAPub` function
[0.11.0]: https://github.com/dapphub/dapptools/tree/ethsign/0.11.0