-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rpc error: code = Unknown desc = Err:500-50404-submit tx failed+err:this utxo can not be found #80
Comments
并发调用 选取 utxo 会引发utxo冲突,可以用 cli 先拆分utxo, |
麻烦能否提供一个示例? 这块不是特别清楚感谢! |
xchain-cli utxo split 看下这个命令, https://github.com/xuperchain/xuperchain/blob/master/cmd/client/cmd/utxo_split.go |
sdk能支持一下这个功能么? |
看下这个PR的代码可以不#52 |
请问打算啥时候merge 我看已经一年多没有merge了 和当前v2版本差别还是蛮大的 |
可能要在下个季度了 |
现在还有v2吗,为什么go get不到了 |
有的,暂时未出新版本。 |
版本
问题
我使用 xuper-sdk-go/v2 10次并发调用evm合约出现错误
rpc error: code = Unknown desc = Err:500-50404-submit tx failed+err:this utxo can not be found
,另外这10次调用key value值都不一样,合约方法很简单就是单纯得set值.另外我这也没有出现读写集错误问题,请问如何解决此问题?调用参数内容:
调用返回错误值:
ps: 错误值前半部是业务拼接得错误描述
The text was updated successfully, but these errors were encountered: