Skip to content

Latest commit

 

History

History
184 lines (122 loc) · 4.89 KB

CHANGELOG.md

File metadata and controls

184 lines (122 loc) · 4.89 KB

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.

Changed

  • Update jubjub-schnorr dependency to "0.4"
  • Update phoenix-core dependency to "0.28"
  • Use AES instead of PoseidonCipher #109
  • Update dusk-poseidon dependency to "0.39" #111
  • Update poseidon-merkle dependency to "0.6"

Removed

  • Remove utils module as it was only used for testing

0.11.0 - 2024-04-10

Changed

  • Update jubjub-schnorr dependency to "0.2"
  • Update phoenix-core dependency to "0.26"

0.10.0 - 2024-02-28

Removed

  • Remove Shelter code

0.9.0 - 2024-01-24

Changed

  • Exchanged dusk-schnorr@0.18 dependency for jubjub-schnorr@0.1

0.8.0 - 2024-01-03

Changed

  • Update dusk-schnorr dependency to "0.18"
  • Update dusk-poseidon dependency to "0.33"
  • Update poseidon-merkle dependency to "0.5"
  • Update dusk-plonk dependency to "0.19"
  • Update phoenix-core dependency to "0.24"

0.7.0 - 2023-12-13

Addded

  • Add phoenix-core dependency at "0.23"

Changed

  • Update dusk-bls12_381 dependency to "0.13"
  • Update dusk-jubjub dependency to "0.14"
  • Update dusk-schnorr dependency to "0.17"
  • Update dusk-poseidon dependency to "0.32"
  • Update poseidon-merkle dependency to "0.4"
  • Update dusk-plonk dependency to "0.18"
  • Restructure specs #86

Removed

  • Remove dusk-pki dependency

0.6.0 - 2023-11-22

Added

  • Add not panicking function for verifying session #87

Changed

  • Changed SC verification to add SP public key verification.

0.5.1 - 2023-11-01

Changed

  • fixed benches
  • Change attr to attr_data#80

0.5.0 - 2023-10-12

Changed

  • update dusk-bls12_381 dependency to "0.12"
  • update dusk-jubjub dependency to "0.13"
  • update dusk-pki dependency to "0.13"
  • update dusk-schnorr dependency to "0.14"
  • update dusk-poseidon dependency to "0.31"
  • update poseidon-merkle dependency to "0.3"
  • update dusk-plonk dependency to "0.14"
  • Removed pos field from the license struct
  • Refactored utils to accept external license and opening

Added

  • Add ff dependency

0.4.1 - 2023-08-09

Added

  • Add Utils implementation

0.4.0 - 2023-06-28

Changed

  • Updated dusk_plonk to 0.14

0.3.0 - 2023-06-28

Added

  • Add Shelter implementation
  • Rkyv derivation for all protocol structs

Removed

  • Remove the local state module #54

Changed

  • Migrated Merkle tree implementation from Poseidon252 0.28 to dusk_merkle 0.2 #41
  • Updated dusk_merkle to 0.4

0.2.0 - 2023-05-17

Added

  • Add the specification for Citadel #21
  • Add the implementation of the new structs #30
  • Add the implementation of the new license methods #32
  • Add the state module #40

Changed

  • Allow the user to craft the challenge #34

0.1.0 - 2023-01-24

Added

  • Add the structs and functions needed for the Citadel protocol
  • Add the gadget to prove ownership of licenses
  • Add the tests for Citadel
  • Add workflows for the Github Actions