Move `get_event_data` and `get_function_info` from web3._utils modules to Public API
Open
priority: p2 normal
- Dominant language
- Python
- Stars
- 5.5k
- Forks
- 1.7k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 2
Description
### What was wrong?
Breaking changes were made to utility functions depended upon for client application functionality, making version updates more difficult.
### How can it be fixed?
Python clients are using utility functions such as `get_event_data` and `get_function_info` extensively to interact with the blockchain. Given their utility to clients, these functions should be moved out of the `_utils` module and made public to ensure API stability across non-major releases.
Contributor guide
Assessment
This issue has not been assessed yet.