Remove untested sweep_to_cold script and references

- Delete make_post_sell/lib/sweep_to_cold.py (untested, risky for production)
- Remove sweep_to_cold console script entry from setup.py
- Update Makefile to deprecate sweep/sweep-check, recommend tested alternatives
- Update CRYPTO.rst documentation to promote sweep-all and sweep-all-doge
- Reduce technical debt by eliminating dangerous untested code path
- Users should use properly tested sweep-all/sweep-all-doge commands instead
This commit is contained in:
Russell Ballestrini 2025-09-30 20:51:53 -04:00
parent f2227199c9
commit ed98674c48
4 changed files with 30 additions and 303 deletions

View file

@ -65,7 +65,6 @@ setup(
"console_scripts": [
"initialize_make_post_sell_db = make_post_sell.scripts.initialize_db:main",
"crypto_watcher = make_post_sell.lib.crypto_watcher:main",
"sweep_to_cold = make_post_sell.lib.sweep_to_cold:main",
],
},
)