-
Notifications
You must be signed in to change notification settings - Fork 1
Simplify createServiceVersion api #15
Comments
Because in the current implementation of the publish command |
Don't understand why this is not related. The publish command is one thing but not related. I'm talking here about the the API and how to use this API from any client, it can be the MESG CLI or metamask, etherscan whatever. The API here is related to the smart contract. If the publish command is doing What is |
version hash = service hash The |
It doesn't need to be like that. We don't need to have the same hash for the deployed service and the markeplace. We could have the manifest that contains with the link to the tarball the actual hash of the service as a verification (like when you download an archive you have its shasum). We could keep |
I don't really understand why we have both the
versionHash
and themanifest
. On the client side we setversionHash == sha256(manifest)
.Is there a good reason to have this ? Why not replacing with a
keccak256
and simplify the api function like that.The text was updated successfully, but these errors were encountered: