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

Feature Request: Add edit-validator Command to story validator #345

Open
Coha05 opened this issue Nov 6, 2024 · 0 comments
Open

Feature Request: Add edit-validator Command to story validator #345

Coha05 opened this issue Nov 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Coha05
Copy link

Coha05 commented Nov 6, 2024

Description and Context

Currently, the story validator command lacks an option to edit validator details, such as the moniker (display name). Many other networks based on the Cosmos SDK have an edit-validator command that allows validators to update details like moniker, description, and website. Adding this feature would streamline the process of updating validator information and bring the functionality closer to that of other Cosmos-based networks.

Suggested Solution

Implement an edit-validator command in the story validator commands, similar to the edit-validator command available in Cosmos SDK-based networks. This new command should support flags for modifying:

  • Moniker (display name)
  • Description
  • Website
  • Identity (a unique key to connect validators across chains)
  • Security Contact

Command Structure

The new command could be used as follows:

story validator edit-validator \
  --moniker "New Moniker" \
  --details "Updated description" \
  --website "https://validator-website.com" \
  --security-contact "[email protected]"
@Coha05 Coha05 added the enhancement New feature or request label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant