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

Stake Table: Registration #2304

Open
3 tasks
alysiahuggins opened this issue Nov 19, 2024 · 1 comment
Open
3 tasks

Stake Table: Registration #2304

alysiahuggins opened this issue Nov 19, 2024 · 1 comment

Comments

@alysiahuggins
Copy link
Contributor

alysiahuggins commented Nov 19, 2024

Create a registration system for validators with a fixed stake amount.

Tasks:

  • Implement a function for validators to register with a fixed stake.
  • Develop a mechanism to handle registration queues if the validator threshold is met.
  • implement epoch logic
@alysiahuggins
Copy link
Contributor Author

alysiahuggins commented Nov 21, 2024

Current plan

  • use the existing staketable and write tests for the registration function
  • write tests for the registration function as per the modified spec (e.g. validator keys, fixed stake
  • override/replace the registration function as per the modified spec
  • add tests and implementation for the validator threshold and registration queues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant