Nicolas Mahe
Nicolas Mahe
@krhubert find an paginated iterator on the kvstore: https://github.com/cosmos/cosmos-sdk/blob/master/store/types/iterator.go
Summary of discussion with @krhubert : We need to implement a new index system in order to add in a chronological and deterministic way data to the store. The proposed...
@krhubert make sure to check https://github.com/cosmos/cosmos-sdk/pull/4658/files#diff-47df39648f34971e27a388de405b8ffc it seems there is already some kind of pagination system in place. But I suggest implementing the pagination directly in the keepers' method rather...
After some discussion with Antho, I will implement a very simple system that filter and sort (when possible) resources in the http and cmds functions
We could implement this when https://github.com/mesg-foundation/engine/issues/1714 is implemented, so clients could calculate the hash themselves. But I'm not sure about this feature. It feels too complex and too complicated for...
I added two e2e tests about this that are skipped for now: https://github.com/mesg-foundation/engine/blob/dev/e2e/orchestrator_event_map_task_map_task_test.go and https://github.com/mesg-foundation/engine/blob/dev/e2e/orchestrator_result_map_task_map_task_test.go
This is now done by the orchestrator API: only authorized clients can access the create execution endpoint.
> This is about execution of the task from anyone (processes included). As a user I can still create a process that uses an instance hash that I found somewhere...
If you are speaking about a full authorization system using encryption of something like this, then I would suggest to close this issue and to create a task on the...
This makes a lot of sense when we have a website to add those data after a service is published. Related to: https://github.com/orgs/mesg-foundation/projects/25#card-34523095