Conversation
alrevuelta
left a comment
There was a problem hiding this comment.
Thanks for this. However I would say waku-simulator master should only support RLN I would be happy to include the new services you are integrating here, but they shall use RLN.
If there is a real need for a non RLN config, I'm open to discuss it. But we should keep the config inside the same docker-compose.
| - liteprotocoltester-receivernode-12:8008 | ||
| - liteprotocoltester-receivernode-13:8008 | ||
| - liteprotocoltester-receivernode-14:8008 | ||
| - liteprotocoltester-receivernode-15:8008 |
There was a problem hiding this comment.
Mind giving some context on what each type of node does?
how is publishernode different from lightpush-service? and filter vs receivednode?
There was a problem hiding this comment.
Yes, this one I could not separate hence including foreign services here.
Mind that my setup is running in a separate compose which is interconnected with simulator via the docker network it defines.
But to see my services on the board I needed to add them here.
In my setup I have n-number of lightpush client connects to a lightpush-service node and a filter client that is connected with a separate filter-service node... where service nodes are connected to waku-simulator relay network.
There was a problem hiding this comment.
See here: logos-messaging/logos-delivery#2813
The only reason to test it without RLN is to find bottlenecks maybe helpful for Status reliability.
For now for me/us it is clearly enough to have this PR opened and living in this separate branch. That's enough for sharing among us. |
This is a WIP draft PR to demonstrate integration of nwaku/lite-protocol-tester with waku-simulator!
Changes made within:
Please note for first time we will use exact this branch to test co-op between the two projects.
If you have time to review, I would appreciate any comment and ideas!!!