This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
157 changed files
with
9,812 additions
and
865 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,12 @@ test-results/ | |
.env | ||
logs/ | ||
|
||
.idea/ | ||
.local/ | ||
.vagrant/ | ||
|
||
# E2E tests requirements | ||
vendor | ||
transport.log | ||
|
||
result* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
# 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 | ||
|
Oops, something went wrong.