You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 gulrak/filesystem#70