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
truncate
https://github.com/nervosnetwork/ckb/tree/develop/rpc#method-truncate The truncate rpc is often used when testing, but truncate now has a defect, it will read all the selected blocks into memory at once, when truncate a long chain will be a memory leak and crash
Truncate can be performed in segments
The text was updated successfully, but these errors were encountered:
chenyukang
Successfully merging a pull request may close this issue.
Bug Report
Current Behavior
https://github.com/nervosnetwork/ckb/tree/develop/rpc#method-truncate
The truncate rpc is often used when testing, but truncate now has a defect, it will read all the selected blocks into memory at once, when truncate a long chain will be a memory leak and crash
Expected Behavior
Truncate can be performed in segments
The text was updated successfully, but these errors were encountered: