Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1017 Bytes

CHANGELOG.md

File metadata and controls

30 lines (22 loc) · 1017 Bytes

Changelog

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.

0.8.1 - 2019-05-7

Fixed

  • seth call, seth send and seth estimate were broken due to an update in 0.8.0, which has been reverted

0.8.0 - 2019-05-02

Added

  • Support for goerli and kotti testnets

Fixed

  • seth logs-etherscan now correctly handles its fourth optional argument, the ilk

0.7.0 - 2018-12-14

From this release on, changes, additions and removals will be documented in this changelog.

Changed

  • seth abi: use the current solc version in the pragma directive. #99