-
We need to check that the content is up to date regarding the Release of Liteflow and the delisting of the MESG Token
The content should be focus on the MESG Vision, long term possibilities, the pr…
-
The return type of the following function is wrong:
https://github.com/mesg-foundation/js-sdk/blob/b9b708039e4d5963773df161f7e5c2b62837c9c9/packages/api/src/util/lcd.ts#L11-L17
It can return anyth…
-
New integration tests were added in the PR https://github.com/mesg-foundation/js-sdk/pull/224 but it results in never-ending tests on mac environment on the CI while everything is working correctly on…
-
Similar to https://github.com/mesg-foundation/core/pull/739
-
Let's not start to specify how to encode every special type.
The lib should check if the function `toJSON` is implemented and call it if it is. Otherwise, maybe simple call `JSON.stringify`?
Funct…
-
Filter conditions in the processes can reference the previous step but for now, we can only access the result of the parent step.
We should be able to filter any previous step, the same way we do for…
-
Right now filters can have conditions that tests for a specific value that can be either `string`, `boolean` or `number`. The API supports the equal predicate for `object` and `array` too so we could …
-
Compilation sometimes puts empty arrays (`[]`) and sometimes skip keys at all.
For example keys like `inputs`, `outputs`, `object`, `data`, `dependencies` are always put into output json with an em…
-
Currently, the command `dev` is using the path of the current folder (the path of the terminal) to search the source of the services indicated in the process files.
But if the terminal is not execute…
-
Improve the CLI for local development
- [x] Simplify the management on the local engine (https://github.com/mesg-foundation/js-sdk/pull/188)
- [x] start and stop engine automatically in `dev` comm…