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

Separate default validator Validity Predicate #747

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

batconjurer
Copy link
Member

@batconjurer batconjurer commented Dec 27, 2021

closes anoma/namada#3

This PR adds a new vp specifically for validators. Previously validators used the generic user vp. This new vp is added to all newly created validator accounts as well as validators created at genesis.

The vp adds the following extra functionality:

  • Checks signatures against a validator's user or protocol key depending on the tx type (TODO).
  • TODO

┆Issue is synchronized with this Asana task by Unito

@batconjurer
Copy link
Member Author

pls update ci

…f the validator vp that are no longer relevant
@anoma anoma deleted a comment Dec 27, 2021
@anoma anoma deleted a comment Dec 27, 2021
@batconjurer
Copy link
Member Author

pls update ci

@batconjurer batconjurer marked this pull request as draft December 28, 2021 08:50
batconjurer and others added 3 commits December 28, 2021 09:50
Co-authored-by: Tomas Zemanovic <tomas@heliax.dev>
Co-authored-by: Tomas Zemanovic <tomas@heliax.dev>
Co-authored-by: Tomas Zemanovic <tomas@heliax.dev>
@juped juped assigned juped and unassigned juped Feb 2, 2022
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.

default validator VP
3 participants