Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge branch 'release/1.15.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
teghnet committed Mar 10, 2023
2 parents 0164fe6 + 5c81ec9 commit 8f1de05
Show file tree
Hide file tree
Showing 157 changed files with 9,812 additions and 865 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ test-results/
.env
logs/

.idea/
.local/
.vagrant/

# E2E tests requirements
vendor
transport.log

result*
81 changes: 81 additions & 0 deletions ethsign/CHANGELOG
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

Loading

0 comments on commit 8f1de05

Please sign in to comment.