mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
* Making source code cleaner * Cleaned up `install_plotter.py` * Now `$CHIA_ROOT/plotters/bladebit` is searched first then bundled bladebit * Fixed a lint error * WIP: Implement bladebit update/checkout feature * Enable to specify git branch/tag/commit on bladebit installation * Modify arguments display order * Added `chia plotters version` command * Fixed lint errors * Fixed lint error 2 * Implemented `chia plotters bladebit2` and handling for its options * Fixed typo * Fixed a lint error * Added comment * Added missing plotter arguments * Fixed LGTM warning * Fixed wrong typing * Fixed a lint error * Fixed an issue where `None` was evaluated as an empty string * Support bladebit2 plotting from web request * Updated response of `get_plotters` API for upcoming `bladebit2` * Fixed bladebit2 argument handling * Modified progress dict * Added --no-cpu-affinity option to bladebit1 * Fixed a minor error * Fixed an error where `chia plotters version` failed * Fixed an issue where building bladebit2 failed * Fixed an issue where bladebit2 stopped working if `--cache` option was set * Updated branch for bladebit2 * Fixed an issue where plotting with madmax/bladebit failed for Python < 3.8 on Windows * Now `chia plotters install madmax|bladebit2` should work on RedHat like OSes * Fixed a wrong yum package name * Added yum packages required for Bladebit2 * Changed the way to update bladebit * Implemented option handling for madmax as well as bladebit * Fixed a lint error * Fixed a minor issue * Fixed LGTM warning * Applied changes for bladebit 2.0.0-alpha-2 * Fixed a lint error * Trying to fix windows pre-commit error * Fixed isort error