eth_call returns error #65

Closed
opened 2021-04-21 14:47:32 +00:00 by ramilexe · 1 comment
ramilexe commented 2021-04-21 14:47:32 +00:00 (Migrated from github.com)

Steps to reproduce:

expected result: byte array equals "1000000000000000000000"
actual result:

sometimes it returns "eth_call failed without error", sometimes returns empty result

Steps to reproduce: * deploy erc20 smart contract: https://github.com/vulcanize/ipld-eth-server/blob/8ac6d48772d037c22793535e9ff5db0b1e5435e9/test/contract/contracts/GLDToken.sol * query "totalSupply()" using eth_call method: https://github.com/vulcanize/ipld-eth-server/pull/53/files#diff-8118e44ac15fb5ab2e2ece2ab52fd23062a10b5cc9c55ee5b3620a1242cff27cR327 expected result: byte array equals "1000000000000000000000" actual result: sometimes it returns "eth_call failed without error", sometimes returns empty result
ramilexe commented 2021-04-29 13:35:40 +00:00 (Migrated from github.com)
fixed in PR https://github.com/vulcanize/ipld-eth-server/pull/53
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/ipld-eth-server#65
No description provided.