-
Notifications
You must be signed in to change notification settings - Fork 999
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
ERRO the genesis block hash for chain tevmos has changed from X to Y since the last time we ran, component: BlockStore #3655
Comments
If I delete |
I'm having the same issue with a local hardhat node |
Same here, any solution??? |
When The first time it sees this network, it saves the received block's hash into the database as the network's genesis block hash. The next and upcoming times I used
So it's rather strange as the request seems to fail here. Maybe you have From the error message, it says that:
So either by misconfiguration of I'll close as not a bug until further evidence shows the contrary. Don't hesitate to continue the conversation for further investigation. |
I think the initial block hash is stored in the container settings the first time the containers run. Deleting the containers solve the problem but deleting the mapped volume does not. Solution:
|
Solution : |
I'm seeing this issue happen in production for fantom, what's the right way to fix it?
|
Do you want to request a feature or report a bug?
bug
What is the current behavior?
I'm running a self hosted instance connected to TEVMOS. I use
docker compose
I get:ERRO the genesis block hash for chain tevmos has changed from c1d935da5a718994263a95c6e811b869b2f4225638a85d34520af70176dab6c0 to 0x64ebab8b5ca43670c08744902bece6feb9e4b2fd2af998091be7eb4fc8bfd4cb since the last time we ran, component: BlockStore
.Full log
My configuration is here https://github.com/TelediskoDAO/subgraph/tree/fix/7/evmos-compatibility
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
Hopefully running my repo will give you the same result.
The text was updated successfully, but these errors were encountered: