-
Notifications
You must be signed in to change notification settings - Fork 38
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 proofs, pending downloaded bytes #424
Conversation
ocean_provider/utils/proof.py
Outdated
{"from": provider_wallet.address, "gasPrice": int(web3.eth.gas_price * 1.1)} | ||
) | ||
|
||
transaction_id, _ = sign_send_and_wait_for_receipt(web3, tx, provider_wallet) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we just send the tx and not wait for receipt?
It's going to block the thread and anyway, we are not having any fallback code (like increase the gas, etc)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Work on #381