seth/0.11.0
github-actions
released this
09 Sep 14:06
·
255 commits
to master
since this release
Added
seth basefee
command returns basefee for the latest block, or any block with[blocknumber]
parameterseth namehash <name>
to get the ENS namehash of a nameseth resolve-name <name>
to resolve an ENS name to an addressseth lookup-address <address>
to lookup the ENS name an address reverse resolves to- Dynamic transaction fee format transactions (EIP-1559) supported by introducing the flag
--prio-fee
and corresponding environment variableETH_PRIO_FEE
to seth and ethsign. If--prio-fee
is provided (orETH_PRIO_FEE
) is set, 1559 transaction will be used and--gas-price
will reflect the maximum gas price, rather than the absolute gas price. - If
ETH_RPC_ACCOUNTS
is set and the account corresponding toETH_FROM
exists in the keystore,
Seth will sign the transaction locally and then publish it signed (previously it'd always send it to the node)
Changed
--gas-price
will be used asmax-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 theETH_KEYSTORE
environment variable.
Fixed
- Fix
--use
bug seth bundle-source
writes the contents of standard-json to the current directory to enable better sourcemaps for multi-file etherscan source code.seth estimate
no longer sets a gas limit when estimating gas