All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
seth {--to-uint256,--to-int256,--to-bytes32}
now returns hex string with0x
prefix.- Removed ethabi dependency in favor of (already present)
ethers.js
. 0x
prefix is strictly required for bytestrings while usingseth calldata
.- When giving array arguments to
seth calldata
, each bytestring must be enclosed in double quotes.
seth --calldata-decode
command #338
- ABI JSON blob creation would fail for some solc reference types, e.g.
bytes memory
, since solc 0.5.0. solc was removed as a dependency and replaced with ethers.js.
0.8.2 - 2019-05-23
- Regression in
seth send
whenETH_RPC_ACCOUNTS
was set
0.8.1 - 2019-05-7
seth call
,seth send
andseth estimate
were broken due to an update in 0.8.0, which has been reverted
0.8.0 - 2019-05-02
- Support for
goerli
andkotti
testnets
seth logs-etherscan
now correctly handles its fourth optional argument, theilk
0.7.0 - 2018-12-14
From this release on, changes, additions and removals will be documented in this changelog.
seth abi
: use the currentsolc
version in thepragma
directive. #99