Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 2.69 KB

CHANGELOG.md

File metadata and controls

42 lines (28 loc) · 2.69 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v0.4.0 (2024-07-06)

  • Upgraded Bulletproofs library to 5.0 PR 167

v0.3.2 (2024-05-28)

  • Added a spec PR 153
  • Increased the length of entity ID from 256 to 512 bits PR 162
  • Add option to verify API to print path information PR 163

v0.3.1 (2024-01-20)

  • Minor updates to the CLI PR 154

v0.3.0 (2024-01-20)

  • Adjust API to read better using DapolTree instead of Accumulator 36dd58f. Also included in this change:
    • New Salt abstraction type 5c8a580
    • New MaxLiability abstraction type 800b0a9
    • Deserialize Salt & Secret using FromStr 169cfa5
    • Fix bug with Bulletproofs bit length f2a2498
  • Add benchmark graphs to readme 4a73d3c

v0.2.0 (2023-12-27)

  • Add max_thread_count API parameter 62be10c
  • Add benchmarks 8ff0379
  • Fix bug with thread pool not being refilled 5c79aa8
  • Add fuzzing tests 5c79aa8
  • Add benchmark data bb8c26d
  • Make code adhere to Rust standards 5a16b36

v0.1.0 (2023-11-16)

Initial code publish 14fe157