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

✨ Gatekeep validator set from validators without required SEDA keys #422

Open
hacheigriega opened this issue Nov 25, 2024 · 0 comments
Open
Labels
type: feature ✨ New feature or request
Milestone

Comments

@hacheigriega
Copy link
Member

hacheigriega commented Nov 25, 2024

✨ Feature

Issue #391 checks if enough validators have registered their keys for some proving scheme. Once this check passes, an end block logic should run at some future height to jail validators (both active and inactive ones) without the required key.

  • This logic should probably run before staking end block.
  • The create-validator and unjail transactions should have an additional check for presence of required SEDA keys to gatekeep the validator set.
  • Add invariant to check whether all active validators have keys registered.
  • Good to have: Batch creation should begin only when at least one proving scheme is enabled (or simply if secp256k1 scheme is enabled)
@hacheigriega hacheigriega added the type: feature ✨ New feature or request label Nov 25, 2024
@hacheigriega hacheigriega changed the title ✨ Jail validators without required SEDA keys ✨ Gatekeep validator set from validators without required SEDA keys Nov 25, 2024
@mariocao mariocao added this to the Devnet v0.0.4 milestone Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature ✨ New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants