-
Notifications
You must be signed in to change notification settings - Fork 177
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
add initial details about theta testnet #301
Conversation
still needs public endpoints recorded here |
theta testnet repo needs:
where do devnet instructions go? |
…o add-theta-testnet
Co-authored-by: yaruwangway <69694322+yaruwangway@users.noreply.github.com>
Co-authored-by: yaruwangway <69694322+yaruwangway@users.noreply.github.com>
Posted in slack but adding for visibility. When I try to do a software upgrade using the theta-prepare branch with an exported and modified genesis state, I'm currently getting the following errors:
|
Ok regarding my last message, I've isolated this error to pruning. If I set pruning = "nothing" in my app.toml file, I no longer see any failures. Testing with or without cosmovisor makes no difference. Anyone have thoughts about why this could be happening @yaruwangway @okwme? |
I have some more data after attempting the upgrade on two local testnets:
So far, it seems like the pruning fails on an upgrade when we have some non-zero block height. |
hi, theta upgrade only has one new module, ica, so i removed ica, then there is no panic at and after upgrade. |
i reported in ibc repo cosmos/ibc-go#1088 |
I tested the upgrade on a local testnet again:
The upgrade succeeded, and there is no panic 200 blocks later. |
No description provided.