From 2e1d99e257df3a0b54da989c160df5ef804ca5a4 Mon Sep 17 00:00:00 2001 From: Sebastian Nagel Date: Thu, 18 Dec 2025 12:11:50 +0100 Subject: [PATCH] Add all relevant repos to Cardano Node These are all major components that are aggregated into the `cardano-node` and should contribute to its activity. --- projects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects.json b/projects.json index 5706487..b51d28f 100644 --- a/projects.json +++ b/projects.json @@ -16,7 +16,7 @@ {"title": "SIDAN Lab", "owner": "sidan-lab"}, {"title": "DeltaDeFi", "owner": "deltadefi-protocol"}, {"title": "Marlowe", "owner": "input-output-hk", "names": ["marlowe-cardano"]}, - {"title": "Cardano Node", "owner": "IntersectMBO", "names": ["cardano-node"]}, + {"title": "Cardano Node", "owner": "IntersectMBO", "names": ["cardano-node", "cardano-api", "ouroboros-consensus", "ouroboros-network", "cardano-ledger", "cardano-base"]}, {"title": "Daedalus", "owner": "input-output-hk", "names": ["daedalus"]}, {"title": "Catalyst", "owner": "input-output-hk", "names": ["catalyst-voices", "hermes", "catalyst-ci", "catalyst-libs", "catalyst-forge", "jormungandr"]}, {"title": "Hydra", "owner": "input-output-hk", "names": ["hydra"]},