Skip to content

Releases: Unirep/Unirep

v2.1.5

10 Oct 06:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.3...v2.1.5

v2.1.3

09 Sep 11:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.3

v2.1.1

29 Aug 08:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.1

v2.0.1

02 Jan 07:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

20 Dec 02:12
d0e69b0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0-beta-6...v2.0.0

v2.0.0-beta-6

27 Oct 16:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0-beta-5...v2.0.0-beta-6

v2.0.0-beta-5

16 Oct 09:32
3b8a427
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0-beta-4...v2.0.0-beta-5

v2.0.0-beta-4

20 Jul 12:21
43dc2b5
Compare
Choose a tag to compare
  • Contract deployment: Testnet deployment 🧩
  • Circuits have been audited ✨
  • Fix epoch tree, multi-attester bug 🐛
  • Replacement field has been changed 👓
    • 205 bits data (upper bits)
    • 48 bits index (lower bits)
  • Use verifier helpers instead of verifiers deployed with Unirep.sol ⛑️
  • Remove prover from Synchronizer, prover should be provided in UserState
  • Learn more about v2.0.0-beta-4 from documentation 🙌🏻

v2.0.0-beta-3

18 Apr 01:10
a55f6e7
Compare
Choose a tag to compare

V2 beta 3 is a bugfix release. It includes the following changes

#402 Add an attestationCount variable that replaces timestamp in replacement fields
#403 Fix a compilation error in webpack by bumping a dependency version

v2.0.0-beta-2

17 Apr 03:48
606bdb3
Compare
Choose a tag to compare

V2 beta 2 introduces the following major changes

#339 Add support for signup using a custom state tree leaf/initial data
#345 Customize sync poll rate/block count
#351 Add semaphore proof circuit for unirep epoch keys
#367 Multi attester support for synchronizer
#372 Deterministic address deployments
#382 Seal epochs non-interactively (remove ordered merkle tree)
#386 Add history tree, don't reveal from_epoch in UST
#400 Combine replacement fields and timestamp fields into single field

Problems noted in the internal audit are addressed in this release as well. See #369 for more info.