Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
7e285d11
Commit
7e285d11
authored
Feb 17, 2020
by
mdj33
Committed by
vipwzw
Feb 18, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comment autonamy temporary
parent
0a8f970a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
test-rpc.sh
plugin/dapp/autonomy/cmd/test/test-rpc.sh
+8
-1
asset-transfer.md
plugin/dapp/paracross/executor/asset-transfer.md
+2
-2
No files found.
plugin/dapp/autonomy/cmd/test/test-rpc.sh
View file @
7e285d11
...
...
@@ -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
"
...
...
plugin/dapp/paracross/executor/asset-transfer.md
View file @
7e285d11
...
...
@@ -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.
主链
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment