- Update to Rust 2018 (@romac)
- Update criterion to v0.3.3 (@romac)
- Update protobuf to v3.12.3 (@romac)
1.11.0 - 2019-07-23
- Update dependencies (@romac)
- Add
MerkleTree::gen_nth_proof
andProof::index
(@afck)
1.10.0 - 2018-07-09
- Add
MerkleTree::gen_nth_proof
andProof::index
(@afck)
1.9.0 - 2018-07-09
- Fix proof deserialization when deserializer does not own the slice (@afck)
1.8.0 - 2018-07-07
- 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)
1.7.0 - 2018-05-15
- Add optional
serde
support with the feature flagserialization-serde
. (@afck)
1.6.0 - 2018-05-15
- Update to support rust-protobuf v1.6.0. (@nvesely)
1.5.0 - 2017-09-24
- Update
ring
to v0.12.x. (@romac)
1.4.1 - 2017-09-24
- Take hashing algorithm into account for Eq/Ord impls. (@romac)
1.4.0 - 2017-09-24
- Add missing PartialEq, Eq, PartialOrd, Ord and Hash impls (@romac)
1.3.0 - 2017-08-03
- Upgrade to ring 0.11 (@romac)
1.2.0 - 2017-05-07
- Use ring 0.9 to reduce build dependencies (@briansmith)
1.1.0 - 2017-02-15
- Implement
Iterator
andIntoIterator
forMerkleTree
(@romac)
- Avoid allocating memory on the heap in HashUtils, and made
combine_hashes
more efficient (@briansmith) - Bump
ring
to^0.6.0
andprotobuf
to^1.2.0
(@romac)
1.0.0 - 2016-11-29
Initial release