Skip to content

Zebra 1.0.0-alpha.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 12 May 12:28
· 2977 commits to main since this release
500dc2e

Zebra's latest alpha continues our work on NU5, including Orchard and Transaction V5.

Added

Network Upgrade 5

  • Continue implementation of Transaction V5 (#2070, #2075, #2100)
  • Implementation of data structures for Orchard support in Zebra (#1885)
  • Implementation of redpallas in Zebra (#2099)

Testing and Bug Reports

  • Enable more Transaction v5 tests (#2063)

Documentation

  • Document how Zebra does cross-crate proptests (#2069, #2071)
  • Explain how to derive arbitrary impls in the dev docs (#2081)
  • Async in Zebra RFC (#1965, #2111)
  • Fixes and updates to Zebra Book TOC and process (#2124, #2126)
  • Improvements to release process (#2138)
  • Explicitly allow unencrypted disclosures for alpha releases (#2127)

Changed

Refactors and Cleanups

  • Clippy nightly: disable owned cmp, stop comparing bool using assert_eq (#2073, #2117)

Fixed

Testing and Logging

  • Remove broken ci-success job, which was skipping some required checks (#2084)
  • Improve CI speed by removing redundant build jobs and Rust components (#2088)
  • Fix a bad merge that was committed to main (#2085)