@@ -7,18 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
77
88## [ Unreleased]
99
10- ### Breaking Changes
11-
12- - Updated zebrad's mempool transaction downloader for zebra-consensus's transaction-verifier API
13- split: the removed ` transaction::Request::Mempool ` /` transaction::Response::Mempool ` enum
14- variants are replaced by dedicated ` transaction::MempoolRequest ` /` transaction::MempoolResponse `
15- types. Internal-only; no user-facing or operator-facing behavior change. See zebra-consensus's
16- changelog for the underlying API split
17- ([ #11095 ] ( https://github.com/ZcashFoundation/zebra/pull/11095 ) ).
18- - New ` getdeprecationinfo ` RPC returning the block height and estimated time at which this
19- release will halt for end of support, in zcashd's ` end_of_service ` format. The ` end_of_service `
20- object is only present on Mainnet, where end of support is enforced
21- ([ #11097 ] ( https://github.com/ZcashFoundation/zebra/pull/11097 ) ).
10+ ## [ Zebra 6.3.0] ( https://github.com/ZcashFoundation/zebra/releases/tag/v6.3.0 ) - 2026-08-10
2211
2312### Added
2413
@@ -27,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
2716- Prometheus metrics now separate peer connection attempts and terminal outcomes by network,
2817 direction, address family, lifecycle stage, and bounded outcome. Version-message metrics also
2918 report the bounded self-reported implementation class without using peer IPs or raw user agents
30- as labels.
19+ as labels ( [ # 11135 ] ( https://github.com/ZcashFoundation/zebra/pull/11135 ) ) .
3120- New ` getdeprecationinfo ` RPC returning the block height and estimated time at which this
3221 release will halt for end of support, in zcashd's ` end_of_service ` format. The ` end_of_service `
3322 object is only present on Mainnet, where end of support is enforced
@@ -39,7 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org).
3928 ` FindBlocks ` response, allowing nodes near the chain tip to continue advancing
4029 ([ #11165 ] ( https://github.com/ZcashFoundation/zebra/pull/11165 ) ).
4130- Peer-set, crawler-handshake, and address-book gauges now include a ` network ` label, so Mainnet
42- and Testnet values no longer overwrite each other in processes that run both networks.
31+ and Testnet values no longer overwrite each other in processes that run both networks
32+ ([ #11135 ] ( https://github.com/ZcashFoundation/zebra/pull/11135 ) ).
4333
4434### Fixed
4535
@@ -48,11 +38,11 @@ and this project adheres to [Semantic Versioning](https://semver.org).
4838 affected ([ #11172 ] ( https://github.com/ZcashFoundation/zebra/pull/11172 ) ).
4939- Reject blocks whose total chain value pool balance would exceed ` MAX_MONEY ` ,
5040 enforcing the cap on the total monetary base
51- ([ #10817 ] ( https://github.com/ZcashFoundation/zebra/pull/10817 ) )
41+ ([ #10817 ] ( https://github.com/ZcashFoundation/zebra/pull/10817 ) ).
5242- Banning a misbehaving peer now removes every address book entry for that IP, and a banned IP is
5343 never selected as a reconnection candidate. Previously an entry on a different port could survive
5444 the ban and occupy the first candidate slot until the node restarted
55- ([ #11134 ] ( https://github.com/ZcashFoundation/zebra/issues/11134 ) ).
45+ ([ #11173 ] ( https://github.com/ZcashFoundation/zebra/pull/11173 ) ).
5646
5747### Security
5848
@@ -61,7 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
6151 IPv4 address. Previously the mapped address became the peer set key, so a ban issued for that
6252 peer's IPv4 address did not disconnect it while it stayed connected, and the same peer counted
6353 twice towards the per-IP inbound connection limit
64- ([ #10695 ] ( https://github.com/ZcashFoundation/zebra/issues/10695 ) ).
54+ ([ #11129 ] ( https://github.com/ZcashFoundation/zebra/pull/11129 ) ).
6555- Prevent a peer from delaying tip discovery by answering a block download with a canonical header
6656 and a rewritten coinbase height. Zebra now re-requests the hash immediately instead of waiting for
6757 a later sync round to rediscover it, and scores the peer when a parent block Zebra already holds
0 commit comments