-
Notifications
You must be signed in to change notification settings - Fork 609
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
State Sync is broken on mainnet #642
Comments
|
on emoney chain sometimes when sync via statesync, I get error:
when change snapshot point height, sync is ok |
statesync restore snapshot without any errors, but when switch to fastsync process is break.
|
Yes:
TM has a versions struct and one of them is the app version and the other is the block header version and -- sadly-- I haven't been able to figure out how to set the block header version manually and/or if that would resolve the problem or just explode further. |
If block version is 11, then in Expected {11 0}, got {11 1} 0 and 1 is app version. Posible make exption for consensus module? That is hard code constant of appVersion Line 387 in 4641e15
osmosis/x/pool-incentives/module.go Line 178 in dedcfb8
Line 163 in dedcfb8
|
@faddat |
Ref: #707 |
Closing this for now, what needs to happen for fix is documented in #1805 |
So basically the Block.Protocol.Version is set wrong in the block headers in osmosis-- I think. Here's the result:
(pending script completing a run)
The text was updated successfully, but these errors were encountered: