You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
Until this moment we didn't test a Geth full resync, we basically upgraded the node from 1.10.6 or 1.10.7 to 1.10.8 and the issue started to happen, getting back to 1.10.6 seems to fix the problem.
We have experienced the same with 3 different machines so far.
The text was updated successfully, but these errors were encountered:
I've found the problem, Geth 1.10.8 is returning the wrong hash for the blocks, then Hermez Node tries to use an invalid block hash to query the events and then gets the error unknown block
Summary of Bug
What we know so far is that
Hermez Node
is not synchronizing blocks when theEthereum Network Node
is runningGeth 1.10.8
We have faced issues with
Goerli
andRinkeby
networks while testing the new version ofGeth
.Expected Behavior
It was supposed to sync as usual with other
Geth
versionsSteps to Reproduce
Configure the
Hermez Node
to sync data from anEthereum Node
running version1.10.8
and then execute the node to start the sync process.System information
v1.6.0-rc2
Linux/OSX
Additional Information:
provided by @mfcastellani
error:
Until this moment we didn't test a
Geth full resync
, we basically upgraded the node from1.10.6 or 1.10.7
to1.10.8
and the issue started to happen, getting back to1.10.6
seems to fix the problem.We have experienced the same with 3 different machines so far.
The text was updated successfully, but these errors were encountered: