GitBook: [#135] No subject

This commit is contained in:
gitbook-bot 2022-04-26 14:27:28 +00:00
parent cb14f4cfab
commit 7de2eab603
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ func hello(name: string, node:string, sid: string) -> string:
We instantiate our aqua client peer:
```bash
aqua run --addr /dns4/.../wss/p2p/12D3 ...aoHI --input some-dir/hello.aqua --func 'hello("reader", "peer id", ["service id1", "service id2"])'
aqua run --addr /dns4/.../wss/p2p/12D3 ...aoHI --input some-dir/hello.aqua --func 'hello("reader", "peer id", "service id")'
```
The `aqua run` command provides additional features such as:

View File

@ -7,7 +7,7 @@ Aqua compiler's versioning scheme is the following: `0.BREAKING.ENHANCING.RELEAS
* `ENHANCING` part is incremented for every syntax addition
* `RELEASE` is the release number, shows internal compiler changes, bugfixes that keep the language untouched
### [0.7.2](https://github.com/fluencelabs/aqua/releases/tag/0.7.2) March 25, 2022
### [0.7.2](https://github.com/fluencelabs/aqua/releases/tag/0.7.2) April 26, 2022
* FluenceJS was updated to 0.23.0 ([#503](https://github.com/fluencelabs/aqua/pull/503))
* `noXor`, `noRelay`, `const` and `verbose` options in `aqua run (`[#473](https://github.com/fluencelabs/aqua/issues/473) [#475](https://github.com/fluencelabs/aqua/issues/475))