Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update web3 and pylint packages in client (depends on #388) #389

Merged
merged 2 commits into from
Aug 20, 2021

Conversation

dtebbs
Copy link
Contributor

@dtebbs dtebbs commented Aug 10, 2021

web3.py update did not really eliminate as much code as I had hoped. They provide some better interfaces for parsing log data, so we avoid importing a few undocumented functions, but unless I'm missing something it's still not easy to iterate through a list of logs, filtering them by name (without jupming through some hoops or making multiple requests to the node).

A new minor version of pylint (which got dragged in when I relaxed some version conditions as part of the web3.py udpate) seems a bit stricter about import formats.

@dtebbs dtebbs changed the title Update web3 and pylint packages in client [WIP] Update web3 and pylint packages in client (depends on #388) Aug 10, 2021
@dtebbs dtebbs mentioned this pull request Aug 11, 2021
@dtebbs dtebbs force-pushed the update-web3 branch 2 times, most recently from 375c56b to 5fb1002 Compare August 11, 2021 10:55
@dtebbs dtebbs changed the title [WIP] Update web3 and pylint packages in client (depends on #388) Update web3 and pylint packages in client (depends on #388) Aug 11, 2021
@dtebbs
Copy link
Contributor Author

dtebbs commented Aug 11, 2021

Changes are complete (removing WIP and requesting review) , but keeping as draft until other PRs are merged.

Copy link
Contributor

@AntoineRondelet AntoineRondelet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @dtebbs

@dtebbs dtebbs marked this pull request as ready for review August 19, 2021 15:49
@AntoineRondelet AntoineRondelet changed the base branch from update-libsnark to develop August 20, 2021 08:39
@AntoineRondelet AntoineRondelet merged commit 6f0e5d7 into develop Aug 20, 2021
AntoineRondelet added a commit that referenced this pull request Aug 20, 2021
@AntoineRondelet AntoineRondelet deleted the update-web3 branch August 20, 2021 10:17
@AntoineRondelet AntoineRondelet mentioned this pull request Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants