You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this release we introduce Regtest functionality to Zebra and restored Windows support. Also adjusted our Zebra release interval from 2 weeks to 6 weeks approximately.
11
+
12
+
### Added
13
+
14
+
- Preparing for upstream `zcash_client_backend` API changes ([#8425](https://github.com/ZcashFoundation/zebra/pull/8425))
15
+
- Regtest support ([#8383](https://github.com/ZcashFoundation/zebra/pull/8383), [#8421](https://github.com/ZcashFoundation/zebra/pull/8421), [#8368](https://github.com/ZcashFoundation/zebra/pull/8368), [#8413](https://github.com/ZcashFoundation/zebra/pull/8413), [#8474](https://github.com/ZcashFoundation/zebra/pull/8474), [#8475](https://github.com/ZcashFoundation/zebra/pull/8475))
16
+
- Allow Zebra users to contribute to the P2P network even if behind NAT or firewall ([#8488](https://github.com/ZcashFoundation/zebra/pull/8488))
17
+
18
+
### Changed
19
+
20
+
- Adjust estimated release interval to once every 6 weeks and the end of support from 16 to 20 weeks ([#8429](https://github.com/ZcashFoundation/zebra/pull/8429))
21
+
22
+
### Fixed
23
+
24
+
- Bump zcash script v0.1.15 and restore Windows support ([#8393](https://github.com/ZcashFoundation/zebra/pull/8393))
25
+
- Avoid possibly returning data from different blocks in `z_get_treestate` RPC method ([#8460](https://github.com/ZcashFoundation/zebra/pull/8460))
26
+
- Zebra panics with all features and no elasticsearch server available ([#8409](https://github.com/ZcashFoundation/zebra/pull/8409))
27
+
28
+
### Contributors
29
+
30
+
Thank you to everyone who contributed to this release, we couldn't make Zebra without you:
Copy file name to clipboardexpand all lines: README.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ Zebra is tested with the latest `stable` Rust version. Earlier versions are not
68
68
supported or tested. Any Zebra release can start depending on new features in the
69
69
latest stable Rust.
70
70
71
-
Around every 4 weeks, we release a [new Zebra version](https://github.com/ZcashFoundation/zebra/releases).
71
+
Around every 6 weeks, we release a [new Zebra version](https://github.com/ZcashFoundation/zebra/releases).
72
72
73
73
Below are quick summaries for installing the dependencies on your machine.
74
74
@@ -185,8 +185,6 @@ There are a few bugs in Zebra that we're still working on fixing:
185
185
186
186
- Block download and verification sometimes times out during Zebra's initial sync [#5709](https://github.com/ZcashFoundation/zebra/issues/5709). The full sync still finishes reasonably quickly.
187
187
188
-
- No Windows support [#3801](https://github.com/ZcashFoundation/zebra/issues/3801). We used to test with Windows Server 2019, but not any more; `zcash_script` has recently been updated to compile with MSVC, we're now waiting on a `zcash_script` release and dependency update, see the issue for details.
189
-
190
188
- Experimental Tor support is disabled until Zebra upgrades to the latest `arti-client`. This happened due to a Rust dependency conflict ([#5492](https://github.com/ZcashFoundation/zebra/issues/5492)) and is still an issue due to [another dependency conflict](https://github.com/ZcashFoundation/zebra/issues/8328#issuecomment-1969989648).
Copy file name to clipboardexpand all lines: book/src/dev/release-process.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ In general, expect the following release cycle:
95
95
96
96
* A major release for each network upgrade, whenever there are breaking changes to Zebra (by API, severe bugs or other kind of upgrades)
97
97
* Minor releases for significant new Zebra features or severe bug fixes
98
-
* A patch release around every 4 weeks
98
+
* A patch release around every 6 weeks
99
99
100
100
This cadence of releases gives eager developers access to new features as soon as they are fully developed and pass through our code review and integration testing processes, while maintaining the stability and reliability of the platform for production users that prefer to receive features after they have been validated by Zcash and other developers that use the pre-release builds.
description = "A Tower service combinator that sends requests to a first service, then retries processing on a second fallback service if the first service errors."
6
6
license = "MIT OR Apache-2.0"
@@ -24,4 +24,4 @@ tracing = "0.1.39"
24
24
[dev-dependencies]
25
25
tokio = { version = "1.37.0", features = ["full", "tracing", "test-util"] }
26
26
27
-
zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.36" }
27
+
zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.37" }
0 commit comments