Anthony
Anthony
The json format for structs is really different that the one in proto. If you look at the input/output of the execution it is a lot different and it seems...
This example could be in the sources, in a wiki or directly in the documentation For reference, this is the generated config file: ```yaml ipfsendpoint: http://ipfs.app.mesg.com:8080/ipfs/ server: address: :50052 log:...
https://github.com/mesg-foundation/engine/blob/16d8a328d291998faada8de05ad0b47d86630bbd/sdk/service/backend.go#L131-L134 This modification should be done before the hash is calculated. Now, we cannot recalculate the hash based on the data in the database
We should have some control over who can execute a task of a service. There are 2 reasons for that: - A developer can deploy a service with a specific...
There is an issue with the process that is due to the ownership feature. We cannot deploy 2 identical processes from 2 different users. We should add the owner in...
Current processes still lack a few validations. Right now most of the check is done during the runtime and these checks could be delegated at the creation/compilation. Some check to...
Would be nice to have a schema that describes the flow with something like a [sequence diagram](https://en.wikipedia.org/wiki/Sequence_diagram)