Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 988 Bytes

CHANGELOG.rst

File metadata and controls

30 lines (24 loc) · 988 Bytes

Change Log

0.3.0 (2019-01-14)

  • ethindex --version will now print the current version of ethindex.
  • ethindex has been set as entrypoint in the docker executable. Beware, this is a breaking change.

0.2.1 (2019-01-03)

  • reduce log output when fully synced

0.2.0 (2018-09-07)

  • ethindex handles chain reorgs
  • the database schema has been changed. Please rebuild your database
  • new contracts can now be added

0.1.1 (2018-08-21)

  • eth-index has been released on PyPI
  • basic test infrastructure has been added