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

Releases: dusk-network/dusk-blindbid

v0.9.0

05 Jul 18:52
88cda1b
Compare
Choose a tag to compare

[0.9.0] - 2021-07-05

Added

  • Add phoenix-core to deps. [#145]

Changed

  • Change Bid struct to include Message [#145]
  • Change deps to remove the rc [#147]

v0.8.0

08 Jun 09:51
dee0594
Compare
Choose a tag to compare

[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]

v0.7.1

22 Feb 16:05
5762848
Compare
Choose a tag to compare

[0.7.1] - 22-02-21

Added

  • Added set_eligibility for Bid. #121

v0.7.0

17 Feb 14:29
cbf8b07
Compare
Choose a tag to compare

[0.7.0] - 17-02-21

Added

  • Added extend_expiration() for Bid. #121

Changed

  • Changed Bid::set_pos() to not return &mut u64. #121

v0.5.1

09 Feb 13:20
aa8b06a
Compare
Choose a tag to compare
Merge pull request #112 from dusk-network/update_pki

Update pki to v0.5.3

v0.5.0

03 Feb 22:17
17cf37a
Compare
Choose a tag to compare
Merge pull request #104 from dusk-network/improve_api

Move crate structure to 2018 edition

v0.4.1

04 Dec 16:21
14b3d7c
Compare
Choose a tag to compare
Merge pull request #98 from dusk-network/pub_bid_size

Export BID_SIZE ctant publicly through a const fn

v0.4.0

02 Dec 14:39
f487b68
Compare
Choose a tag to compare
Merge pull request #95 from dusk-network/u64_usage

- Elegibility & Expiration as u64 API change.
- `no_std` proper integration.

v0.4.0-alpha

06 Nov 19:08
3406655
Compare
Choose a tag to compare

Updating crate dependencies.

v0.3.0

05 Oct 20:36
36a329b
Compare
Choose a tag to compare

[0.3.0] - 05-10-20

Changed

  • Update BlindBidCircuit according to dusk-plonk 0.3.0::Circuit trait.