Skip to content

eth-event 1.0.0

Compare
Choose a tag to compare
@iamdefinitelyahuman iamdefinitelyahuman released this 21 Apr 18:42
· 49 commits to master since this release

Added

  • Anonymous and undecodable events can be returned without raising with the allow_undecoded kwarg
  • MyPy typing
  • Extensive docstrings

Changed

  • get_event_abi is now get_topic_map
  • decode_event is now decode_log
  • decode_trace is now decode_traceTransaction
  • decoding methods can no longer be passed a contract ABI - the ABI must first be converted using get_topic_map

Removed

  • get_topics method
  • skip_anonymous kwarg in decoder methods