Skip to content

Commit d1a3c74

Browse files
oxarbitragearya2conradoplg
authored
chore(release): Zebra 2.5.0 (#9765)
* run `cargo update` * update end of support estimated release height * add main changelog * bump versions * reduce end of support to 15 weeks * Update CHANGELOG.md Co-authored-by: Arya <aryasolhi@gmail.com> * bump zebra-node-services * update zebra-node-services changelog --------- Co-authored-by: Arya <aryasolhi@gmail.com> Co-authored-by: Conrado Gouvea <conrado@zfnd.org>
1 parent deb5824 commit d1a3c74

File tree

18 files changed

+201
-167
lines changed

18 files changed

+201
-167
lines changed

CHANGELOG.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,29 @@ and this project adheres to [Semantic Versioning](https://semver.org).
88
## Unreleased
99

1010

11+
## [Zebra 2.5.0](https://github.com/ZcashFoundation/zebra/releases/tag/v2.5.0) - 2025-08-07
12+
13+
This release includes the implementation of Zcash **Network Upgrade 6.1** (NU6.1) on Testnet and sets its activation height on the public Testnet at block **3,536,500**. Please update your Testnet nodes as soon as possible to ensure compatibility.
14+
1115
### Breaking Changes
1216

13-
- Value pool "deferred" changes its identifier to "lockbox". `getblock` and `getblockchaininfo`
14-
RPC methods will now return `lockbox` as the `FS_DEFERRED`
15-
value pool to match [reference implementation](https://github.com/zcash/zcash/pull/6912/files#diff-decae4be02fb8a47ab4557fe74a9cb853bdfa3ec0fa1b515c0a1e5de91f4ad0bR276).
16-
This only applies at the RPC layer.
17+
- Value pool "deferred" changes its identifier to "lockbox". `getblock` and `getblockchaininfo` RPC methods will now return `lockbox` as the `FS_DEFERRED` value pool to match [zcashd](https://github.com/zcash/zcash/pull/6912/files#diff-decae4be02fb8a47ab4557fe74a9cb853bdfa3ec0fa1b515c0a1e5de91f4ad0bR276). ([#9684](https://github.com/ZcashFoundation/zebra/pull/9684))
18+
19+
### Added
20+
21+
- Implement one-time lockbox disbursement mechanism for NU6.1 ([#9603](https://github.com/ZcashFoundation/zebra/pull/9603), [#9757](https://github.com/ZcashFoundation/zebra/pull/9757), [#9747](https://github.com/ZcashFoundation/zebra/pull/9747), [#9754](https://github.com/ZcashFoundation/zebra/pull/9754))
22+
- NU6.1 Testnet implementation and deployment ([#9762](https://github.com/ZcashFoundation/zebra/pull/9762), [#9759](https://github.com/ZcashFoundation/zebra/pull/9759))
23+
24+
### Fixed
25+
26+
- `validateaddress` RPC bug ([#9734](https://github.com/ZcashFoundation/zebra/pull/9734))
27+
- Count sigops using generics ([#9670](https://github.com/ZcashFoundation/zebra/pull/9670))
28+
29+
### Contributors
30+
31+
Thank you to everyone who contributed to this release, we couldn't make Zebra without you:
32+
@Galoretka, @arya2, @conradoplg, @dorianvp, @gustavovalverde, @oxarbitrage, @pacu and @upbqdn
33+
1734

1835
## [Zebra 2.4.2](https://github.com/ZcashFoundation/zebra/releases/tag/v2.4.2) - 2025-07-28
1936

0 commit comments

Comments
 (0)