Files
e2c3f1dea9 Break daemon ↔ plotting cycle: move harvester config helpers to chia.util (#20544)
* Break daemon ↔ plotting cycle: move harvester config helpers to chia.util

- Add chia.util.harvester_config with add_plot_directory, get_plot_directories,
  remove_plot_directory (extracted from chia.plotting.util)
- Update daemon, harvester, plotters, cmds, simulator, and tests to import
  from chia.util.harvester_config
- Remove daemon's dependency on plotting in tach.toml (cycle broken)

Co-authored-by: Cursor <cursoragent@cursor.com>

* Fix mypy: add type parameters for dict in harvester_config

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-03-03 12:12:39 -06:00
..
2021-10-28 15:37:46 -07:00