You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
The test service is currently only used by integration tests. There is a builder pattern for building a node with the wanted features. Most of these integration tests should be rewritten with Zombienet. This will require a binary that can be started. This binary should basically expose the builder pattern via cli.
The builder currently also uses in memory addresses for libp2p. This will not work when the nodes are their own processes. So, this needs to be changed as well to also support normal libp2p multi addresses.