mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-06-20 11:46:45 +00:00
update version
This commit is contained in:
@ -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])
|
||||
)
|
||||
|
||||
`,
|
||||
|
Reference in New Issue
Block a user