Gaia-9000 Planning thread

Is it possible to keep the current blocks, upgrade the software and replace the chain-id to become gaia-9000?

expect this key moment.

No, we’ve made many breaking changes to the way things are stored in state on both the tendermint and the sdk side.

2 Likes

Since the cosmos sdk still hasn’t been released, maybe ~Monday for gaia-9000

2 Likes

We are deep in simulator bug finding territory on the v0.25 release.

All Hail the Simulator.
https://github.com/cosmos/cosmos-sdk/pull/2501

https://github.com/cosmos/cosmos-sdk/issues/2221
how will the new bech32 effect the GoS registration?
some people still use cosmosaccaddr1 for signup

I have a tool for updating the bech32 hrp prefixes. It’s not an issue.

2 Likes

we are waiting for sdk v0.25 and gaia-9000…

The SDK team is planning to cut v0.25 rc0 zero today and start the internal testnet.

How would be people feel about targeting Monday for gaia-9000?

2 Likes

monday is the best! agree!

Monday is perfect!!!

oh, good agree! ㅎㅎㅎㅎ

Monday sounds perfect! Thanks :slight_smile:

Sounds good, agree!:grin:

Any update on gaia-9000

I’m working on the scripts to convert gaia-8001 state to gaia-9000 state but Devcon meetings keep distracting me.

Cool @zaki,I started working on v0.25.0.When I try to run a full node for a new testnet on 0.25,it’s giving me panic about bech32 address.Just wanted to confirm if this has been checked in any of your simulations.

Same here. The error seems to be triggered always from gaiad start but not when executing directly from docker: docker run -v pwd/build:/gaiad tendermint/gaiadnode with a clean state.

This issue might be relevant to you. https://github.com/cosmos/cosmos-sdk/issues/2651

Note gaia-8001 state is not directly compatible with v0.25

1 Like

The state munging script is mostly complete(https://github.com/cosmos/testnets/blob/gaia-9000/gaia-9000/gaia9000/src/index.ts). Now just waiting on v0.26 release from the sdk team

4 Likes