-
Notifications
You must be signed in to change notification settings - Fork 74
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
OverflowError: integer division result too large for a float in calls.py L194 #149
Comments
Hey @hitdavid , I tried to reproduce your error on the specified transaction and it decodes correctly. |
I install ethtx via pip3 install, the latest version, 0.3.14 The demo code is:
|
@hitdavid , |
Yes, I use a dedicated local erigon archive node, which rpc daemon port is 8845.
|
@hitdavid , if __name__ == '__main__':
print(transaction.json()) |
sure, transaction.json() of 0x4f378f91bf16a26cff104aea5eceaa66c72d128dade84ddb619d40426f9780a0 is:
|
Hey @hitdavid , "function_signature":"0x",
"function_name":"0x",
"gas_used":null Do you have a |
yes, I start erigon rpc-daemon like:
|
Please, call |
When I install and run starter demo, I put a tx hash : 0x4f378f91bf16a26cff104aea5eceaa66c72d128dade84ddb619d40426f9780a0 and got an error report like the output below:
I think maybe L194
could be replaced by
and a import should also be added.
I will push a PR soon
The text was updated successfully, but these errors were encountered: