-
Notifications
You must be signed in to change notification settings - Fork 4
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
Scale P2P Network #6
base: main
Are you sure you want to change the base?
Conversation
Thanks for working on this. Could you add a paragraph or two on how it achieves the scaling benefits? |
Overview Attack vectors this improvement protects against
How it works
How it integrates into opendexd's existing P2P network |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would be an awesome feature to get in once we have confirmed it works reliably. Needs extensive manual testing.
Please fix the CI builds and clean up the code from comments and unnecessary console logs. I'll start manual testing afterwards.
@hatmer looking at the build failure some of the P2P networking tests did not pass. They'll probably need some refactoring to be compatible with your changes. |
Yes, I am still trying to figure out why the tests fail. |
Non-breaking modification to P2P overlay that will allow the network to scale massively (still limited by hardware though).