Skip to content

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

Merged
merged 5 commits into from
Apr 8, 2025

Conversation

tac0turtle
Copy link
Contributor

@tac0turtle tac0turtle commented Apr 7, 2025

Overview

This pr updates the cip-31 guidelines and implementation in order to make the design and flow as simple as possible.

closes #284

@tac0turtle tac0turtle force-pushed the marko/cip-31_update branch from 5dbfe08 to e955733 Compare April 7, 2025 21:00
Copy link
Contributor

@cmwaters cmwaters left a 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
Comment on lines 99 to 105
### 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
Copy link
Contributor

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?

Copy link
Collaborator

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.

@tac0turtle
Copy link
Contributor Author

tac0turtle commented Apr 8, 2025

  • Validators that currently have a commission of 100% won't have their commission affected right - just new validators.
    correct
  • 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?

That is not reflected. I added a sentence on this in the latest commit

@rootulp rootulp merged commit de64fee into celestiaorg:main Apr 8, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cip-31: describe which account types are affected
3 participants