Skip to content

Version 0.3.5

Compare
Choose a tag to compare
@cducrest cducrest released this 10 Feb 15:49
· 12 commits to master since this release
  • 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.