Gary Mensah is inviting you to a scheduled Zoom meeting.
Topic: Zilliqa Dev Community Call #2
Time: Sep 5, 2019 09:30 PM Singapore
Join Zoom Meeting
https://zoom.us/j/311147972
One tap mobile
+16465588656,,311147972# US (New York)
+17207072699,,311147972# US (Denver)
Dial by your location
+1 646 558 8656 US (New York)
+1 720 707 2699 US (Denver)
Meeting ID: 311 147 972
Find your local number: https://zoom.us/u/aduFNnTYoL
Hello
I’d like to ask you how to avoid CHAIN_CALL_DIFF_SHARD error at Zilliqa’s contract.
I deployed a contract which has transition with chain call to other contract in testnet.
Normally, it is possible to send transaction to contract.
But it has error when sending transaction by using some account.
Following is the transactions results.
It seemd that the error that code is 16 occured and its code means CHAIN_CALL_DIFF_SHARD.
So what is the condition for this error?
Also how can I avoid it?
curl -d '{
"id": "1",
"jsonrpc": "2.0",
"method": "GetTransaction",
"params": ["ca0ecc69dc21e6d83d13ba5dac809fe94b4d389f77bbc48ae90edd1a569c483b"]
}' -H "Content-Type: application/json" -X POST "https://dev-api.zilliqa.com/“
…
"errors": {
"1": [
16
]
},
...