Skip to content

Zebra 2.0.0-rc.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 18:52
· 60 commits to main since this release
b894921

Zebra 2.0.0-rc.0 - 2024-10-11

This version is a release candidate for the Zcash NU6 network upgrade on the Mainnet. While this version does not yet include the NU6 Mainnet activation height or current protocol version, all required functionality and tests are in place.

Please note that support for this release candidate is expected to conclude prior to the NU6 activation heights.

Security

  • Added Docker Scout vulnerabilities scanning (#8871)

Added

  • Added Regtest-only generate and stop RPC methods (#8849, #8839, #8863)
  • Added fields to getmininginfo RPC method response (#8860)
  • Copied the Python RPC test framework from zcashd into Zebra (#8866)

Changed

  • Regtest halving interval to match zcashd and added a configurable halving interval for custom testnets (#8888, #8928)
  • Updates post-NU6 Major Grants funding stream address on Mainnet (#8914)

Fixed

  • Remove debugging output by default in Docker image (#8870)
  • Fixes a typo in configuration file path of the docker-compose file (#8893)
  • Return verification errors from sendrawtransaction RPC method (#8788)
  • Respond to getheaders requests with a maximum of 160 block headers (#8913)
  • Avoids panicking during contextual validation when a parent block is missing (#8883)
  • Write database format version to disk atomically to avoid a rare panic (#8795)

Contributors

Thank you to everyone who contributed to this release, we couldn't make Zebra without you:
@arya2, @dismad, @gustavovalverde, @oxarbitrage, @skyl and @upbqdn