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

[multinode] Add Validator Set Realm / Package #1824

Open
zivkovicmilos opened this issue Mar 25, 2024 · 0 comments · May be fixed by #2130
Open

[multinode] Add Validator Set Realm / Package #1824

zivkovicmilos opened this issue Mar 25, 2024 · 0 comments · May be fixed by #2130
Assignees
Labels
📦 🌐 tendermint v2 Issues or PRs tm2 related 📦 ⛰️ gno.land Issues or PRs gno.land package related

Comments

@zivkovicmilos
Copy link
Member

Description

This effort covers the implementation of the Validator Set Realm in gno, that has a standard set management API. Validator sets should be managed by the 2/3+ majority of voting power.

An example of the API (not extensive):

  • GetSet() - returns the validator set
  • AddValidator(…) - adds a validator to the set
  • RemoveValidator(…) - removes a validator from the set

This effort is blocked by: #1823

Successful outcome of this effort:

  • A validator set Realm is created, with a standard set management API
  • The validator set Realm is predeployed on every chain initialization (genesis)
@zivkovicmilos zivkovicmilos added 📦 🌐 tendermint v2 Issues or PRs tm2 related 📦 ⛰️ gno.land Issues or PRs gno.land package related labels Mar 25, 2024
@zivkovicmilos zivkovicmilos self-assigned this May 13, 2024
@zivkovicmilos zivkovicmilos linked a pull request May 16, 2024 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 🌐 tendermint v2 Issues or PRs tm2 related 📦 ⛰️ gno.land Issues or PRs gno.land package related
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

1 participant