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

Move to fully connected network #12984

Closed
Tracked by #11505
kfa-aguda opened this issue Apr 24, 2024 · 0 comments · Fixed by #13010
Closed
Tracked by #11505

Move to fully connected network #12984

kfa-aguda opened this issue Apr 24, 2024 · 0 comments · Fixed by #13010
Assignees
Milestone

Comments

@kfa-aguda
Copy link
Contributor

kfa-aguda commented Apr 24, 2024

This issue was formerly titled "Eliminate addressBook from Network component" with the following description

  • eliminate the dependency of network on addressBook
  • change peers list to peers set to reflect node uniqueness property. This also helps with making peer lookups O(1); an important prep for Dynamic Address Book which will be lookup heavy.

Upon subsequent internal conversations, the issue has been renamed to capture the bigger task which is:

  • stop the use of RandomGraph
  • do away with address book node indices and use node Ids
  • Make the network fully connected, do not support partial connectivity.
@kfa-aguda kfa-aguda self-assigned this Apr 24, 2024
@kfa-aguda kfa-aguda changed the title Eliminate addressBook from Network component Move to fully connected network May 28, 2024
@kfa-aguda kfa-aguda added this to the v0.52 milestone Jun 3, 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

Successfully merging a pull request may close this issue.

1 participant