holochain / tryorama

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

Refactor for RSM to not rely on legacy, and add InstallHapp ontology #43

Closed zippy closed 3 years ago

zippy commented 4 years ago

Needs doing but probably a separate PR:

Connoropolous commented 3 years ago

@zippy unfortunately, to do just a semver minor version bump doesn't accomplish much for us in terms of preventing breaking changes, and that's because in npm land a lot of people use ^ which allows npm install steps to just get the latest minor version, where minor versions can't contain any breaking changes.

How about just shoot for a major version bump, but keep -alpha suffixes?

Connoropolous commented 3 years ago

@zippy would you like to be able to weave in networking_service configuration options, as a conductor config option?

Connoropolous commented 3 years ago

I will work more on the tests I guess