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

[WIP] Async filters feature branch #2588

Merged
merged 2 commits into from
Aug 16, 2022

Conversation

pacrob
Copy link
Contributor

@pacrob pacrob commented Jul 27, 2022

What was wrong?

Filters need async, this branch will collect related changes.

Related to Issue #2573

Todo:

Cute Animal Picture

image

@pacrob pacrob changed the title Async filters - eth module [WIP] Async filters feature branch Jul 27, 2022
Copy link
Collaborator

@fselmo fselmo left a comment

Choose a reason for hiding this comment

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

I left a comment on the TODOs. We can remove those. I'd like to add testing around the logs as well. Did you run into any issues porting those from sync to async?

web3/_utils/module_testing/eth_module.py Outdated Show resolved Hide resolved
fselmo
fselmo previously approved these changes Jul 27, 2022
Copy link
Collaborator

@fselmo fselmo left a comment

Choose a reason for hiding this comment

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

I left a comment on the TODOs. We can remove those. I'd like to add testing around the logs as well. Did you run into any issues porting those from sync to async?

Disregard that, those were eth_getLogs tests I was seeing, not eth_getFilterLogs. Taking out these TODOs, This looks good to me 👍

@fselmo
Copy link
Collaborator

fselmo commented Jul 27, 2022

Oops... I guess if this is the base for the feature branch I will un-approve so we can approve different PRs into here and approve the whole thing later.

@fselmo fselmo dismissed their stale review July 27, 2022 21:17

Wait until feature is complete to review

@pacrob pacrob changed the base branch from master to asyncify-filters August 16, 2022 17:40
@pacrob pacrob merged commit d21fda2 into ethereum:asyncify-filters Aug 16, 2022
@pacrob pacrob deleted the async-filters branch August 16, 2022 17:42
pacrob pushed a commit to pacrob/web3.py that referenced this pull request Aug 31, 2022
pacrob pushed a commit to pacrob/web3.py that referenced this pull request Sep 8, 2022
pacrob pushed a commit to pacrob/web3.py that referenced this pull request Sep 12, 2022
pacrob pushed a commit that referenced this pull request Sep 12, 2022
* async filters eth module
pacrob pushed a commit that referenced this pull request Sep 14, 2022
* async filters eth module
pacrob pushed a commit that referenced this pull request Oct 7, 2022
* async filters eth module
pacrob pushed a commit to pacrob/web3.py that referenced this pull request Oct 7, 2022
pacrob pushed a commit that referenced this pull request Oct 24, 2022
* async filters eth module
pacrob pushed a commit that referenced this pull request Nov 21, 2022
* async filters eth module
pacrob pushed a commit that referenced this pull request Dec 2, 2022
* async filters eth module
pacrob pushed a commit to pacrob/web3.py that referenced this pull request Dec 8, 2022
pacrob pushed a commit that referenced this pull request Dec 19, 2022
* async filters eth module
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