Skip to content

Releases: Chia-Network/chiavdf

0.13.3

27 Jan 22:26
Compare
Choose a tag to compare

Added

Changed

  • Refactor form exponentiation, start from top bits of exponent. This slightly improves performance of VDF proof verification.

Fixed

  • We've moved to pybind 2.6.2 to avoid a possible shutdown bug in Python 3.9.0.

0.13.2 Use Baillie-PSW primality test

06 Jan 20:50
Compare
Choose a tag to compare

Added

  • Use only Baillie-PSW primality test when hashing to prime. This increases performance of hashing to prime when generating the
    discriminant by about 2x.

0.13.1 Upgrade GMP

06 Jan 02:06
697e514
Compare
Choose a tag to compare

Added

  • We now use a patched gmp 2.6.1 to support Icelake and otherwise have access to faster GCD
  • Pybind11 C version of nweso verification

Fixed

  • Various race conditions and memory leaks

0.13.0 New Consensus

19 Dec 01:58
Compare
Choose a tag to compare

Added

  • Changes to vdf and vdf_client to support the Chia new consensus.
  • Now building python 3.9 wheels as well.

Changed

  • Now running vdf_client binary tests on CI.

Fixed

  • Various memory management and out of bounds read possibilities.

New consensus.

17 Dec 23:22
Compare
Choose a tag to compare
New consensus. Pre-release
Pre-release
0.13.0b6

Try using exit().

New VDF Algorithm

15 Dec 22:00
Compare
Choose a tag to compare
New VDF Algorithm Pre-release
Pre-release

Add debug info.

New consensus.

14 Dec 22:02
Compare
Choose a tag to compare
New consensus. Pre-release
Pre-release

Try a stable branch.

New consensus.

13 Dec 22:38
Compare
Choose a tag to compare
New consensus. Pre-release
Pre-release

Tag Arvid's changes.

New consensus.

01 Dec 01:41
Compare
Choose a tag to compare
New consensus. Pre-release
Pre-release
0.13.0b1

Fix bugs.

New consensus.

25 Nov 09:56
Compare
Choose a tag to compare
New consensus. Pre-release
Pre-release

First draft chiavdf for the new consensus.