ApeWorX / ApeWorX/web3.py

Move `get_event_data` and `get_function_info` from web3._utils modules to Public API

Open
#1,596 7 comments 2 reactions 1 assignee Claimed by @reedsa View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.