Aleksey Proshutinskiy
Aleksey Proshutinskiy
Throw an error and stop node if any environmental variables from `on_start.json` are missing
To have the ability to move data from outdated service to new service we should support the execution of script `migrate.air` with `migrate.json` (as with `on_start.air` and `on_start.json`). It should...
Now it's only available via config but in some cases (like Trust Graph demo) it will be good to pass builtins management keypair in cmd args. To achieve this arguments...
aqua: ``` import "@fluencelabs/aqua-lib/builtin.aqua" func test() -> string: successful: *bool successful
code: ``` service MyOp("op"): identity(arg: string) -> string func test() -> ?string: result: ?string if false: tmp
If i try to use some incorrect but intuitive syntax i get very confusing error message code: ```use * from "@fluencelabs/aqua-lib/builtin" as BuiltIn``` message: ```2022.01.17 09:55:26 [ERROR] ---- Syntax error:...
I have some generated `service.aqua` and want to use some methods in TS without any additional actions. For now, I need to write smth like: ``` func someServiceMethod(node: PeerId, ...args...)...
## Description [Provide a brief description of the changes introduced by this pull request and the motivation behind them.] ## Motivation [Explain why these changes are necessary or beneficial. Discuss...