docs: A new --genesis-override CLI flag was added to the apply command, allowing developers to set genesis parameters (e.g., staking unbonding time, governance voting period) when deploying nodes with the genesis-chain preset. (sei-protocol/seictl#184)#18
Closed
seidroid[bot] wants to merge 1 commit into
Closed
Conversation
…mmand, allowing developers to set genesis parameters (e.g., staking unbonding time, governance voting period) when deploying nodes with the `genesis-chain` preset. (sei-protocol/seictl#184)
Author
Collaborator
|
Closing to regenerate — nav fix now live. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Source
mainWhat changed
A new
--genesis-overrideCLI flag was added to theapplycommand, allowing developers to set genesis parameters (e.g., staking unbonding time, governance voting period) when deploying nodes with thegenesis-chainpreset.Docs gap addressed
No existing docs page explicitly covering the
applycommand's--genesis-overrideflag was provided in the current content. Thenode/configuration.mdpath is inferred from the repo layout described in README.md (node/covers running nodes). If a more specific page exists for theapplycommand or node deployment presets (e.g.,node/apply.mdornode/genesis.md), that page should be updated instead. A reviewer should confirm the exact file path before editing. No migration step is required since this is a net-new flag.Files changed
node/configuration.md— Add documentation for the new--genesis-overrideflag on theapplysubcommand, including its syntax, JSON-first value parsing behavior, supported key format (dotted cosmos-module paths), and the constraint that it is only valid with--preset genesis-chain.Generated by sei-docs-bridge. Review carefully before merging.