Files
nomos-node/dependencies_graph.dot
T

118 lines
3.4 KiB
Plaintext

digraph {
0 [ label = "cryptarchia-engine" shape = box]
1 [ label = "nomos-utils" shape = box]
2 [ label = "cryptarchia-sync" shape = box]
3 [ label = "nomos-core" shape = box]
4 [ label = "nomos-ledger" shape = box]
5 [ label = "utxotree" shape = box]
6 [ label = "nomos-http-api-common" shape = box]
7 [ label = "nomos-executor" shape = box]
8 [ label = "kzgrs-backend" shape = box]
9 [ label = "kzgrs" shape = box]
10 [ label = "nomos-api" shape = box]
11 [ label = "chain-service" shape = box]
12 [ label = "nomos-blend-service" shape = box]
13 [ label = "nomos-blend-message" shape = box]
14 [ label = "nomos-blend-network" shape = box]
15 [ label = "nomos-blend-scheduling" shape = box]
16 [ label = "nomos-libp2p" shape = box]
17 [ label = "nomos-network" shape = box]
18 [ label = "services-utils" shape = box]
19 [ label = "nomos-da-sampling" shape = box]
20 [ label = "nomos-da-network-core" shape = box]
21 [ label = "nomos-da-messages" shape = box]
22 [ label = "subnetworks-assignations" shape = box]
23 [ label = "nomos-da-network-service" shape = box]
24 [ label = "common-http-client" shape = box]
25 [ label = "nomos-membership" shape = box]
26 [ label = "nomos-sdp" shape = box]
27 [ label = "nomos-storage" shape = box]
28 [ label = "nomos-tracing" shape = box]
29 [ label = "nomos-mempool" shape = box]
30 [ label = "nomos-tracing-service" shape = box]
31 [ label = "nomos-time" shape = box]
32 [ label = "nomos-da-dispersal" shape = box]
33 [ label = "nomos-da-indexer" shape = box]
34 [ label = "nomos-da-verifier" shape = box]
35 [ label = "nomos-node" shape = box]
36 [ label = "nomos-system-sig" shape = box]
37 [ label = "executor-http-client" shape = box]
38 [ label = "bundler" shape = box]
39 [ label = "nomos-cli" shape = box]
40 [ label = "key-management-system" shape = box]
41 [ label = "cfgsync" shape = box]
42 [ label = "tests" shape = box]
43 [ label = "circuits-prover" shape = box]
44 [ label = "circuits-utils" shape = box]
45 [ label = "circuits-verifier" shape = box]
46 [ label = "witness-generator-core" shape = box]
47 [ label = "pol-witness-generator" shape = box]
48 [ label = "groth16" shape = box]
49 [ label = "poseidon2" shape = box]
0 -> 1 [ style = dotted]
2 -> 3 [ ]
3 -> 0 [ ]
4 -> 3 [ ]
4 -> 5 [ ]
7 -> 35 [ ]
8 -> 9 [ ]
8 -> 3 [ ]
10 -> 32 [ ]
10 -> 33 [ ]
10 -> 34 [ ]
11 -> 12 [ ]
11 -> 4 [ ]
11 -> 29 [ ]
11 -> 31 [ ]
12 -> 14 [ ]
12 -> 17 [ ]
12 -> 18 [ ]
13 -> 3 [ ]
14 -> 15 [ ]
14 -> 16 [ ]
15 -> 13 [ ]
16 -> 2 [ ]
17 -> 16 [ style = dotted]
19 -> 23 [ ]
20 -> 21 [ ]
20 -> 22 [ ]
21 -> 8 [ ]
21 -> 8 [ color = blue]
22 -> 1 [ ]
22 -> 1 [ color = blue]
23 -> 24 [ ]
23 -> 20 [ ]
23 -> 16 [ ]
23 -> 25 [ ]
23 -> 27 [ ]
23 -> 28 [ ]
24 -> 21 [ ]
24 -> 6 [ ]
25 -> 26 [ ]
25 -> 18 [ ]
26 -> 3 [ ]
27 -> 3 [ ]
29 -> 19 [ ]
29 -> 29 [ color = blue]
29 -> 17 [ ]
29 -> 30 [ color = blue]
30 -> 28 [ ]
31 -> 0 [ ]
32 -> 23 [ ]
33 -> 11 [ ]
34 -> 29 [ ]
35 -> 10 [ ]
35 -> 36 [ ]
37 -> 24 [ ]
39 -> 37 [ ]
39 -> 35 [ ]
41 -> 42 [ ]
42 -> 37 [ ]
42 -> 7 [ ]
43 -> 44 [ ]
45 -> 44 [ ]
47 -> 44 [ ]
47 -> 46 [ ]
}