mirror of
https://github.com/fluencelabs/aqua-book
synced 2024-12-04 15:20:19 +00:00
GitBook: [#135] No subject
This commit is contained in:
parent
cb14f4cfab
commit
7de2eab603
@ -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:
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user