Skip to content

v0.28.0

Compare
Choose a tag to compare
@moCello moCello released this 22 May 14:07
· 111 commits to master since this release
0ac65c6

0.28.0 - 2024-05-22

Added

  • Add empty method for the Note [#165]
  • Add From<DuskBytesError> trait implementation for Error [#166]
  • Add ElGamal encryption module [#162]
  • Add impl Ownable for &Note.

Changed

  • Restructure Encryption module.
  • Move phoenix-core into a phoenix workspace [#171]
  • Rename note method to note_type.
  • Update dusk-poseidon to v0.39 [#179]
  • Update jubjub-schnorr to v0.4 [#179]

Removed

  • Remove 'encryption::elgamal' module as it has been added to the 'phoenix-circuits' lib in the same workspace [#171]
  • Remove Crossover struct [#175]
  • Remove feemodule [#175]
  • Remove transaction/transfer module [#175]
  • Remove transaction/stake module [#175]
  • Remove convert module [#175]
  • Remove error types related to the above modules and types [#175]