Skip to content

Latest commit

 

History

History
49 lines (24 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

49 lines (24 loc) · 1.32 KB

Changelog

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

[0.3.0] - in development

  • Switch the protocol framework to manul. (#156)

0.2.0 - 2024-11-17

  • Signature and elliptic curve dependencies reset back to stable versions. (#[154])

0.2.0-pre.0 - 2024-10-03

Changed

  • FirstRound::Context renamed to Inputs. (#102)
  • Payload and Artifact values are hidden in wrapper types where they were previously exposed. (#102)
  • A number of crates set to their pre releases hinging on the pre release of crypto-bigint. (#120)

Added

  • A basic implementation of threshold key resharing protocol. (#96)

0.1.0 - 2023-12-07

Initial release.