palomachain / paloma

The fast blockchain messenger protocol
Apache License 2.0
290 stars 135 forks source link

BUG: "message":"appHash verification failed for height: 15968000 #1152

Closed taariq closed 7 months ago

taariq commented 7 months ago

What is happening?

Section description Provide as much context as you can. Give as much context as you can to make it easier for the developers to figure what is happening.

quick heads up: I tried to sync a node from the snapshot and statesync today. Both failed with app hash errors 😭 my config:

rpc_servers = "http://79.143.179.196:26657,http://79.143.179.196:26657"
trust_height = 15966614
trust_hash = "CD86157EFDF55CB5DAA71340E28B5702D2DBDC0BCA7BE14CECAA9DF0F8267C3B"
trust_period = "168h0m0s"

failed for height: 15968000

{"level":"error","module":"server","module":"statesync","expected":"50B8027483C5C0ED330E9EA9907FEE8FE0F926A30A9B1B3CCED732B25BEEE053","actual":"2999507D1EC5FAE077DD3F85BAAD6A6CEBE9D41B5083CEBC0AE3EF6D383EC0DE","time":"2024-04-24T14:49:42Z","message":"appHash verification failed"}

Paloma and pigeon versions and logs

Section description Write down paloma version. Write down pigeon version. Copy and paste pigeon config file as well as relevant ENV variables.

vanilla v1.13.3 downloaded from your github. commit: 1ba2ba70804f490ba2512a00506265cf7b40d51e

How to reproduce?

Section description Please write detailed steps of what you were doing for this bug to appear.

State sync to block height: 15968000

What is the expected behaviour?

Section description If you know, please write down what is the expected behaviour. If you don't know, that's ok. We can have a discussion in comments.

No Apphash with iavl upgrade.

taariq commented 7 months ago

Closing as the snapshot was deemed incorrect.