-
Notifications
You must be signed in to change notification settings - Fork 13
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
[Docs] Validator cheatsheet and walkthrough #1012
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@okdas I reviewed the cheatsheet but not the walkthrough (haven't done the steps myself yet).
Can you please do the following:
- Review m changes in the cheatsheet (validate, update, etc...)
- Make the corresponding change sin the walkthrough
I'll do a round 2 later this week.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Will add your changes to the walkthrough as well.
{ | ||
"@type": "/cosmos.crypto.ed25519.PubKey", | ||
"key": "YdlQyhjtrq9pk7afmz6oQ275L4FElzjzEJvB1fj3e1w=" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just FYI - the output is actually a minimized version.
|
||
- **Check validator's commission and rewards**: | ||
### How do I check my validator's commission and rewards? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How do you feel if we remove this completely? I don't believe we mint tokens for validators. Here are mint module params:
inflation_rate_change: "0.0"
inflation_max: "0.0"
inflation_min: "0.0"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea, let's remove it
Ported the changes you did to the walkthrough as well 🫡 |
Summary
Adds documentation pages on how to skate the validator.
Type of change
Select one or more from the following:
consensus-breaking
label if so. See [Infra] Automatically add theconsensus-breaking
label #791 for detailsTesting
make docusaurus_start
; only needed if you make doc changesmake go_develop_and_test
make test_e2e
devnet-test-e2e
label to the PR.Sanity Checklist