Skip to content

Releases: Chia-Network/chiavdf

1.0.4

09 Jan 02:40
46186be
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.4 Release Candidate

09 Jan 02:28
46186be
Compare
Choose a tag to compare
Pre-release

Changed

1.0.3

26 Aug 21:07
08f373e
Compare
Choose a tag to compare

Set version in setup.py so that pip will recognize the version when pulling the source distribution from PyPI

1.0.2

27 May 18:44
f9b8c93
Compare
Choose a tag to compare

Fixed case where k=0 for tests

1.0.1

11 Mar 07:50
Compare
Choose a tag to compare

1.0

10 Mar 00:46
Compare
Choose a tag to compare
1.0

1.0 of Chiavdf

Changed

  • Removed inefficient ConvertIntegerToBytes() and ConvertBytesToInt() functions, use GMP library's mpz_export/mpz_import for big integers and simple helper functions for built-in integer types. The latter are taken from chiavdf.
  • Require compressed forms to be encoded canonically when deserializing. This should prevent potential grinding attacks where some non-canonical encodings of a compressed form could be used to change its hash and thus the next challenges derived from it. Canonically encoded compressed forms must be reduced and must produce the same string when deserialized and serialized again.

0.9

03 Mar 23:18
Compare
Choose a tag to compare
0.9

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.

Bluebox.

02 Mar 22:54
1a200b5
Compare
Choose a tag to compare
Bluebox fix. (#64)

* Initial commit.

* Fix compile error.

Bluebox.

18 Feb 17:12
Compare
Choose a tag to compare
Bluebox. Pre-release
Pre-release
0.15.1bluebox

Merge branch 'master' into fc.bluebox

Bluebox prerelease.

18 Feb 17:58
Compare
Choose a tag to compare
Bluebox prerelease. Pre-release
Pre-release
0.15.1b

Merge branch 'master' into fc.bluebox