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

Update docs for web3.eth API #1868

Closed
NikitosnikN opened this issue Feb 3, 2021 · 1 comment
Closed

Update docs for web3.eth API #1868

NikitosnikN opened this issue Feb 3, 2021 · 1 comment
Assignees

Comments

@NikitosnikN
Copy link
Contributor

NikitosnikN commented Feb 3, 2021

What was wrong?

Docs for eth.getTransactionReceipt, eth.waitForTransactionReceipt is outdated. Response of these methods is different:
It includes logsBloom, status fields and does not include root field.

Also it is impossible to find information about transaction status (if it is successful or it was reverted) in web3.py docs, but this info can be found in simular section web3.js docs.

How can it be fixed?

Update web3.eth API method responses, add info about returned parameters

@wolovim wolovim self-assigned this Feb 3, 2021
@wolovim
Copy link
Member

wolovim commented Feb 3, 2021

thanks for the PR!

@wolovim wolovim closed this as completed Feb 3, 2021
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

No branches or pull requests

2 participants