docs: A new --genesis-override CLI flag was added to the apply command, allowing users to set genesis parameters (e.g. staking unbonding time, governance voting period) when deploying a node with --preset genesis-chain. (sei-protocol/seictl#184)#17
Closed
seidroid[bot] wants to merge 1 commit into
Conversation
…mmand, allowing users to set genesis parameters (e.g. staking unbonding time, governance voting period) when deploying a node with `--preset genesis-chain`. (sei-protocol/seictl#184)
Collaborator
|
Closing — regenerating with fixed prompts (MDX comment syntax + correct CLI command names). |
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 users to set genesis parameters (e.g. staking unbonding time, governance voting period) when deploying a node with--preset genesis-chain.Docs gap addressed
The provided docs content does not include the actual body of any
node/pages — only README, AGENTS, skill files, and llms files were supplied. The pathnode/configuration.mdis inferred as the most likely home based on the README content layout (node/covers running validator, RPC, statesync, and archive nodes) and the nature of the change (a CLI flag for node deployment configuration). If theapplycommand is documented on a different page (e.g.node/apply.mdor a dedicated CLI reference), the action should target that page instead. A reviewer should confirm the exact path before editing. No migration step is required for existing users since this is a purely additive flag.Files changed
node/configuration.md— Add documentation for the new--genesis-overrideflag on theapplysubcommand, including its syntax, supported value types (JSON-parsed vs string), the requirement that it be used only with--preset genesis-chain, and at least one concrete example (e.g. settingstaking.params.unbonding_time).Generated by sei-docs-bridge. Review carefully before merging.