From e68e3065d98bc584178708584ef36b0504fd0bd9 Mon Sep 17 00:00:00 2001 From: Daira-Emma Hopwood Date: Mon, 12 Feb 2024 19:48:11 +0000 Subject: [PATCH 1/2] Add zcash/sapling-crypto repo. Signed-off-by: Daira-Emma Hopwood --- zcash-issue-dag.py | 1 + 1 file changed, 1 insertion(+) diff --git a/zcash-issue-dag.py b/zcash-issue-dag.py index 551a330..3954709 100755 --- a/zcash-issue-dag.py +++ b/zcash-issue-dag.py @@ -35,6 +35,7 @@ CORE_REPOS = { 48303644: ('zcash', 'incrementalmerkletree'), 85334928: ('zcash', 'librustzcash'), 133857578: ('zcash-hackworks', 'zcash-test-vectors'), + 111058300: ('zcash', 'sapling-crypto'), **HALO2_REPOS, 305835578: ('zcash', 'orchard'), } From 3f96ccc436d0496455f6008d00f81016e962c36d Mon Sep 17 00:00:00 2001 From: Daira-Emma Hopwood Date: Mon, 12 Feb 2024 19:48:23 +0000 Subject: [PATCH 2/2] Add Electric-Coin-Company/infrastructure repo. Signed-off-by: Daira-Emma Hopwood --- zcash-issue-dag.py | 1 + 1 file changed, 1 insertion(+) diff --git a/zcash-issue-dag.py b/zcash-issue-dag.py index 3954709..f77f501 100755 --- a/zcash-issue-dag.py +++ b/zcash-issue-dag.py @@ -71,6 +71,7 @@ ECC_REPOS = { **CORE_REPOS, **TFL_REPOS, **WALLET_REPOS, + 65419597: ('Electric-Coin-Company', 'infrastructure'), } ZF_REPOS = {