Skip to content

Commit 702fd23

Browse files
authored
Merge pull request #37 from zecdev/update-dashboard
Update Zcashd cycle, include EOL info, dashboard and contributing links
2 parents ba5d8d0 + d156b98 commit 702fd23

3 files changed

Lines changed: 17 additions & 53 deletions

File tree

src/content/zcash-z3/contributing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Zallet
44

5-
GitHub: https://github.com/zcash/wallet
5+
GitHub: https://github.com/zcash/zallet
66

77
Currently the Zallet team is developing the RPC API of the wallet. There are a
88
lot of issues to grab and contribute!

src/content/zcash-z3/dashboard.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
| Project | Owner | Status | Current Milestone | Next Milestone |
66
|----------|----------|----------|----------|----------|
7-
| Deprecation Outreach Phase 2 | ZecDev (Pacu) | Paused 🟢 | Zallet Alpha.4 | Zallet Alpha.5 |
7+
| Deprecation Outreach | ZODL | 🟢 | End-of-support communication | None |
88
| [Zebra](https://github.com/ZcashFoundation/zebra) | Zcash Foundation | On-track 🟢 | Maintenance and Z3 stack development Support | N/D |
9-
| [Zaino](https://github.com/zingolabs/zaino) | ZingoLabs | catching up 🌕 | [Zaino Zallet Support](https://forum.zcashcommunity.com/t/zaino-the-zallet-release/52155) | Block Explorer Support |
10-
| [Zallet](https://github.com/zcash/wallet) | ZnewCo | On-track 🟢 | Alpha Builds released | Closed Alpha Iteration |
11-
| [Block Explorer Support](https://github.com/zcash/zcash-explorer) | Paused 🌕 | Zaino BE RPC development| new RPC integration |
9+
| [Zaino](https://github.com/zingolabs/zaino) | ZingoLabs | catching up 🌕 | pre-production hardening | N/D |
10+
| [Zallet](https://github.com/zcash/wallet) | ZODL | On-track 🟢 | Alpha.4 released | 1.0 Beta |
11+
1212

1313

1414

Lines changed: 12 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,12 @@
1-
# Zcashd version lifecycle: the Zcash ecosystem metronome.
2-
3-
Every 16 weeks a Zcashd version *dies* and a new one *is born*. This happens
4-
whether Zcashd code is being substantially changed or not. Once a version is
5-
released, *it can’t be stopped*. Nobody can tell you which version of Zcashd to
6-
run. Zcashd is designed to stop running at a given blockheight and operators have
7-
to update their version to keep validating (or mining) blocks. This means that
8-
if you need to release a new version of Zcashd, for the case it requires the
9-
current supported version to stop working, you need to wait until the
10-
End-of-Support (EOS) of the current version.
11-
12-
This means that the feature that you finish developing today in Zcashd, will
13-
only see the light of day on mainnet after the EOS date of the current version,
14-
when the version that includes that feature becomes the current version (provided
15-
that it doesn’t need a transition cycle). Sometimes that could mean a day, others
16-
it can mean 16 weeks. That’s how this metronome keeps a decentralized,
17-
permissionless and censorship-resistant protocol keeps everyone coordinated in
18-
terms of software releases.
19-
20-
The timeline below shows the current Zcash version and the milestones where the
21-
support of the next three versions end.
22-
23-
![Zcash release cycle](/assets/zcashd_release_cycle.png)
24-
25-
The next Zcashd EOS is January 21st 2026\. This entails that whenever the Zcash
26-
development teams have consensus that Zcashd deprecation development is complete,
27-
then the ecosystem will need a whole EOS cycle to occur in order to deploy the
28-
proper versions that will stop the current supported Zcashd version and allow
29-
the Zcash maintainers to create and deploy the **End-of-Life** version of Zcashd.
30-
31-
The Z3 development cross-team group gathered and estimated that it is acceptable
32-
to assess that Zcashd deprecation development completion window could span between
33-
now and May 2026 (Zcashd 6.10.1 EOS). This leaves the 16 weeks between 6.10.1 and
34-
6.10.2 to be the cycle buffer where the Z3 infrastructure could co-exist in
35-
production with Zcashd for the case NU7 is set to activate in September 2026
36-
37-
This means that NU7 could be targeted for activation after September 2026 indicated
38-
by Zcashd 6.10.2 EOS Milestone provided that it is feature complete and the NU
39-
process can be carried out by then, with the good practices that the Zcash core
40-
developers have been doing all of these years.
41-
42-
## Towards a friction-less Network Upgrade process
43-
44-
Zcash core developers are researching ways to reduce the impact of Network
45-
Upgrades that include transaction changes. This means less hassle for wallet and
46-
infrastructure providers and a higher pace for smaller updates even if they do
47-
include transaction format changes. Core developers are committed to improve UX
48-
for all ecosystem actors including the most tech savvy ones.
1+
# Zcashd End-of-Life
2+
3+
> ## ⚠️ `zcashd` is reaching its End of Life
4+
>
5+
> `zcashd` is **deprecated** and will **not** support NU6.3.
6+
> **If you do not need the `zcashd` wallet, migrate to [Zebra](https://github.com/ZcashFoundation/zebra) now.**
7+
> If you depend on the `zcashd` wallet, start testing [Zallet](https://zcash.github.io/zallet/)
8+
> migrating your `wallet.dat` as soon as possible. The binary's **End-of-Support halt** is
9+
> estimated for **July 18th 2026** at block height 3417100, after which every `zcashd` node
10+
> automatically shuts down.
11+
12+
See [Zcash'd book chapter](https://zcash.github.io/zcash/user/end-of-life.html) on Zcashd EOL.

0 commit comments

Comments
 (0)