Added
- Significant speed ups to F1 plotting.
- You can now log disk I/O and there is a gnuplot script to plot disk usage.
Changed
- The command to ProofOfSpace is now `create` instead of `generate` to align with chia-blockchain.
- pep517.build was deprecated on the ci build.
- A plethora of memory management, code readability, and compute efficiencies were improved.
- Various unused code was removed.
- C++ tests were added to the default cmake build process.
Fixed
- There was an out of bounds read that could crash the plotter in SliceInt64FromBytes().
- gulrak/filesystem was updated to 1.3.6 and it should address certain writing failures on windows around the case of the drive letter. See https://github.com/gulrak/filesystem/issues/70