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

Design network Grid topology #4210

Open
kishansagathiya opened this issue Oct 1, 2024 · 3 comments
Open

Design network Grid topology #4210

kishansagathiya opened this issue Oct 1, 2024 · 3 comments
Assignees
Labels
S-network issues related to the dot/network package. T-research this issue/pr is a research type issue.

Comments

@kishansagathiya
Copy link
Contributor

Issue summary

  • Grid Topology sort of determines to whom we are supposed to send some messages and from whom we are supposed to receive them.
  • It designs rows and columns for other validators (validators that are neighbours to us)

I will leave rest for @axaysagathiya to add information here. Go over the code link provided and write specification in this issue in terms of what we need as part of this issue.

Other information and links

@kishansagathiya kishansagathiya added the S-network issues related to the dot/network package. label Oct 1, 2024
@kishansagathiya kishansagathiya changed the title Desing and Implement grid topology Design and Implement grid topology Oct 1, 2024
@jimjbrettj
Copy link
Contributor

As an additional point to consider, I believe a grid topology will be used in JAMs network too, so extra important to have a modular design here

@kishansagathiya
Copy link
Contributor Author

@axaysagathiya can you also write why do you need this in statement distribution

@axaysagathiya
Copy link
Contributor

axaysagathiya commented Oct 3, 2024

When a para-validator issues its own validity statement about a candidate block, the statement must be circulated to all other para-validators in the group.
To circulate this statement, we need a grid topology protocol.

@P1sar P1sar changed the title Design and Implement grid topology Design topology Oct 8, 2024
@P1sar P1sar added T-investigation this issue/pr is an investigation, probably related to some bug with unknown causes. T-research this issue/pr is a research type issue. and removed T-investigation this issue/pr is an investigation, probably related to some bug with unknown causes. labels Oct 8, 2024
@P1sar P1sar changed the title Design topology Design network Grid topology Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-network issues related to the dot/network package. T-research this issue/pr is a research type issue.
Projects
None yet
Development

No branches or pull requests

4 participants