Skip to content

Commit

Permalink
seth/0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d-xo committed Sep 8, 2021
1 parent 07ebf64 commit c43ea2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions src/seth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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).

## Unreleased
## [0.11.0] - 2021-09-08

### Added

Expand All @@ -19,6 +19,8 @@ Seth will sign the transaction locally and then publish it signed (previously it
### Changed

- `--gas-price` will be used as `max-fee` when `--prio-fee` is set
- [BREAKING] seth will no longer search Parity / OpenEthereum related keystores by default. These
keystores can still be searched by setting the `ETH_KEYSTORE` environment variable.

### Fixed

Expand All @@ -30,7 +32,7 @@ Seth will sign the transaction locally and then publish it signed (previously it

### Added

- Thanks to an upgrade in ethsign, seth is more likely to find your ledger live
- Thanks to an upgrade in ethsign, seth is more likely to find your ledger live
account without having to set `ETH_HDPATH`.

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/seth/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

stdenv.mkDerivation rec {
name = "seth-${version}";
version = "0.10.1";
version = "0.11.0";
src = ./.;

nativeBuildInputs = [ nodejs makeWrapper shellcheck ];
Expand Down
2 changes: 1 addition & 1 deletion src/seth/libexec/seth/seth---version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
cat <<.
seth 0.10.1
seth 0.11.0
Copyright (C) 2016-2021 Daniel Brockman <daniel@dapphub.com>
License: GNU GPL version 3 or later <https://gnu.org/licenses/gpl>.
This is free software: you are free to change and redistribute it.
Expand Down

0 comments on commit c43ea2a

Please sign in to comment.