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

Report for unconfirmed sortition transactions #1280

Open
b00f opened this issue May 14, 2024 · 0 comments
Open

Report for unconfirmed sortition transactions #1280

b00f opened this issue May 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@b00f
Copy link
Collaborator

b00f commented May 14, 2024

Description

Some users are complaining about not getting into the committee. Since entering the committee is a random process, it makes sense that some validators might experience delays in joining.

However, to ensure that validators don't miss any chance to enter the committee, we should have a report of unconfirmed sortition transactions.

The process will be as follows:

  1. Once a sortition transaction is broadcasted, we keep the hash in memory (like a map).
  2. When it is confirmed, we remove it from the map.

The size of the map will represent the number of unconfirmed sortition transactions.

@b00f b00f added the enhancement New feature or request label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant