Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

v0.8.0

Compare
Choose a tag to compare
@CPerezz CPerezz released this 08 Jun 09:51
· 20 commits to master since this release
dee0594

[0.8.0] - 2021-06-07

Changed

  • Change error module to include plonk & poseidon err variants [#131]
  • Change crate features to not require std to use proof mod [#135]
  • Change API getters returning by ref and not by value. [#124]
  • Update canonical from 0.5 to 0.6 [#129]
  • Update dusk-plonk from 0.6 to 0.8 [#129]
  • Update plonk_gadgets from 0.5 to 0.6 [#129]
  • Update dusk-poseidon from 0.18 to 0.21 [#129]
  • Update dusk-pki from 0.6 to 0.7 [#129]
  • Update rand from 0.7 to 0.8 [#129]
  • Change CIRCUIT_ID def to come from code-hasher [#139]
  • Change rand to be a dev-dependency [#143]

Removed

  • Remove anyhow from the crate [#131]
  • Remove ZK-related components from the crate [#141]