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

Adds async version of eth_getUncleCount methods #2850

Merged
merged 1 commit into from
Apr 10, 2023

Conversation

konichuvak
Copy link
Contributor

What was wrong?

Related to Issue #2822. Missing async version of eth_getUncleCount JSON-RPC methods.

How was it fixed?

Add get_uncle_count to AsyncEth class, and add corresponding tests.
Also updated the docs to include the new method.

Todo:

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

@kclowes kclowes force-pushed the async_eth_uncles branch 2 times, most recently from 0031731 to 8848537 Compare April 7, 2023 20:32
Copy link
Collaborator

@kclowes kclowes left a comment

Choose a reason for hiding this comment

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

Thanks for this! I'm not sure what's going on with our CI, but your code looks good.

@kclowes
Copy link
Collaborator

kclowes commented Apr 10, 2023

I was able to run the full ci suite on #2909, so merging here.

@kclowes kclowes merged commit cca68dc into ethereum:master Apr 10, 2023
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