-
Notifications
You must be signed in to change notification settings - Fork 325
/
CHANGELOG
81 lines (45 loc) · 2.01 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# 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.17.1] - 2021-11-12
### Fixed
Contract creations with Dynamic fee transactions.
## [0.17.0] - 2020-02-03
### Changed
- Makes `--keystore` argument to `ethsign import` no longer mandatory, defaulting to
systems paths or to the value of the `ETH_KEYSTORE` environment variable.
- `ethsign import --keystore` was changed to `ethsign import --key-store` for consistency
with other commands.
- [BREAKING] removes Parity / OpenEthereum related default keystores
## [0.16.2] - 2020-02-03
### Added
- `ethsign msg --no-prefix` can now sign 712 messages with Ledgers
## [0.16.1] - 2020-02-03
### Added
- Lookup both ledger live path and legacy ledger paths by default
### Changed
- updated `nixpkgs` to the `20.09` channel
## [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