holochain / tryorama

Toolset to manage Holochain conductors and facilitate test scenarios
212 stars 13 forks source link

Support node injection for bootstrapping #53

Closed zippy closed 3 years ago

zippy commented 3 years ago

This PR adds

The key addition is a ScenarioApi helper function: shareAllNodes which takes a list of Players which will inform all the players in the list about all the other players, thereby removing the need for a bootstrap server and allowing them to communicate on the local network.

zippy commented 3 years ago

Well, it makes sense how you hooked it up. My guess would be either that addAgentInfo isn't actually working as intended, or that it takes time for the added agents to be recognized.

Oddly things seem to be working this morning. Very weird.