-
Notifications
You must be signed in to change notification settings - Fork 87
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
Improve network to connect up to 50 nodes #203
Comments
A few issues currently prevent us from scaling the
|
Also, I think that solving point 1 from the previous comment will be useful for deploying demo/test Hydra networks. |
We are mostly concerned right now with assessing the performance of the layer 2, so we might as well resurrect our |
So we solved the issue with ourobouros-network and we can run 50 nodes benchmarks by increasing the execution budgets and slot lenghts to accomodate the actual validation (of |
What & Why
Currently our network layer fails in connecting a large (> 10) number of nodes, at least in our local load tests. Within this feature we want to improve the hydra networking layer to be able to connect at least 50 nodes into a (still fully-connected) network to broadcast Hydra off-chain messages.
Requirements
hydra-cluster
can spin up and connect 50hydra-node
s.The text was updated successfully, but these errors were encountered: