-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
'AsyncEth' object has no attribute 'filter' #2573
Comments
Async filters have not yet been implemented, so this behavior is expected for now. Here is the list of supported methods/middlewares: https://web3py.readthedocs.io/en/stable/providers.html#supported-methods. It's high on our list, but feel free to open a PR if you need it faster than we can get to it :) |
hi, do you guys plan to asyncify "contracts" at any point. I'm trying to do so but having much trouble myself |
@ak8g18 Contracts are async-ified as of v6-beta.3. Filters have been async-ified too as of v6-beta.9. |
What was wrong?
It looks like
AsyncEth
module is incapable of log filtration, whileEth
counterpart is. Here's the code, which fails withThe text was updated successfully, but these errors were encountered: