|
| 1 | +## Capabilities modules and org dependencies |
| 2 | +```mermaid |
| 3 | +flowchart LR |
| 4 | +
|
| 5 | + chain-selectors |
| 6 | + click chain-selectors href "https://github.com/smartcontractkit/chain-selectors" |
| 7 | + chainlink-common --> chain-selectors |
| 8 | + chainlink-common --> chainlink-common/pkg/workflows/sdk/v2/pb |
| 9 | + chainlink-common --> chainlink-protos/billing/go |
| 10 | + chainlink-common --> freeport |
| 11 | + chainlink-common --> grpc-proxy |
| 12 | + chainlink-common --> libocr |
| 13 | + click chainlink-common href "https://github.com/smartcontractkit/chainlink-common" |
| 14 | + chainlink-common/pkg/monitoring --> chainlink-common |
| 15 | + chainlink-common/pkg/monitoring --> freeport |
| 16 | + chainlink-common/pkg/monitoring --> libocr |
| 17 | + click chainlink-common/pkg/monitoring href "https://github.com/smartcontractkit/chainlink-common" |
| 18 | + chainlink-common/pkg/values |
| 19 | + click chainlink-common/pkg/values href "https://github.com/smartcontractkit/chainlink-common" |
| 20 | + chainlink-common/pkg/workflows/sdk/v2/pb --> chainlink-common/pkg/values |
| 21 | + click chainlink-common/pkg/workflows/sdk/v2/pb href "https://github.com/smartcontractkit/chainlink-common" |
| 22 | + chainlink-protos/billing/go --> chainlink-protos/workflows/go |
| 23 | + click chainlink-protos/billing/go href "https://github.com/smartcontractkit/chainlink-protos" |
| 24 | + chainlink-protos/orchestrator --> wsrpc |
| 25 | + click chainlink-protos/orchestrator href "https://github.com/smartcontractkit/chainlink-protos" |
| 26 | + chainlink-protos/workflows/go |
| 27 | + click chainlink-protos/workflows/go href "https://github.com/smartcontractkit/chainlink-protos" |
| 28 | + freeport |
| 29 | + click freeport href "https://github.com/smartcontractkit/freeport" |
| 30 | + grpc-proxy |
| 31 | + click grpc-proxy href "https://github.com/smartcontractkit/grpc-proxy" |
| 32 | + libocr |
| 33 | + click libocr href "https://github.com/smartcontractkit/libocr" |
| 34 | + wsrpc |
| 35 | + click wsrpc href "https://github.com/smartcontractkit/wsrpc" |
| 36 | +
|
| 37 | + subgraph chainlink-common-repo[chainlink-common] |
| 38 | + chainlink-common |
| 39 | + chainlink-common/pkg/monitoring |
| 40 | + chainlink-common/pkg/values |
| 41 | + chainlink-common/pkg/workflows/sdk/v2/pb |
| 42 | + end |
| 43 | + click chainlink-common-repo href "https://github.com/smartcontractkit/chainlink-common" |
| 44 | +
|
| 45 | + subgraph chainlink-protos-repo[chainlink-protos] |
| 46 | + chainlink-protos/billing/go |
| 47 | + chainlink-protos/orchestrator |
| 48 | + chainlink-protos/workflows/go |
| 49 | + end |
| 50 | + click chainlink-protos-repo href "https://github.com/smartcontractkit/chainlink-protos" |
| 51 | +
|
| 52 | + classDef outline stroke-dasharray:6,fill:none; |
| 53 | + class chainlink-common-repo,chainlink-protos-repo outline |
| 54 | +``` |
0 commit comments