Skip to content

Releases: trustlines-protocol/py-eth-index

Version 0.4.1

27 Apr 17:16
Compare
Choose a tag to compare
  • By default, direclty load abi from tlbin package on command ethindex importabi
    you can still provide option --contracts <path> to use custom abi
  • Command ethindex importabi now erases the old abi if an abi for an address was already imported.
    This allows to rerun the command to update abi without having to drop the table.

Version 0.4.0

04 Mar 14:59
a3adcbe
Compare
Choose a tag to compare
  • Changed: updated to be comatible with python 3.8 and 3.9
  • Removed: no longer support python < 3.8

Version 0.3.5

10 Feb 15:49
Compare
Choose a tag to compare
  • Changed: no longer raiser RuntimeError when receiving an event of unknown abi but log a warning.
    This is useful for proxied contracts that may emit events related to the proxy administration.
  • Changed: createtable will warn if table already exists instead of crashing.
    This allow to upgrade ethindex from versions where the graphfeed table did not exist to ones where it does.
  • Changed: load abi from CurrencyNetworkOwnable instead of CurrencyNetwork to have abi about
    NetworkUnfreeze event
  • Added: Update the graphfeed table with information about network frozen status.
    The updates have name NetworkFreeze or NetworkUnfreeze.

Version 0.3.4

18 Dec 13:41
Compare
Choose a tag to compare
  • Use events from database to figure out sent events to relay instead of memory. That makese graph sync feature safe on restart of the indexer

version 0.3.3

14 Dec 13:05
Compare
Choose a tag to compare
  • Add table graphfeed populated with graph updates for the relay to sync its graph with

0.3.1: Merge pull request #42 from schmir/fix/move-to-protocol

03 Apr 15:42
9230631
Compare
Choose a tag to compare

Version 0.1.0

09 Aug 11:01
Compare
Choose a tag to compare
handle case where part of address.json is missing

"unwEth" and "exchange" might be missing now. we should make addresses.json use
a flat datastructure.

0.0.2

25 Jul 10:29
Compare
Choose a tag to compare
docker: put ethindex executable into PATH via a symlink