-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Remove Unsafe Pruning Flag #8103
Comments
Hi @wpank , do you have any update on this issue? Is there an estimated time of removing the flag? |
Hi little bot, the issue is still to be addressed :) |
Seconded. |
We will working on this in the near future. This issue should be tackled in the following way:
|
Hi. @RGafiyatullin I have a question here and hope you can shed some light on this. If all validators and watchers in the network are running in the pruned mode, for a new coming node(validator or watcher), is it able to sync the chain from scratch? |
Yes, pruning here is only about the state, not the blocks. |
oh. Thank you very much! Good to know |
* Substrate API change: paritytech/substrate#8103 * fix fallout of paritytech/polkadot#5454 * update lockfile for {"polkadot"} Co-authored-by: Bernhard Schuster <bernhard@ahoi.io> Co-authored-by: parity-processbot <>
The This CLI-argument should be completely removed in some future release. |
That will remove the CLI-argument completely. For now it is left as an acceptable CLI-argument in order not to break the existing scripts that may launch the substrate. |
* Substrate API change: paritytech/substrate#8103 * fix fallout of paritytech/polkadot#5454 * update lockfile for {"polkadot"} Co-authored-by: Bernhard Schuster <bernhard@ahoi.io> Co-authored-by: parity-processbot <>
As of now, to run pruned nodes, you must use the flag
--unsafe-pruning
. Many people are running validators fine with pruning now. This should be removed.The text was updated successfully, but these errors were encountered: