Releases: dusk-network/phoenix
Releases · dusk-network/phoenix
Release `0.19.0`
0.19.0 - 2023-05-17
Changed
- Remove
enc
, R
and nonce
from note hash [#123]
Release `0.18.1`
0.18.1 - 2023-01-20
Added
- Add
allow_signature_message
, stake_signature_message
,
unstake_signature_message
, and withdraw_signature_message
to generate signature messages for stake contract interaction [#119]
- Add
stct_signature_message
and stco_signature_message
to generate
signature messages for transfer contract interaction [#119]
- Add
Stake
, Unstake
, Withdraw
, Allow
, and StakeData
structs to allow
interaction with the stake contract [#119]
- Add
Stct
, Wfct
, Stco
, Wfco
, Wfctc
, Mint
, and TreeLeaf
structs to
allow interaction with the transfer contract [#119]
- Add
Transaction
structure [#116]
v0.18.0
Added
- Add
Error::Decryption
variant #114
Changed
- Update
dusk-poseidon
from 0.26
to 0.28
#114
Removed
- Remove
canon
feature #114
- Remove
Error::PoseidonError
variant #114
v0.17.1
0.11.1 - 2022-10-19
Added
- Add support for
rkyv-impl
under no_std
v0.17.0
0.17.0 - 2022-08-17
Added
- Add
CheckBytes
implementation to rkyv
ed structures
- Add
rkyv
implementations behind feature gate #107
Changed
- Update
dusk-bls12_381
dependency to 0.11
- Update
dusk-jubjub
dependency to 0.12
- Update
dusk-poseidon
dependency 0.26
- Update
dusk-pki
dependency 0.26
- Update nullifier to hash of pk' #96
v0.13.0
[0.13.0] - 2021-07-27
Changed
- Update dusk-poseidon to
v0.22
[#94]
- Update dusk-pki to
v0.8
[#94]
v0.12.0
[0.12.0] - 2021-07-05
Added
- Add
dusk-bytes::BadLength
impl for crate Error #88
- Add
From<Error>
impl for dusk-bytes::Error
#92
Changed
- Change
JubJubScalar
for BlsScalar
for all nonce
attributes. #84
v0.11.0
[0.11.0] - 2021-06-09
Added
- Add rust-toolchain file set to nightly-2021-06-06 #85
Changed
- Change CI rules to get toolchain from file #86
- Change
Crossover
to use all attributes as hash inputs #69
- Change
Message
to use all attributes as hash inputs #69
- Update
canonical
from v0.5
to v0.6
#72
- Change note position to reference #76
- Change
rand_core
to not use default features #80
v0.11.0-rc.0
[Unreleased]
- Change
Crossover
to use all attributes as hash inputs #69
- Change
Message
to use all attributes as hash inputs #69
- Update
canonical
from v0.5
to v0.6
#72
- Change note position to reference #76
v0.10.0
[0.10.0] - 2021-04-06
Changed
- Update dusk-poseidon to
v0.20
#67