forked from logos-blockchain/logos-blockchain
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependencies_graph.dot
More file actions
104 lines (103 loc) · 3.04 KB
/
dependencies_graph.dot
File metadata and controls
104 lines (103 loc) · 3.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
digraph {
0 [ label = "cryptarchia-engine" shape = box]
1 [ label = "nomos-utils" shape = box]
2 [ label = "nomos-ledger" shape = box]
3 [ label = "cl" shape = box]
4 [ label = "nomos_proof_statements" shape = box]
5 [ label = "nomos-http-api-common" shape = box]
6 [ label = "nomos-executor" shape = box]
7 [ label = "kzgrs-backend" shape = box]
8 [ label = "kzgrs" shape = box]
9 [ label = "nomos-core" shape = box]
10 [ label = "nomos-api" shape = box]
11 [ label = "cryptarchia-consensus" shape = box]
12 [ label = "nomos-blend-service" shape = box]
13 [ label = "nomos-blend" shape = box]
14 [ label = "nomos-blend-message" shape = box]
15 [ label = "nomos-blend-network" 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 = "common-http-client" shape = box]
21 [ label = "nomos-da-messages" shape = box]
22 [ label = "nomos-da-network-core" shape = box]
23 [ label = "subnetworks-assignations" shape = box]
24 [ label = "nomos-da-network-service" shape = box]
25 [ label = "nomos-tracing" shape = box]
26 [ label = "nomos-da-storage" shape = box]
27 [ label = "nomos-da-verifier" shape = box]
28 [ label = "nomos-storage" 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-node" shape = box]
35 [ label = "nomos-system-sig" shape = box]
36 [ label = "executor-http-client" shape = box]
37 [ label = "bundler" shape = box]
38 [ label = "nomos-cli" shape = box]
39 [ label = "full-replication" shape = box]
40 [ label = "nomos-sdp-core" shape = box]
41 [ label = "key-management-system" shape = box]
42 [ label = "cfgsync" shape = box]
43 [ label = "tests" shape = box]
0 -> 1 [ style = dotted]
2 -> 0 [ ]
2 -> 4 [ ]
4 -> 3 [ ]
6 -> 34 [ ]
7 -> 8 [ ]
7 -> 9 [ ]
9 -> 2 [ ]
10 -> 32 [ ]
10 -> 33 [ ]
11 -> 12 [ ]
11 -> 29 [ ]
11 -> 31 [ ]
12 -> 15 [ ]
12 -> 9 [ ]
12 -> 17 [ ]
13 -> 14 [ ]
13 -> 1 [ ]
15 -> 13 [ ]
17 -> 16 [ style = dotted]
17 -> 18 [ ]
19 -> 20 [ ]
19 -> 27 [ ]
20 -> 21 [ ]
20 -> 5 [ ]
21 -> 7 [ ]
21 -> 7 [ color = blue]
22 -> 21 [ ]
22 -> 23 [ ]
24 -> 22 [ ]
24 -> 16 [ ]
24 -> 25 [ ]
24 -> 18 [ ]
27 -> 24 [ ]
27 -> 26 [ ]
27 -> 28 [ ]
28 -> 18 [ ]
29 -> 19 [ ]
29 -> 29 [ color = blue]
29 -> 17 [ ]
29 -> 30 [ color = blue]
30 -> 25 [ ]
31 -> 0 [ ]
31 -> 18 [ ]
32 -> 29 [ ]
33 -> 11 [ ]
34 -> 10 [ ]
34 -> 35 [ ]
35 -> 18 [ ]
36 -> 20 [ ]
38 -> 36 [ ]
38 -> 34 [ ]
39 -> 9 [ ]
41 -> 18 [ ]
42 -> 43 [ ]
43 -> 36 [ ]
43 -> 6 [ ]
}