-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
After an upgrade, what is the date of the first block? #9085
Comments
It's the timestamp of the start of cosmoshub-3. I think this is some oversight in the sdk or Tendermint when genesis files are exported. |
This is also mentioned in the docs:
seems this doesnt work as intended cc @AmauryM |
The Did the cosmoshub-3 to cosmoshub-4 run with |
It was not (https://github.com/cosmos/gaia/blob/main/docs/migration/cosmoshub-3.md). Seems this was an oversight on the gaia upgrade process. Thank you @AmauryM |
In the migration from cosmoshub-3 to cosmoshub-4, the first block after the upgrade doesn't have a 'valid' timestamp.
E.g., https://www.mintscan.io/cosmos/blocks/5200791
https://atom.tokenview.com/en/block/5200791
The block right before and after seem to have valid timestamps. Initially, this looks like a data formatting error, but it's also possible that the first block after an upgrade doesn't validate the timestamp to be after the last exported block.
The text was updated successfully, but these errors were encountered: