-
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
Add async eth.get_uncle_count #2822
Comments
Would be happy to help with these. I assume that the tests should be added here. I see that for pytest tests/integration/test_ethereum_tester.py -k "test_eth_getBlockByNumber_finalized" |
Awesome, thank you!
Yep, tests should be added in that file.
You should be able to pretty much copy/paste the sync tests and add Thanks for the help! |
Closed via #2850 |
What was wrong?
Some methods are still unavailable on the
AsyncEth
class.How can it be fixed?
Following the pattern already established, add
get_uncle_count
to the AsyncEth class, and add corresponding tests.The text was updated successfully, but these errors were encountered: