-
Notifications
You must be signed in to change notification settings - Fork 71
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
test: adding proxy nodes to the test case #589
base: master
Are you sure you want to change the base?
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