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

Define genesis params #169

Closed
Tracked by #669
liamsi opened this issue Jan 3, 2022 · 3 comments
Closed
Tracked by #669

Define genesis params #169

liamsi opened this issue Jan 3, 2022 · 3 comments

Comments

@liamsi
Copy link
Member

liamsi commented Jan 3, 2022

Summary

We currently use the default params of most modules. We should settle on which params we want to launch with.

Problem Definition

The defaults might not be the best choices for Celestia. Also, changing a param might cause more friction if they are not modifiable via governance (see: #168).

Proposal

Decide on each parameter.

Most important ones include inflation, token name, max validators at launch. An non-exhaustive list can be found here:
https://github.com/gavinly/CosmosParametersWiki/blob/master/param_index.md

Most of the parameters are now also described in the docs of each module as well (example: https://github.com/cosmos/cosmos-sdk/blob/master/x/staking/spec/08_params.md).

While the genesis params could also be defined in the networks repository before launch, I would suggest discussing the parameters in here and maybe have a genesis file (with these decided on parama) we can use as a basis too.

While this could wait until launch, I suggest to prioritize this to have the next testnet with params as close as possible to the launch params.

@evan-forbes
Copy link
Member

pushing this to the onsite, but we still need to do an initial investigation.

@evan-forbes
Copy link
Member

We are moving the code to change the defaults the to the application per discussion in celestiaorg/cosmos-sdk#285

@evan-forbes
Copy link
Member

marking as completed

@github-project-automation github-project-automation bot moved this from TODO to Done in Celestia Node Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants