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.2.0 - 2024-06-10
- Major API update. Most functions have been removed and a new callback-based
function was introduced. See
depend/zcash/src/script/zcash_script.h
for documentation. This allows removing all dependencies from this crate, greatly simplifying its maintenance.
0.1.16 - 2024-04-26
- Update
depend/zcash
to version 5.9.0 which includes updated dependencies
0.1.15 - 2024-04-19
- Update
depend/zcash
to version 5.8.0 which includes updated dependencies - Update other dependencies to match Zebra
- Restore Windows support
0.1.14 - 2023-10-18
- Update
depend/zcash
to version 5.7.0 which includes updated dependencies - Update other dependencies to match Zebra
- Update the
build.rs
to handle subdirs
0.1.13 - 2023-06-29
- Update
depend/zcash
to version 5.6.1 which includes updated dependencies - Update other dependencies to match Zebra
0.1.12 - 2023-05-03
- Update
depend/zcash
to version 5.5.0 which includes updated dependencies- This includes additional
zcashd
C++ and Rust code, and its dependencies - Fix code generation C++ header paths to avoid conflicts
- This includes additional
- Update other dependencies to match Zebra
- Improve error reporting in
build.rs
0.1.11 - 2023-02-24
- Make dependencies automatically upgrade to match its parent project if a later minor version is already included
- Upgrade to Rust 2021 edition
0.1.10 - 2023-02-23
- Updated
bindgen
version from 0.60.1 to 0.64.0
0.1.9 - 2023-02-23
- Updated
depend/zcash
to version 5.4.0 which includes updated dependencies
0.1.8 - 2022-10-31
- Updated
depend/zcash
to version 5.3.0 which includes updated dependencies - Updated
bindgen
to version 0.60.1
0.1.7 - 2022-08-31
- Updated
depend/zcash
to version 5.2.0 which includes updated dependencies
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