zcash_script 0.5.0

ffi bindings to zcashd's zcash_script library
Documentation

zcash_script

Latest Version Rust Documentation

Rust implementation of the Zcash Script language..

Publishing New Releases

  • Decide level of the release.
  • Bump the crate versions:
cargo release version --verbose --execute --allow-branch '*' -p zcash_script patch # [ major | minor ]
cargo release replace --verbose --execute --allow-branch '*' -p zcash_script
  • Update the crate CHANGELOG.md
  • Open a zcash_script PR with the changes, get it reviewed, and wait for CI to pass
  • Create a new github release
  • Publish the crate:
cargo release publish --verbose --execute -p zcash_script