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

staking: create validator in one transaction #234

Merged
merged 1 commit into from
Jul 6, 2023

Conversation

keefel
Copy link
Contributor

@keefel keefel commented Jul 5, 2023

Description

Add a command for creating validator in one transaction, this transaction includes authz the gov module to execute the create validator message and submit a create validator proposal.

Rationale

Merge two messages into one transaction, create new validator would be much easier.

Example

gnfd tx staking create-validator create_validator_proposal.json --node *** --from val_address

Changes

Notable changes:

  • add create validator command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants