Releases: Chia-Network/chiapos
Releases · Chia-Network/chiapos
0.12.32
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 ofgenerate
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 gulrak/filesystem#70
Use 10 bits instead of 9.
Fixes a bug introduced in Beta 1.8 that could cause a buffer overrun on larger k size plots.