Skip to content
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

BUG: IBC Upgrade on Paloma SDK 0.50.5 gives error panic: invalid ibc channel genesis state parameters: upgrade timeout timestamp invalid: 0: #1127

Closed
taariq opened this issue Apr 15, 2024 · 1 comment
Assignees
Labels

Comments

@taariq
Copy link
Contributor

taariq commented Apr 15, 2024

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.

Upgrade of Paloma f11a490 to IBC v8.2.0. Palomad starts with racer genesis https://github.com/palomachain/mainnet/blob/master/racer/genesis.json returns the error:

panic: invalid ibc channel genesis state parameters: upgrade timeout timestamp invalid: 0: upgrade timeout is invalid [cosmos/ibc-go/[email protected]/modules/core/04-channel/types/params.go:34]

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.

$ ~/.paloma/cosmovisor/genesis/bin/palomad version --long | tail

How to reproduce?

Section description Please write detailed steps of what you were doing for this bug to appear.
  1. Follow the instructions here: https://github.com/palomachain/mainnet/blob/master/racer/INSTRUCTIONS.md

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.

Paloma genesis requires correct parameters for the following genesis parameters:

  1. upgrade timeout timestamp
  2. upgrade timeout
@taariq
Copy link
Contributor Author

taariq commented Apr 15, 2024

Fixed with: palomachain/mainnet#243

@taariq taariq closed this as completed Apr 15, 2024
@github-project-automation github-project-automation bot moved this to Done in Paloma Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

3 participants