-
Notifications
You must be signed in to change notification settings - Fork 43
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
Returned error: invalid address: 0x0000000000000000000000000000000000000000 #95
Comments
It look like that Ganache is unable to sync blocks from Harmony node. Query the latest block number from Ganache does not change. If Ganache connects to Geth, it will always return the latest block number. I’ll debug it with ganache src code. |
currently known |
fixed in this PR: harmony-one/harmony#3837 |
one1yr7j2xulp5z2z54sshvzzx0yque4wwsd6xw6zq |
Known issue on ganache has been resolved in the PR: harmony-one/sdk#95
Hi @gupadhyaya! Since this issue has been resolved, is it okay to remove the info from the documentation here: https://docs.harmony.one/home/developers/tools/using-ganache? I have created a PR here: harmony-one/docs-home#42 |
Running harmony localnet or node using ganache-cli is broken. Could be due to this change.
This error is similar to
truffle deploy
error as reported in this post. For the truffle error, temporary work around was passing-- skip-dry-run
option or specifyingskipDryRun: true
in the truffle network config.Steps to reproduce:
ganache-cli -f http://localhost:9500 --networkId 1666700000
let web3 = new Web3(<ganache url>)
, you will get the error as follows:The text was updated successfully, but these errors were encountered: