update, add test for assignment

This commit is contained in:
DieMyst
2021-06-07 17:23:27 +03:00
parent 96bc34697a
commit 257ef0ce68
24 changed files with 115 additions and 27 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.4-136
* Aqua version: 0.1.5-SNAPSHOT
*
*/
import { FluenceClient, PeerIdB58 } from '@fluencelabs/fluence';
@ -70,13 +70,10 @@ export async function passFunctionAsArg(client: FluenceClient, node: string, str
(seq
(seq
(seq
(seq
(call %init_peer_id% ("getDataSrv" "-relay-") [] -relay-)
(call %init_peer_id% ("getDataSrv" "node") [] node)
)
(call %init_peer_id% ("getDataSrv" "str") [] str)
(call %init_peer_id% ("getDataSrv" "-relay-") [] -relay-)
(call %init_peer_id% ("getDataSrv" "node") [] node)
)
(call %init_peer_id% ("op" "identity") [])
(call %init_peer_id% ("getDataSrv" "str") [] str)
)
(call -relay- ("op" "identity") [])
)