Aleksey Proshutinskiy

Results 19 issues of Aleksey Proshutinskiy

Throw an error and stop node if any environmental variables from `on_start.json` are missing

recent

for now test is ignored

recent

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...

recent

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...

enhancement
recent

enhancement
rust
~builtins
recent

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

bug

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...