You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
Currently, there is no way to have a kangaroo app auto-update across breaking semver versions. This is with the intent to prevent users to land in different DHTs in case that a breaking semver version indicates a change in dna hash(es).
Proposed Solution:
Offer an auto-update mode that allows to update across breaking semver versions and will follow the following logic:
Check whether it's a breaking change, if no everything fine
If it's a breaking change, check the holochain version of that the new app version depends on
a) If the holochain version is still the same, install the new happ that comes with the new app version into the conductor side-by-side to the existing happ (or uninstall the old happ) and have the UI point to the InstalledAppId of that new happ
b) If the holochain version is a different one, use create a new conductor and have the app use this new conductor
The text was updated successfully, but these errors were encountered:
Problem:
Currently, there is no way to have a kangaroo app auto-update across breaking semver versions. This is with the intent to prevent users to land in different DHTs in case that a breaking semver version indicates a change in dna hash(es).
Proposed Solution:
Offer an auto-update mode that allows to update across breaking semver versions and will follow the following logic:
InstalledAppId
of that new happThe text was updated successfully, but these errors were encountered: