-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Allow client apps to override staking's defaults #4531
Comments
alessio
changed the title
Allow client apps to override staking's default
Allow client apps to override staking's defaults
Jun 11, 2019
A better UX would be to have them as parameters at |
alessio
added a commit
that referenced
this issue
Jun 11, 2019
Yes, exactly as you said |
5 tasks
#4537 is a proposed solution to this |
this can be done using the staking parameters. closing |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm developing a client application and I want to override the staking module default max number of validators, the bond denom, and possibly the bonding time. Currently, I can do it only by
I would like to override such variables either via API calls or via compilation flags.
For Admin Use
The text was updated successfully, but these errors were encountered: