Releases: SpinResearch/merkle.rs
Releases · SpinResearch/merkle.rs
Version 1.10.0
Version 1.9.0
Fixed
- Fix proof deserialization when deserializer does not own the slice (@afck)
Version 1.8.0
Changed
- Move
Proof::validate_lemma
toLemma::validate
(@nvesely) - Automatically build Protobuf schemas using
protoc-rust
(@dingxiangfei2009) - Update
protobuf
to 2.0.2 (@nvesely) - Update
ring
to0.13.0
(@kpcyrd)
Version 1.7.0
Added
- Add optional
serde
support with the feature flagserialization-serde
. (@afck)
Version 1.6.0
Changed
- Update to support rust-protobuf v1.6.0 (@nvesely)
Version 1.5.0
Changed
- Update
ring
to v0.12.x. (@romac)
Version 1.4.1
Changed
- Take hashing algorithm into account for Eq/Ord impls. (@romac)
Version 1.4.0
Added
- Add missing PartialEq, Eq, PartialOrd, Ord and Hash impls (@romac)
Version 1.3.0
Changed
- Upgrade to ring 0.11 (@romac)
Version 1.2.0
Changed
- Use ring 0.9 to reduce build dependencies (@briansmith)