Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/seth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `seth --from-fix` command converts fixed point numbers into parsed integers with the specified number of decimals
- `seth run-tx` now fetches contract source from etherscan if `ETHERSCAN_API_KEY` is set
- `seth mktx` now estimates gas limit if `ETH_GAS` is not set
- `seth send` now estimates gas limit if `ETH_GAS` is not set

### Fixed

Expand Down
1 change: 1 addition & 0 deletions src/seth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,7 @@ node's gas estimation.
seth estimate [<options>] <to> <sig> [<args>]
seth estimate [<options>] --create <code> <sig> [<args>]
seth estimate [<options>] --create <code> <data>
seth estimate [<options>] --create <data>

Options are similar to [`seth send`], but no transaction is published.

Expand Down