eth-event 1.0.0
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 nowget_topic_map
decode_event
is nowdecode_log
decode_trace
is nowdecode_traceTransaction
- decoding methods can no longer be passed a contract ABI - the ABI must first be converted using
get_topic_map
Removed
get_topics
methodskip_anonymous
kwarg in decoder methods