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 topology peer representation #4450

Open
EclesioMeloJunior opened this issue Jan 13, 2025 · 0 comments
Open

Implement topology peer representation #4450

EclesioMeloJunior opened this issue Jan 13, 2025 · 0 comments

Comments

@EclesioMeloJunior
Copy link
Member

EclesioMeloJunior commented Jan 13, 2025

Description

The Grid Topology organizes a set of authorities in a matrix-like format where each row authority only talks with their column neighbors, and each column authority talks with their row neighbors.

This issue defines how a authority looks like in the grid. The topology peer info should contains:

  • vector of peer ids (usually the validator might have more than one peer ID)
  • validator index (the index of the validator in the set of current validators)\
  • discovery id (the authority public ID used to identify the authority in the current session, also used by Authority Discovery mechanism)
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