co test, update version

This commit is contained in:
DieMyst
2021-06-24 18:17:14 +03:00
parent a3f8d24ae3
commit 0007633998
27 changed files with 68 additions and 28 deletions

View File

@ -3,7 +3,7 @@
* This file is auto-generated. Do not edit manually: changes may be erased.
* Generated by Aqua compiler: https://github.com/fluencelabs/aqua/.
* If you find any bugs, please write an issue on GitHub: https://github.com/fluencelabs/aqua/issues
* Aqua version: 0.1.7-153
* Aqua version: 0.1.8-SNAPSHOT
*
*/
import { FluenceClient, PeerIdB58 } from '@fluencelabs/fluence';
@ -204,7 +204,10 @@ export async function doStuff(client: FluenceClient, a: string, b: string, c: bo
(par
(par
(seq
(call %init_peer_id% ("some-id" "t") [str] $stream)
(seq
(call %init_peer_id% ("some-id" "t") [str] $stream)
(call -relay- ("op" "noop") [])
)
(call b ("op" "noop") [])
)
(call %init_peer_id% ("println-service-id" "print") [a])
@ -214,8 +217,11 @@ export async function doStuff(client: FluenceClient, a: string, b: string, c: bo
(xor
(call a ("peer" "identify") [])
(seq
(seq
(call -relay- ("op" "noop") [])
(call %init_peer_id% ("errorHandlingSrv" "error") [%last_error% 1])
)
(call -relay- ("op" "noop") [])
(call %init_peer_id% ("errorHandlingSrv" "error") [%last_error% 1])
)
)
)