Add multiple nomos nodes per container support

This commit is contained in:
Gusto Bacvinka
2023-02-26 19:16:30 +02:00
parent 5ec4c78764
commit 36751c87e4
10 changed files with 186 additions and 271 deletions

View File

@@ -35,12 +35,6 @@ nodeTypeToDocker = {
nodeType.NOMOS: "nomos"
}
<<<<<<< HEAD
=======
#NODES = [nodeType.NWAKU, nodeType.GOWAKU, nodeType.NOMOS]
#NODE_PROBABILITIES = (0, 0, 100)
>>>>>>> b6a76d5 (Gennet and WSL changes for nomos node)
# To add a new network type, add appropriate entries to the networkType and networkTypeSwitch
# the networkTypeSwitch is placed before generate_network(): fwd declaration mismatch with typer/python :/
class networkType(Enum):