-
Notifications
You must be signed in to change notification settings - Fork 4
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
add feature to wipe mounted farmer directory #368
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Type
enhancement, documentation
Description
identity.bin
file in themanage_subspace.py
script.--wipe
command-line argument to allow users to trigger the data wipe functionality.README.md
to document the new--wipe
option and its usage.Changes walkthrough 📝
manage_subspace.py
Add functionality to wipe farmer data with preservation
scripts/launch-nodes/manage_subspace.py
wipe_farmer_data
function to wipe farmer data while preservingidentity.bin
.wipe
option intohandle_node
function to conditionally wipefarmer data.
--wipe
argument to the command-line interface.README.md
Update documentation for wipe feature
scripts/launch-nodes/README.md
--wipe
command-line argument.--wipe
option.