update version

This commit is contained in:
DieMyst
2021-06-18 15:15:34 +03:00
parent 52d5ac12d8
commit d6c69c2475
24 changed files with 170 additions and 218 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.6-SNAPSHOT
* Aqua version: 0.1.6-148
*
*/
import { FluenceClient, PeerIdB58 } from '@fluencelabs/fluence';
@ -50,10 +50,13 @@ export async function topologyTest(client: FluenceClient, me: string, myRelay: s
(call friend ("testo" "getString") ["friends string via"] str2)
(seq
(seq
(call friendRelay ("op" "identity") [])
(call -relay- ("op" "identity") [])
(seq
(call friendRelay ("op" "identity") [])
(call -relay- ("op" "identity") [])
)
(call %init_peer_id% ("errorHandlingSrv" "error") [%last_error% 1])
)
(call %init_peer_id% ("errorHandlingSrv" "error") [%last_error% 1])
(call -relay- ("op" "identity") [])
)
)
)
@ -70,10 +73,7 @@ export async function topologyTest(client: FluenceClient, me: string, myRelay: s
(call %init_peer_id% ("errorHandlingSrv" "error") [%last_error% 2])
)
)
(seq
(call -relay- ("op" "identity") [])
(call %init_peer_id% ("errorHandlingSrv" "error") [%last_error% 3])
)
(call %init_peer_id% ("errorHandlingSrv" "error") [%last_error% 3])
)
`,