test: adding proxy nodes to the test case#589
Conversation
In this change we're adding the proxy nodes and checking if they are in the nodes file, If they do exsist then we'll try and join the tribe
|
wtf it should fail for tribeMessages after this commit ea81894 |
|
looks to be printing no alias for the proxy nodes, not sure if they're not loading in for some reason |
test: typo fix
f758f00 to
66413a9
Compare
|
Only seeing one proxy user being created and put into NODES.json we should at least have two in there |
|
we really should have 3 so we can do full test (proxy tribe admin, 2 proxy tribe members, one member can send to another, messages and boost sats) |
|
ok so this might be harder to test than I initially thought, It seems like the function we broke needs multiple users already registered to the proxy before startup. We're registering them as we go on the initialization of the test so they're still connecting |
|
Nonetheless we can still increase the number of proxy users since I think we only had one previously |
In this change we're adding the proxy nodes and checking if they are in the nodes file, If they do exsist then we'll try and join the tribe
This will close #584