Commit 7e285d11 authored by mdj33's avatar mdj33 Committed by vipwzw

comment autonamy temporary

parent 0a8f970a
......@@ -428,7 +428,14 @@ function rpc_test() {
echo "main_ip=$HTTP"
init
run_testcases
ispara=$(echo '"'"${HTTP}"'"' | jq '.|contains("8901")')
echo "ipara=$ispara"
if [ "$ispara" == true ]; then
echo "skip autonomy temporary on parachain"
else
run_testcases
fi
chain33_RpcTestRst autonomy "$CASE_ERR"
......
......@@ -55,7 +55,7 @@ asset-transfer 分两种, 主链转出, 主链转入
1. 不支持从平行链直接转移到其他平行链,需要先转移到主链,再转移到平行链
1. 通过资产和交易title就能确定是transfer资产还是收回资产
举例:
````
```
exec symbol tx.title=user.p.test1 tx.title=user.p.test2
1. 主链上的资产:
coins bty transfer transfer
......@@ -68,7 +68,7 @@ asset-transfer 分两种, 主链转出, 主链转入
其中user.p.test1.paracross.paracross.user.p.test2.coins.cny资产解释:
user.p.test1.paracross.是平行链paracross执行器, paracross.user.p.test2.coins.cny的paracross代表从主链的paracross转移过来的user.p.test2.coins.cny资产
````
```
交易执行代码分为 三个部分
1. 主链
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment