deployVersion() // called after deployService
getVersion() // returns latest version number
allowVersioning()
disallowVersioning()
transferOwnership()
acceptOwnership()
In this model there is no way to completely remove versioning that might be a bit tricky.
Also, there is no migration method in the contract, which also might be problematic.
This PR is a preparation for brainstorming meeting with OdedW
Proposed new methods:
In this model there is no way to completely remove versioning that might be a bit tricky.
Also, there is no migration method in the contract, which also might be problematic.
This PR is a preparation for brainstorming meeting with OdedW