Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 865 Bytes

CHANGELOG.md

File metadata and controls

35 lines (25 loc) · 865 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

Fixed

  • serialization of f64
  • use-serde feature
  • Reject message

Changed

  • updated bitcoin, lightning and secp256k1_zkp dependencies
  • read_dlc_message is no public
  • implement std::error::Error for Error struct

Added

  • support for no-std
  • nonces method for OracleAttestation

[0.3.0] - 2022-10-28

Changed

  • dlc crate version update

[0.2.0] - 2022-06-06

Changed

  • contract id computation function removed from crate.
  • serialization format according to the DLC specifications.

Fixed

  • vulnerability on deserialization of vectors.