Skip to content

0.9

Compare
Choose a tag to compare
@hoffmang9 hoffmang9 released this 03 Mar 23:18

Added

  • Bluebox Timelords now support Chia new consensus.

Changed

  • Change n-Wesolowski proofs to include B instead of y in segments. Proof segments now have the form (iters, B, proof) instead of (iters, y, proof). This reduces proof segment size from 208 to 141 bytes.
  • The new proof format is not compatible with the old one, however zero-Wesolowski proofs are not affected as they have zero proof segments and consist only of (y, proof).
  • We made two HashPrime optimizations. This forces numbers being tested for primality to be odd and avoids an unnecessary update of the sprout vector by stopping after the first non-zero value. This is a breaking change as it changes the prime numbers generated from a given seed.

Fixed

  • A crash could happen when deserializing an invalid compressed form.
  • Stop producing incorrect MacOS Universal builds.