-
Notifications
You must be signed in to change notification settings - Fork 48
CIP-31: updates according to the implemention #290
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
Conversation
5dbfe08
to
e955733
Compare
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 for the examples - they help explain how claiming works a lot.
I actually have a follow up question targeting the commission cap:
- Validators that currently have a commission of 100% won't have their commission affected right - just new validators.
- What about validators that change their commission? They won't be able to update their validator to a commission that is beyond the 25%. Is this reflected in the PR?
cips/cip-031.md
Outdated
### Periodic Vesting Accounts | ||
|
||
``` | ||
Periodic account creation will be removed, and update schedule will be a noop | ||
|
||
### Permanent Vesting Accounts | ||
|
||
Permanent account creation will be removed, and update schedule will be a noop |
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.
Are we actually removing these types of vesting accounts or do they simply not apply to the new staking rules?
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.
We're not removing them. We're disabling the ability to create new periodic or permanent vesting accounts but existing accounts will remain. The existing accounts will not apply have CIP-31 applied to them.
That is not reflected. I added a sentence on this in the latest commit |
Overview
This pr updates the cip-31 guidelines and implementation in order to make the design and flow as simple as possible.
closes #284