holochain / tryorama

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

Fix integration with Holochain after data path changes #193

Closed ThetaSinner closed 9 months ago

ThetaSinner commented 10 months ago

Specifically this change broke the integration https://github.com/holochain/holochain/pull/3025

ThetaSinner commented 10 months ago

It also looks like we hadn't dealt with the enum serialisation problems yet for 0.3

ThetaSinner commented 10 months ago

We're seeing Conductor returned an error while using a ConductorApi: CellNetworkNotReady(PendingJoin(Failed)) on here which is the same problem AD4M are reporting happens sometimes. We could do with spending some time chasing that one down