Skip to content

Commit

Permalink
Update modgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Jan 9, 2025
1 parent e830a2c commit be6ba1d
Showing 1 changed file with 108 additions and 15 deletions.
123 changes: 108 additions & 15 deletions go.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,30 +21,62 @@ flowchart LR
classDef group stroke-dasharray:6,fill:none;
class chains,products group
capabilities/libs/loopserver --> chainlink-common
click capabilities/libs/loopserver href "https://github.com/smartcontractkit/capabilities"
capabilities/libs/testutils --> chainlink-common
click capabilities/libs/testutils href "https://github.com/smartcontractkit/capabilities"
capabilities/streams --> capabilities/libs/loopserver
capabilities/streams --> capabilities/libs/testutils
click capabilities/streams href "https://github.com/smartcontractkit/capabilities"
ccip-owner-contracts --> chain-selectors
click ccip-owner-contracts href "https://github.com/smartcontractkit/ccip-owner-contracts"
chain-selectors
click chain-selectors href "https://github.com/smartcontractkit/chain-selectors"
chainlink-automation --> chainlink-common
click chainlink-automation href "https://github.com/smartcontractkit/chainlink-automation"
chainlink-ccip --> chain-selectors
chainlink-ccip --> chainlink-common
click chainlink-ccip href "https://github.com/smartcontractkit/chainlink-ccip"
chainlink-ccip/chains/solana --> chainlink-common
click chainlink-ccip/chains/solana href "https://github.com/smartcontractkit/chainlink-ccip"
chainlink-common --> grpc-proxy
chainlink-common --> libocr
click chainlink-common href "https://github.com/smartcontractkit/chainlink-common"
chainlink-cosmos --> chainlink-common
click chainlink-cosmos href "https://github.com/smartcontractkit/chainlink-cosmos"
chainlink-data-streams --> chainlink-common
click chainlink-data-streams href "https://github.com/smartcontractkit/chainlink-data-streams"
chainlink-deployments --> chainlink/deployment
click chainlink-deployments href "https://github.com/smartcontractkit/chainlink-deployments"
chainlink-deployments/cmd/signer --> ccip-owner-contracts
click chainlink-deployments/cmd/signer href "https://github.com/smartcontractkit/chainlink-deployments"
chainlink-feeds --> chainlink-common
click chainlink-feeds href "https://github.com/smartcontractkit/chainlink-feeds"
chainlink-framework/multinode --> chainlink-common
click chainlink-framework/multinode href "https://github.com/smartcontractkit/chainlink-framework"
chainlink-protos/job-distributor
click chainlink-protos/job-distributor href "https://github.com/smartcontractkit/chainlink-protos"
chainlink-protos/orchestrator --> wsrpc
click chainlink-protos/orchestrator href "https://github.com/smartcontractkit/chainlink-protos"
chainlink-solana --> chainlink-common
click chainlink-solana href "https://github.com/smartcontractkit/chainlink-solana"
chainlink-starknet/relayer --> chainlink-common
click chainlink-starknet/relayer href "https://github.com/smartcontractkit/chainlink-starknet"
chainlink-testing-framework/lib --> chainlink-testing-framework/seth
chainlink-testing-framework/lib --> chainlink-testing-framework/wasp
click chainlink-testing-framework/lib href "https://github.com/smartcontractkit/chainlink-testing-framework"
chainlink-testing-framework/lib/grafana
click chainlink-testing-framework/lib/grafana href "https://github.com/smartcontractkit/chainlink-testing-framework"
chainlink-testing-framework/seth --> seth
click chainlink-testing-framework/seth href "https://github.com/smartcontractkit/chainlink-testing-framework"
chainlink-testing-framework/wasp --> chainlink-testing-framework/lib/grafana
click chainlink-testing-framework/wasp href "https://github.com/smartcontractkit/chainlink-testing-framework"
chainlink/deployment --> ccip-owner-contracts
chainlink/deployment --> chainlink-ccip/chains/solana
chainlink/deployment --> chainlink-protos/job-distributor
chainlink/deployment --> chainlink-testing-framework/lib
chainlink/deployment --> chainlink/v2
click chainlink/deployment href "https://github.com/smartcontractkit/chainlink"
chainlink/v2 --> chainlink-automation
chainlink/v2 --> chainlink-ccip
chainlink/v2 --> chainlink-cosmos
Expand All @@ -60,6 +92,8 @@ flowchart LR
click grpc-proxy href "https://github.com/smartcontractkit/grpc-proxy"
libocr
click libocr href "https://github.com/smartcontractkit/libocr"
seth
click seth href "https://github.com/smartcontractkit/seth"
tdh2/go/ocr2/decryptionplugin --> libocr
tdh2/go/ocr2/decryptionplugin --> tdh2/go/tdh2
click tdh2/go/ocr2/decryptionplugin href "https://github.com/smartcontractkit/tdh2"
Expand All @@ -68,14 +102,53 @@ flowchart LR
wsrpc
click wsrpc href "https://github.com/smartcontractkit/wsrpc"
subgraph capabilities-repo[capabilities]
capabilities/libs/loopserver
capabilities/libs/testutils
capabilities/streams
end
click capabilities-repo href "https://github.com/smartcontractkit/capabilities"
subgraph chainlink-repo[chainlink]
chainlink/deployment
chainlink/v2
end
click chainlink-repo href "https://github.com/smartcontractkit/chainlink"
subgraph chainlink-ccip-repo[chainlink-ccip]
chainlink-ccip
chainlink-ccip/chains/solana
end
click chainlink-ccip-repo href "https://github.com/smartcontractkit/chainlink-ccip"
subgraph chainlink-deployments-repo[chainlink-deployments]
chainlink-deployments
chainlink-deployments/cmd/signer
end
click chainlink-deployments-repo href "https://github.com/smartcontractkit/chainlink-deployments"
subgraph chainlink-protos-repo[chainlink-protos]
chainlink-protos/job-distributor
chainlink-protos/orchestrator
end
click chainlink-protos-repo href "https://github.com/smartcontractkit/chainlink-protos"
subgraph chainlink-testing-framework-repo[chainlink-testing-framework]
chainlink-testing-framework/lib
chainlink-testing-framework/lib/grafana
chainlink-testing-framework/seth
chainlink-testing-framework/wasp
end
click chainlink-testing-framework-repo href "https://github.com/smartcontractkit/chainlink-testing-framework"
subgraph tdh2-repo[tdh2]
tdh2/go/ocr2/decryptionplugin
tdh2/go/tdh2
end
click tdh2-repo href "https://github.com/smartcontractkit/tdh2"
classDef outline stroke-dasharray:6,fill:none;
class tdh2-repo outline
class capabilities-repo,chainlink-repo,chainlink-ccip-repo,chainlink-deployments-repo,chainlink-protos-repo,chainlink-testing-framework-repo,tdh2-repo outline
```
## All modules
```mermaid
Expand All @@ -99,6 +172,13 @@ flowchart LR
classDef group stroke-dasharray:6,fill:none;
class chains,products group
capabilities/libs/loopserver --> chainlink-common
click capabilities/libs/loopserver href "https://github.com/smartcontractkit/capabilities"
capabilities/libs/testutils --> chainlink-common
click capabilities/libs/testutils href "https://github.com/smartcontractkit/capabilities"
capabilities/streams --> capabilities/libs/loopserver
capabilities/streams --> capabilities/libs/testutils
click capabilities/streams href "https://github.com/smartcontractkit/capabilities"
ccip-owner-contracts --> chain-selectors
click ccip-owner-contracts href "https://github.com/smartcontractkit/ccip-owner-contracts"
chain-selectors
Expand All @@ -108,13 +188,19 @@ flowchart LR
chainlink-ccip --> chain-selectors
chainlink-ccip --> chainlink-common
click chainlink-ccip href "https://github.com/smartcontractkit/chainlink-ccip"
chainlink-ccip/chains/solana --> chainlink-common
click chainlink-ccip/chains/solana href "https://github.com/smartcontractkit/chainlink-ccip"
chainlink-common --> grpc-proxy
chainlink-common --> libocr
click chainlink-common href "https://github.com/smartcontractkit/chainlink-common"
chainlink-cosmos --> chainlink-common
click chainlink-cosmos href "https://github.com/smartcontractkit/chainlink-cosmos"
chainlink-data-streams --> chainlink-common
click chainlink-data-streams href "https://github.com/smartcontractkit/chainlink-data-streams"
chainlink-deployments --> chainlink/deployment
click chainlink-deployments href "https://github.com/smartcontractkit/chainlink-deployments"
chainlink-deployments/cmd/signer --> ccip-owner-contracts
click chainlink-deployments/cmd/signer href "https://github.com/smartcontractkit/chainlink-deployments"
chainlink-feeds --> chainlink-common
click chainlink-feeds href "https://github.com/smartcontractkit/chainlink-feeds"
chainlink-framework/multinode --> chainlink-common
Expand All @@ -127,8 +213,6 @@ flowchart LR
click chainlink-solana href "https://github.com/smartcontractkit/chainlink-solana"
chainlink-starknet/relayer --> chainlink-common
click chainlink-starknet/relayer href "https://github.com/smartcontractkit/chainlink-starknet"
chainlink-testing-framework/havoc --> chainlink-testing-framework/lib/grafana
click chainlink-testing-framework/havoc href "https://github.com/smartcontractkit/chainlink-testing-framework"
chainlink-testing-framework/lib --> chainlink-testing-framework/seth
chainlink-testing-framework/lib --> chainlink-testing-framework/wasp
click chainlink-testing-framework/lib href "https://github.com/smartcontractkit/chainlink-testing-framework"
Expand All @@ -138,18 +222,12 @@ flowchart LR
click chainlink-testing-framework/seth href "https://github.com/smartcontractkit/chainlink-testing-framework"
chainlink-testing-framework/wasp --> chainlink-testing-framework/lib/grafana
click chainlink-testing-framework/wasp href "https://github.com/smartcontractkit/chainlink-testing-framework"
chainlink/core/scripts --> chainlink/deployment
click chainlink/core/scripts href "https://github.com/smartcontractkit/chainlink"
chainlink/deployment --> ccip-owner-contracts
chainlink/deployment --> chainlink-ccip/chains/solana
chainlink/deployment --> chainlink-protos/job-distributor
chainlink/deployment --> chainlink-testing-framework/lib
chainlink/deployment --> chainlink/v2
click chainlink/deployment href "https://github.com/smartcontractkit/chainlink"
chainlink/integration-tests --> chainlink-testing-framework/havoc
chainlink/integration-tests --> chainlink/deployment
click chainlink/integration-tests href "https://github.com/smartcontractkit/chainlink"
chainlink/load-tests --> chainlink/integration-tests
click chainlink/load-tests href "https://github.com/smartcontractkit/chainlink"
chainlink/v2 --> chainlink-automation
chainlink/v2 --> chainlink-ccip
chainlink/v2 --> chainlink-cosmos
Expand All @@ -175,23 +253,38 @@ flowchart LR
wsrpc
click wsrpc href "https://github.com/smartcontractkit/wsrpc"
subgraph capabilities-repo[capabilities]
capabilities/libs/loopserver
capabilities/libs/testutils
capabilities/streams
end
click capabilities-repo href "https://github.com/smartcontractkit/capabilities"
subgraph chainlink-repo[chainlink]
chainlink/core/scripts
chainlink/deployment
chainlink/integration-tests
chainlink/load-tests
chainlink/v2
end
click chainlink-repo href "https://github.com/smartcontractkit/chainlink"
subgraph chainlink-ccip-repo[chainlink-ccip]
chainlink-ccip
chainlink-ccip/chains/solana
end
click chainlink-ccip-repo href "https://github.com/smartcontractkit/chainlink-ccip"
subgraph chainlink-deployments-repo[chainlink-deployments]
chainlink-deployments
chainlink-deployments/cmd/signer
end
click chainlink-deployments-repo href "https://github.com/smartcontractkit/chainlink-deployments"
subgraph chainlink-protos-repo[chainlink-protos]
chainlink-protos/job-distributor
chainlink-protos/orchestrator
end
click chainlink-protos-repo href "https://github.com/smartcontractkit/chainlink-protos"
subgraph chainlink-testing-framework-repo[chainlink-testing-framework]
chainlink-testing-framework/havoc
chainlink-testing-framework/lib
chainlink-testing-framework/lib/grafana
chainlink-testing-framework/seth
Expand All @@ -206,5 +299,5 @@ flowchart LR
click tdh2-repo href "https://github.com/smartcontractkit/tdh2"
classDef outline stroke-dasharray:6,fill:none;
class chainlink-repo,chainlink-protos-repo,chainlink-testing-framework-repo,tdh2-repo outline
class capabilities-repo,chainlink-repo,chainlink-ccip-repo,chainlink-deployments-repo,chainlink-protos-repo,chainlink-testing-framework-repo,tdh2-repo outline
```

0 comments on commit be6ba1d

Please sign in to comment.