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

Fix docs of Eth.getTransactionReceipt and web3.middleware #1663

Merged
merged 8 commits into from
Jun 1, 2020

Conversation

cygnusv
Copy link
Contributor

@cygnusv cygnusv commented May 31, 2020

What was wrong?

Some minor things were incorrect in your docs:

  • Eth.getTransactionReceipt still showed an example returning None when there was no receipt yet, instead of throwing an exception (related to Issue eth.getTransactionReceipt return a error instead null when transaction not in blockchain #1421).
  • Docs for web3.middleware.construct_latest_block_based_cache_middleware were incorrect. To fix it I just used a note from the docstring.
  • Correct a small inconsistency in parameter names for web3.geth.personal.new_account docs
  • Assorted formatting corrections

How was it fixed?

Todo:

Cute Animal Picture

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

Copy link
Member

@wolovim wolovim 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 to me! Thanks for the cleanups. Just needs a newsfragment, which I can handle in a few minutes.

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