-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Call contract function using block hash makes two requests inside #2816
Comments
@fselmo the latest on |
Yeah the suggestion here seems to be a better one. Remove the call to |
The return value should be the I also found a |
You're right, I don't think That might be the answer. |
@reedsa I'm pretty sure all of this can go and we can just pass If the above is true, we can also remove the equivalent line from the |
Hi!
All call to contract functions with block identifier as block hash makes two requests:
https://github.com/ethereum/web3.py/blob/master/web3/contract/contract.py#L406
How can it be fixed?
I propose to replace this part
web3.py/web3/_utils/contracts.py
Lines 419 to 421 in a35351d
with
The text was updated successfully, but these errors were encountered: