Skip to content

Releases: facebook/akd

v0.11.0

27 Oct 14:48
85beb07

Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0

v0.10.0

21 Sep 23:51
7a99631

Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

v0.9.0

21 Aug 17:36
be1055e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.9...v0.9.0

v0.8.9

15 Mar 14:06
29d68a7

Choose a tag to compare

Version 0.8.9 is released!

There is only 1 major change in this release, which is an opt-out optimization on batch-retrieval of nodes for lookup proof generation. In this case, we can reduce the tree-walk to 2 batch-gets of nodes in order to assist generating lookup proofs faster.

Full Changelog: v0.8.8...v0.8.9

v0.8.8

30 Jan 00:20
f1a7334

Choose a tag to compare

Version 0.8.8 is released!

This version contains optimizations for audit proof generation. It adds support for parallelization of the audit proof generation along with disabling cache cleaning in audit proof generation.

v0.8.7

18 Jan 16:58
558cfe7

Choose a tag to compare

  1. More naming cleanups + reorganization #342 #345 #346 #348
  2. Cleanup of unwrap()s in the codebase #343
  3. Use AzksValue as node value instead of Digest #347
  4. Preloading optimizations in history proofs #351

Full Changelog: v0.8.6...v0.8.7

v0.8.6

12 Jan 01:03
b2838ae

Choose a tag to compare

  1. Big naming cleanups #335, #338, #339
  2. Ability to mock the Database trait #333
  3. Fix in history proof validations #338
  4. Moving in-memory testing/audit database to DashMap for better parallel performance #340
  5. A auditor user-interface based on iced in Rust #280
  6. Code-coverage CI #341

Full Changelog: v0.8.5...v0.8.6

v0.8.5

04 Jan 00:11
3a353e7

Choose a tag to compare

What's Changed

  1. Avoid looking up previous version of nodes that are new #331

Full Changelog: v0.8.4...v0.8.5

v0.8.4

02 Jan 09:58
135ffbe

Choose a tag to compare

This is a stub release due to a failed publish at v0.8.3. Please see the v0.8.3 release for a proper changelog.

Full Changelog: v0.8.2...v0.8.4

v0.8.3

01 Jan 16:07
8ea253f

Choose a tag to compare

What's Changed

  1. Fixed bug in longest common prefix calculation #300
  2. Added sha512/256 support #292
  3. Updated Direction from Option<usize> to u8 enum #292
  4. Updated VRF label derivation and commitment generation #289 #315
  5. Updated serialization to use big endian #289
  6. Optimized protobuf encoding #299
  7. Optimized VRF computations #305 #307
  8. Optimized node preloading #306 #322 #323
  9. Optimized node insertion #301 #328
  10. Parallelized calculations of VRF labels #295
  11. Parallelized node insertion #302

Full Changelog: v0.8.2...v0.8.3