-
Notifications
You must be signed in to change notification settings - Fork 0
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
Use ipld-eth-server RPC endpoint for eth_call #169
Comments
Getting errors in eth_call when using ipld-eth-server RPC endpoint
Error in ipld-eth-server log
Notes:
|
Probably the problem with chain config. Please take a look: cerc-io/ipld-eth-server@97d8c4d |
Getting response now with proper values. Using JSON RPC methods like getBalance and blockNumber log errors in ipld-eth-server
Using eth_call for a contract shows the same errors along with a warning
|
As discussed in slack channel: It appears when you use incompatible versions of statediff-migrations and ipld-eth-server. here we added tx_type to transaction_cids table here we do
Upgrading dependency to latest Also, to be able to work with existing version of |
Works on ipld-eth-server master |
Reopening as on current master, it shows the following error, though smoke tests pass:
|
eth_call working and tested with ipld-eth-server master branch. Commit hash: |
Fix depends on https://github.com/vulcanize/ops/issues/64
The text was updated successfully, but these errors were encountered: