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

asyncify eth.mining #2252

Merged
merged 1 commit into from
Dec 15, 2021
Merged

asyncify eth.mining #2252

merged 1 commit into from
Dec 15, 2021

Conversation

pacrob
Copy link
Contributor

@pacrob pacrob commented Dec 14, 2021

What was wrong?

Added async eth.mining

Related to Issue #1413

How was it fixed?

Todo:

Cute Animal Picture

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


class AsyncEth(BaseEth):
is_async = True

@property
Copy link
Contributor Author

Choose a reason for hiding this comment

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

alphabetized and grouped properties at the top of the class

Copy link
Collaborator

Choose a reason for hiding this comment

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

Big fan of this re-org... properties before methods, etc... ty 👍

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.

Looks good 👍 ty!


class AsyncEth(BaseEth):
is_async = True

@property
Copy link
Collaborator

Choose a reason for hiding this comment

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

Big fan of this re-org... properties before methods, etc... ty 👍

@pacrob pacrob merged commit eb6f48d into ethereum:master Dec 15, 2021
@pacrob pacrob deleted the asyncify_eth.mining branch December 15, 2021 20:19
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