Skip to content

Zebra 1.0.0-rc.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 11 May 23:19
· 956 commits to refs/heads/main since this release
0190882

Zebra 1.0.0-rc.8 - 2023-05-10

Starting in this release, Zebra has implemented an "end of support" halt. Just like zcashd, the zebrad binary will stop running 16 weeks after the last release date.
Also, this release adds the ZIP-317 rules to mempool transactions which should help with the Zcash network spam issue.

Security

  • Avoid inbound service overloads and fix failing tests (#6537)
  • Avoid a rare panic when a connection is dropped (#6566)
  • Avoid some self-connection nonce removal attacks (#6410)
  • Reject nodes using ZClassic ports, and warn if configured with those ports (#6567)

Added

  • Add ZIP-317 rules to mempool (#6556)
  • Add user agent argument to zebra-network crate (#6601)
  • Refuse to run zebrad when release is too old (#6351)

Fixed

  • Handle randomness generation and invalid random values as errors in cryptographic code (#6385)
  • When configured for testnet, automatically use the correct testnet listener port (#6575)

Contributors

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