Skip to content

Releases: Chia-Network/pos2-chip

0.4.0

18 Feb 13:50
495f5e2

Choose a tag to compare

What's Changed

  • Do not override windows runtime lib on fse target by @haorldbchi in #98
  • added fullProofXValuesToQualityString helper function by @drnick23 in #97
  • bump version to 0.4.0 by @arvidn in #100

Full Changelog: 0.3.0...0.4.0

0.3.0

11 Feb 10:27
177589f

Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.3.0

0.2.0

15 Jan 11:40
1a6616d

Choose a tag to compare

What's Changed

Full Changelog: 0.1.6...0.2.0

0.1.6

13 Dec 02:02
2092886

Choose a tag to compare

What's Changed

Full Changelog: 0.1.5...0.1.6

0.1.5

12 Dec 14:22
6080bd5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.4...0.1.5

0.1.4

07 Nov 12:39
47ddaee

Choose a tag to compare

What's Changed

  • make test_chaining cheaper when building in debug mode by @arvidn in #59
  • Fuzzers for solver and prover by @arvidn in #60
  • require k to be even by @arvidn in #63
  • always join threads, even if there are exceptions by @arvidn in #64
  • bump version to 0.1.4 by @arvidn in #65

Full Changelog: 0.1.3...0.1.4

0.1.3

30 Oct 18:00
f57159b

Choose a tag to compare

What's Changed

  • Proof core integer math by @drnick23 in #44
  • don't print debug output by @arvidn in #51
  • Challenge simulation analytics for HDD load and challenge simulation by @drnick23 in #50
  • add test for provers by @arvidn in #52
  • fix clippy warnings by @arvidn in #53
  • Convert vectors to arrays by @arvidn in #54
  • Removed duplicate pairings being added to solver stage. by @drnick23 in #56
  • simplify full proof by only storing the x-values, not strength by @arvidn in #57
  • disable timing and printing of solver timings by @arvidn in #55
  • bump version to 0.1.3 by @arvidn in #58

Full Changelog: 0.1.2...0.1.3

0.1.2

15 Oct 13:58
fbbb6eb

Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...0.1.2

0.1.1

15 Oct 09:56
ce7c30d

Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.1.1

0.1.0

11 Oct 09:08
eda4160

Choose a tag to compare

First cut of proof-of-space v2 rust crate. The interface is not stable and not ready for production yet.