Skip to content

Releases: iamdefinitelyahuman/eth-event

eth-event 1.2.5

01 Feb 23:56
ee4558e
Compare
Choose a tag to compare

Fixed

  • Loosen dependencies
  • Revert to hexbytes<1

eth-event 1.2.4

31 Jan 18:00
cfc9450
Compare
Choose a tag to compare

Added

  • Include logIndex, blockNumber, transactionIndex in decoded event logs

Fixed

  • Bump dependencies
  • Updates to handle downstream breaking changes

eth-event 1.2.3

16 Apr 16:49
80e2290
Compare
Choose a tag to compare

Fixed

  • Do not require anonymous field in ABI

eth-event 1.2.2

16 Apr 16:48
d7753d3
Compare
Choose a tag to compare

Fixed

  • Handle indexed tuples

eth-event 1.2.1

14 Feb 02:59
e1a81f1
Compare
Choose a tag to compare

Fixed

  • Handle dynamic and fixed size tuples

eth-event 1.2.0

13 Jul 23:07
f1e3916
Compare
Choose a tag to compare

Added

  • Include address in decoded event logs

eth-event 1.1.0

30 May 12:01
7ceefd9
Compare
Choose a tag to compare

Added

  • Decode events when the ABI contains indexed values but the log has None

Changed

  • More expressive error messages when an event cannot be decoded from an incorrect number of topics

eth-event 1.0.0

21 Apr 18:42
Compare
Choose a tag to compare

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

eth-event 0.2.2

04 Nov 08:42
Compare
Choose a tag to compare
  • Support for Python 3.8

eth-event 0.2.1

07 Aug 18:45
Compare
Choose a tag to compare
  • Include components in decoded output for tuples