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

Fold vp_validator into vp_user & rework init validator #2196

Closed
cwgoes opened this issue Nov 20, 2023 · 0 comments
Closed

Fold vp_validator into vp_user & rework init validator #2196

cwgoes opened this issue Nov 20, 2023 · 0 comments
Assignees

Comments

@cwgoes
Copy link
Collaborator

cwgoes commented Nov 20, 2023

  • Fold vp_validator into vp_user and Delete vp_validator: combine user vp and validator vp #2202
  • Update the init validator transaction so that it no longer creates a new account, but rather using an existing account (the source of the transaction): replace tx_init_validator with tx_become_validator that doesn't create an account #2208
    • Initially require that there are no existing delegations from this account to avoid potential issues as the system was built with assumption that validators cannot delegate
  • Check whether we have some assumptions about validators not delegating to other validators
    • If there are no issues, we can relax init-validator to allow using accounts that have existing delegations
    • Update is_delegator, is_validator, etc.
@cwgoes cwgoes changed the title Fold vp_validator into vp_user & remove duplicate logic Fold vp_validator into vp_user & rework init validator Nov 20, 2023
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

No branches or pull requests

4 participants