Skip to content

Commit caf67b2

Browse files
committed
Add dashboard alpha + resource + landing
1 parent 2d5b39f commit caf67b2

File tree

5 files changed

+52
-8
lines changed

5 files changed

+52
-8
lines changed

public/assets/z-cubed.jpg

134 KB
Loading

public/assets/zebra-banner.webp

4.65 KB
Loading

src/content/zcash-z3/dashboard.mdx

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
# Dashboard
2-
3-
4-
Here you will find a summary of all the tasks that the different Zcash teams
5-
are doing to complete this mancomunated effort.
6-
1+
# Zcashd Deprecation Dashboard
72

3+
This is the first version of what will become a Dashboard.
4+
5+
| Project | Owner | Status | Current Milestone | Next Milestone |
6+
|----------|----------|----------|----------|----------|
7+
| [Deprecation Outreach Phase 1](https://docs.google.com/spreadsheets/d/1UJxH1cowexGqadU32Uei5Qak6jGhXjb18-T_QBPmDAA/edit?gid=0#gid=0) | ZecDev (Pacu) | Paused 🔴 | RPC and Deployment Survey | Block Explorer support |
8+
| [Zebra](https://github.com/ZcashFoundation/zebra) | Zcash Foundation | On-track 🟢 | [Sprint 5 (Mar 03 - Mar 16)](https://github.com/orgs/ZcashFoundation/projects/9/views/13) | Sprint 7 (Mar 31 - Apr 13)
9+
| [Zaino](https://github.com/zingolabs/zaino) | ZingoLabs | On-track 🟢 | [Milestone 3](https://github.com/orgs/zingolabs/projects/12) | N/A |
10+
| [Zallet](https://github.com/zcash/wallet) | ECC | Off-track 🟡 | [Zcashd wallet replacement](https://github.com/zcash/wallet/milestone/1) | N/A |
11+
| [ZeWIF](https://github.com/ZcashCommunityGrants/zcashcommunitygrants/issues/3) | Blockchain Commons and ZingoLabs | On-track 🟢 | Milestones 3 and 4 | N/A |
12+
| [Block Explorer Support](https://github.com/zcash/zcash-explorer) | ECC, ZF, ZecDev | Just Started | Forked ZBE, RPC dependency review | start RPC integration |
13+
| Deprecation Outreach Phase 2 | ZecDev (Pacu) | Not Started 🔵 | Zcash Block Explorer support | Reach out partner DevOps |
14+
| [Regtest ZIP](https://github.com/zcash/zips/pull/986) | ZecDev (Pacu) | In Review 🟢 | Address Review Comments | ZIP Editors re-review |
15+
| [In-Memory Backend wrap up](https://github.com/zcash/zips/pull/986) | ChainSafe, ECC | Pending Review 🟡 | Review and integration to the codebase | Deployment in Crate Release |
816

917

src/content/zcash-z3/index.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# Zcashd Deprecation is now Z^3
22

3-
Zcashd Deprecation is now called Z^3 (Zebra x Zaino x Zallet). ]
3+
Zcashd Deprecation is now called Z^3 (Zebra x Zaino x Zallet).
4+
5+
"Zee Three" or "Zee to the Three" is an original idea from Zancas (ZingoLabs).
6+
7+
8+
![Zee cube image. Credits to Dismad from ZecHub](/assets/z-cubed.jpg)
9+
_Credits to Dismad from ZecHub_

src/content/zcash-z3/resources.mdx

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,40 @@
22
# Resources
33

44
## Zebra
5+
![Zebra Banner](/assets/zebra-banner.webp)
56

7+
8+
Zebra is Zcash's Consensus node completely implemented in RustLang by [Zcash Foundation](https://zfnd.org/)
9+
10+
11+
| [Github](https://github.com/ZcashFoundation/zebra) | [Roadmap](https://github.com/orgs/ZcashFoundation/projects/9/views/11) |
612
## Zaino
13+
Zaino is an indexer for the Zcash blockchain implemented in Rust by [ZingoLabs](https://github.com/zingolabs)
14+
15+
Zaino provides all necessary functionality for "light" clients (wallets and other
16+
applications that don't rely on the complete history of blockchain) and "full"
17+
clients / wallets and block explorers providing access to both the finalized chain
18+
and the non-finalized best chain and mempool held by either a Zebra or Zcashd full
19+
validator.
20+
21+
| [GitHub](https://github.com/zingolabs/zaino) | [Roadmap](https://github.com/zingolabs/zaino/projects?query=is%3Aopen) |
722

823
## Zallet
924

10-
## Legacy
25+
Prononced Zallèt (like Ballet), it's the replacement for the Zcashd full-node
26+
wallet developed entirely in RustLang by [ECC](https://electriccoin.co/)
27+
28+
| [GitHub](https://github.com/zcash/wallet) | [Roadmap](https://zcash.github.io/developers/zcash-zcashd-deprecation-dag) |
29+
30+
## Legacy (Zcashd)
31+
32+
Zcashd is the originary consensus node for Zcash. Forked from Bitcoin-core in 2015,
33+
Zcashd has gone through six Network Upgrades and has been the main consensus node
34+
since the Zcash network was deployed in October 28th 2016. It's currently being
35+
deprecated and will soon be replaced by Zebra when the Network Upgrade 7 (NU7) is
36+
deployed.
37+
38+
39+
| [GitHub](https://github.com/zcash/zcash) | [Roadmap](https://zcash.github.io/developers/zcash-zcashd-deprecation-dag) | [Read The Docs](https://zcash.readthedocs.io/en/latest/)
40+
1141

0 commit comments

Comments
 (0)