Eth-event

Latest version: v1.2.5

Safety actively analyzes 630360 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

1.1.0

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

1.0.0

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

0.2.2

- Support for Python 3.8

0.2.1

* Include components in decoded output for tuples

0.2.0

- Support for tuples (`ABIEncoderV2`)
- Update dependency versions
- Require python 3.6
- Added `get_log_topic`

0.1.4

* Properly handle arrays in events
* Verbose exceptions

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.