zebra/zebra-consensus
teor 022808d028
Release Zebra v1.0.0-beta.2 (#3132)
Zebra's latest beta continues implementing zero-knowledge proof and note commitment tree validation. In this release, we have finished implementing transaction header, transaction amount, and Zebra-specific NU5 validation. (NU5 mainnet validation is waiting on an `orchard` crate update, and some consensus parameter updates.)

We also fix a number of security issues that could pose a local denial of service risk, or make it easier for an attacker to make a node follow a false chain.

As of this release, Zebra will automatically download and cache the Sprout and Sapling Groth16 circuit parameters. The cache uses around 1 GB of disk space. These cached parameters are shared across all Zebra and `zcashd` instances run by the same user.

See CHANGELOG.md for the full list of changes in this release.
2021-12-03 06:54:14 +10:00
..
examples Download Zcash Sapling parameters and load them from cached files (#3057) 2021-11-19 23:02:56 +00:00
src Validate non coinbase expiration height (#3103) 2021-11-26 00:37:24 +00:00
Cargo.toml Release Zebra v1.0.0-beta.2 (#3132) 2021-12-03 06:54:14 +10:00