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';
@ -34,8 +34,11 @@ export async function betterMessage(client: FluenceClient, relay: string, config
(xor
(call relay ("peer" "is_connected") [relay] isOnline)
(seq
(seq
(call -relay- ("op" "identity") [])
(call %init_peer_id% ("errorHandlingSrv" "error") [%last_error% 1])
)
(call -relay- ("op" "identity") [])
(call %init_peer_id% ("errorHandlingSrv" "error") [%last_error% 1])
)
)
)
@ -51,10 +54,7 @@ export async function betterMessage(client: FluenceClient, relay: string, config
(null)
)
)
(seq
(call -relay- ("op" "identity") [])
(call %init_peer_id% ("errorHandlingSrv" "error") [%last_error% 3])
)
(call %init_peer_id% ("errorHandlingSrv" "error") [%last_error% 3])
)
`,