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

Implement GroupManager #550

Open
aloknerurkar opened this issue Dec 30, 2024 · 0 comments
Open

Implement GroupManager #550

aloknerurkar opened this issue Dec 30, 2024 · 0 comments
Assignees

Comments

@aloknerurkar
Copy link
Collaborator

GroupManager is a new abstraction which will keep track of provider groups when sending bids on bidder nodes. By default we will have one group which consists of all providers with > min_stake. This will change if provider stake goes below minimum or if bidders configure a provider-whitelist to restrict providers.

The GroupManager will consume events provided by the new StakeManager (#549) and reconfigure the groups if required using the KeyExchange protocol.

The GroupManager should be smart enough to figure out if peer disconnection should result in new encryption keys being configured. Also be able to react to future events or multiple L1 chain groups in future.

@aloknerurkar aloknerurkar self-assigned this Dec 30, 2024
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

No branches or pull requests

1 participant