Skip to content

Releases: ZcashFoundation/zcash_script

v0.2.0

10 Jun 15:37
c9d7507
Compare
Choose a tag to compare

What's Changed

  • 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.

Full Changelog: v0.1.16...v0.2.0

v0.1.16

26 Apr 13:02
ef2a7fd
Compare
Choose a tag to compare

What's Changed

  • Updated zcashd dependency version to 5.9.0.

Full Changelog: v0.1.15...v0.1.16

v0.1.15

22 Apr 14:35
faed932
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.14...v0.1.15

zcash_script v0.1.11

24 Feb 00:25
Compare
Choose a tag to compare
  • 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

23 Feb 22:19
Compare
Choose a tag to compare
  • Updated bindgen version from 0.60.1 to 0.64.0

zcash_script v0.1.9

23 Feb 19:28
b5a8622
Compare
Choose a tag to compare
  • 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

01 Nov 01:13
b4a8aa2
Compare
Choose a tag to compare
  • Updated depend/zcash to version 5.3.0 which includes updated dependencies
  • Updated bindgen to version 0.60.1

zcash_script v0.1.7

31 Aug 22:18
5266ac1
Compare
Choose a tag to compare
  • Updated depend/zcash to version 5.2.0 which includes updated dependencies

zcash_script v0.1.6

17 May 22:33
c9fbc44
Compare
Choose a tag to compare
  • Exposed precomputation API
  • Updated depend/zcash to version 5.0.0 which includes API for V5 transactions