-
Notifications
You must be signed in to change notification settings - Fork 135
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: Palomad starts with updated genesis, but blocks are not being created. No errors in logs, but no blocks #796
Comments
Closed with #799 |
https://gist.github.com/verabehr/deb65d09722412ae926c31790f9a562c logs from latest commit are here |
Note that the pubkey in the log line 35 is different from what shows with the Log output
CLI output
|
error
|
@0xmuralik, @aleem1314 did you have a chance to test genesis against master? We were able to get rid of "not a validator" errors at consensus start. The keys are validators, but still not creating blocks. Will you let us know if you're able to identify the issue? |
Yeah, tested locally with this script. Upgrade failed with following error
And to fix above issue, tried upgrade with #797 . This time upgrade went through, after the upgrade all queries returning following error message.
|
Merging master into #797. Not sure it will help. |
@alexanderbez Any thoughts? |
@aleem1314 okay, looks like this is related cosmos/cosmos-sdk#14620 |
All new modules must be stated in the upgrade. E.g.: https://github.com/cosmos/cosmos-sdk/blob/c4489d9785de8b24efe12ba9209669e9dce9e23f/docs/docs/core/15-upgrade.md?plain=1#L88-L98 |
We have started to add new modules here: But...we are missing others? |
Fixed with #797. We are producing blocks on upgrade. |
@aleem1314 will you do a final test to re-confirm that you are able to execute GRPC off master branch? |
I am still getting the same error after the upgrade |
What is the gprc command you are running? |
Closing and moving the codespace error to its own ticket. |
The codespace SDK issue moved to #800 |
or
|
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.Upgraded genesis with requirements for Cosmos-SDK v0.47.1 is read by palomad, but validators in genesis are not recognized and blocks are not created.
curl -S localhost:26657/status | json_pp returns the following:
Although the validators are in genesis, we receive no blocks. We believe this issue is genesis related.
Gist of Log output and the addrbook.json
https://gist.github.com/taariq/6b311fffec32790f5ba233ead4e30ef4
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.Palomad Master and Pigeon Master.
How to reproduce?
Section description
Please write detailed steps of what you were doing for this bug to appear.We use the private testnet genesis that was upgraded with Cosmos-SDK v0.47.1 changes to setup here: https://github.com/VolumeFi/paloma-private-testnet/tree/genesis-updates
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.Validator keys and validator balances are recognized and blocks are started on the private testnet.
The text was updated successfully, but these errors were encountered: