Go to file
Jack Grigg 92acb1df11 Prune closed nodes that have no open upstream blockers
Previously only fully-closed subgraphs would be pruned, but for something
the size of Orchard this becomes rather hard to navigate. This change
reduces the size of the active DAG to solely focus on active issues.
2021-05-24 18:58:14 +01:00
.github/workflows Add a simple index page 2021-05-07 13:12:31 +12:00
.gitignore Actions: Add workflow for rendering DAG to GH Pages 2021-05-07 12:29:02 +12:00
README.md Link to website from README 2021-05-07 13:25:30 +12:00
index.html Add a simple index page 2021-05-07 13:12:31 +12:00
requirements.txt Add pygraphviz to requirements 2021-05-07 12:30:13 +12:00
zcash-core-graph.py Prune closed nodes that have no open upstream blockers 2021-05-24 18:58:14 +01:00

README.md

Zcash Developers Hub

This is the source repository for the Zcash Developers Hub website: https://zcash.github.io/developers/

For now, this repo hosts the script used to generate ECC's development dependency graph, and a workflow that generates and hosts it.