All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased - ReleaseDate
0.1.6 - 2022-05-16
- Exposed precomputation API
- Updated
depend/zcash
to version 5.0.0 which includes API for V5 transactions
0.1.5 - 2020-12-09
- Updated
depend/zcash
to new version including a precompute API
0.1.4 - 2020-11-17
- switched from bindgen
0.55
to bindgen0.54
to avoid a dependency conflict withrocksdb
0.1.3 - 2020-10-09
- Enabled endomorphism optimization
- Changed zcash dependency from a submodule to a subtree
- Can now run
cargo publish
andcargo release
without errors
0.1.2 - 2020-09-21
- dependency on
color-eyre
in build.rs
0.1.1 - 2020-09-15
- enabled the
parallel
feature ofcc
to enable parallel compilation
- Updated
bindgen
to a non yanked version