You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As CKB nodes continue to grow with more blocks, the data directory's disk space usage increases significantly. A large portion of the space is occupied by the witness field in the transaction structure. It would be helpful to provide a method to remove unnecessary witness data to save disk space.
Describe the solution you'd like
Provide a way to delete unnecessary witness field in ckb-freezer.
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered:
Feature Request
Is your feature request related to a problem? Please describe.
As CKB nodes continue to grow with more blocks, the data directory's disk space usage increases significantly. A large portion of the space is occupied by the witness field in the transaction structure. It would be helpful to provide a method to remove unnecessary witness data to save disk space.
Describe the solution you'd like
Provide a way to delete unnecessary witness field in ckb-freezer.
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: