Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 718 Bytes

CHANGELOG.md

File metadata and controls

32 lines (21 loc) · 718 Bytes

Changelog

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.

[0.5.0] - 2024-07-11

Changed

  • update bitcoin and secp256k1_zkp dependencies

Added

  • support for no-std

[0.4.0] - 2022-10-28

Changed

  • dlc crate version update

[0.3.0] - 2022-10-28

Changed

  • dlc crate version update

[0.2.0]

Added

  • parallel feature for computing anticipation points in parallel.
  • support for multi oracles with varying number of digits.

Fixed

  • iteration of DigitTrie sometimes omitting values.