Releases: ZcashFoundation/zcash_script
Releases · ZcashFoundation/zcash_script
v0.2.0
What's Changed
- Major API update. Most functions have been removed and a new callback-based
function was introduced. Seedepend/zcash/src/script/zcash_script.h
for
documentation. This allows removing all dependencies from this crate, greatly
simplifying its maintenance.
Full Changelog: v0.1.16...v0.2.0
v0.1.16
v0.1.15
What's Changed
- Restore Windows support with MSVC by @conradoplg in #108
- Release v0.1.15 by @oxarbitrage in #141
- Bump the release v0.1.15 by @oxarbitrage in #146
Full Changelog: v0.1.14...v0.1.15
zcash_script v0.1.11
- Make dependencies automatically upgrade to match its parent project if a later minor version is already included
- Upgrade to Rust 2021 edition
zcash_script v0.1.10
- Updated
bindgen
version from 0.60.1 to 0.64.0
zcash_script v0.1.9
- Updated
depend/zcash
to version 5.4.0 which includes updated dependencies
Full Changelog: v0.1.8...v0.1.9 and #62.
zcash_script v0.1.8
- Updated
depend/zcash
to version 5.3.0 which includes updated dependencies - Updated
bindgen
to version 0.60.1
zcash_script v0.1.7
- Updated
depend/zcash
to version 5.2.0 which includes updated dependencies
zcash_script v0.1.6
- Exposed precomputation API
- Updated
depend/zcash
to version 5.0.0 which includes API for V5 transactions