We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
之前回滚是考虑平行链上设置无效交易,然后从头重新同步平行链达到回滚效果,需要回滚时间长。往往需要回滚时候就是最后几笔交易 优化方案改为记录操作队列,通过设置回滚交易,从最近的操作队列回滚,不需要从头执行区块链
The text was updated successfully, but these errors were encountered:
fixed #1235
Sorry, something went wrong.
No branches or pull requests
之前回滚是考虑平行链上设置无效交易,然后从头重新同步平行链达到回滚效果,需要回滚时间长。往往需要回滚时候就是最后几笔交易
优化方案改为记录操作队列,通过设置回滚交易,从最近的操作队列回滚,不需要从头执行区块链
The text was updated successfully, but these errors were encountered: