Releases: dusk-network/citadel
Releases · dusk-network/citadel
v0.4.0
Changed
- Updated
dusk_plonk
to 0.14
v0.3.0
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
v0.2.0
Added
- Add the specification for Citadel
- Add the implementation of the new structs
- Add the implementation of the new license methods
- Add the state module
Changed
- Allow the user to craft the challenge
v0.1.0
Added
- Initial version of the protocol, including the
gadget
and license
modules.