We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Previous to #1805 we had classes like eth.vm.BaseVM that served as the reference. Now, we have interfaces defined in eth.abc.
eth.vm.BaseVM
eth.abc
There are now two primary problems.
Need to update existing docstrings to point to the right classes and add docstrings to all of the methods in the eth.abc directory.
Bonus points for documenting the class properties too.
The text was updated successfully, but these errors were encountered:
I labeled this as Good First Issue though it may require some domain knowledge to properly write many of the docstrings.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What is wrong?
Previous to #1805 we had classes like
eth.vm.BaseVM
that served as the reference. Now, we have interfaces defined ineth.abc
.There are now two primary problems.
How can it be fixed
Need to update existing docstrings to point to the right classes and add docstrings to all of the methods in the
eth.abc
directory.Bonus points for documenting the class properties too.
The text was updated successfully, but these errors were encountered: