diff --git a/index.html b/index.html index 174322b8c..966244b34 100644 --- a/index.html +++ b/index.html @@ -1,15 +1,22 @@ - - Zcash Developers Hub - - -

Zcash Developers Hub

-

Eventually this will be a common resource for development teams working on Zcash.

-

Currently this is just hosting DAGs showing dependencies between issues and PRs, for several Zcash teams.

-

ECC core team DAG

-

ECC wallet team DAG

-

ZF DAG

-

Halo2-focused DAG

- - + + + Zcash Foundation DAGs + + + + +

Zcash Foundation DAGs

+
+

Zebra & related repos

+

FROST

+
+ + + + \ No newline at end of file diff --git a/zcash-issue-dag.py b/zcash-issue-dag.py index 72013283e..6d5141e9a 100755 --- a/zcash-issue-dag.py +++ b/zcash-issue-dag.py @@ -68,6 +68,10 @@ 279422254: ('ZcashFoundation', 'zcash_script'), } +ZF_FROST_REPOS = { + 437862440: ('ZcashFoundation', 'frost'), +} + REPO_SETS = { 'core': CORE_REPOS, 'halo2': HALO2_REPOS, @@ -75,6 +79,7 @@ 'wallet-ios': IOS_REPOS, 'wallet-android': ANDROID_REPOS, 'zf': ZF_REPOS, + 'zf-frost': ZF_FROST_REPOS, } REPOS = REPO_SETS[DAG_VIEW]