forked from anoma/anoma
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxref_graph.dot
More file actions
852 lines (852 loc) · 61.8 KB
/
xref_graph.dot
File metadata and controls
852 lines (852 loc) · 61.8 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
digraph "xref graph" {
"lib/anoma/cairo_resource/action.ex"
"lib/anoma/cairo_resource/action.ex" -> "lib/anoma/cairo_resource/compliance_instance.ex"
"lib/anoma/cairo_resource/action.ex" -> "lib/anoma/cairo_resource/logic_instance.ex"
"lib/anoma/cairo_resource/action.ex" -> "lib/anoma/cairo_resource/proof_record.ex"
"lib/anoma/cairo_resource/proof_record.ex" -> "lib/noun/nounable.ex" [label="(compile)"]
"lib/noun/nounable.ex" -> "lib/noun.ex" [label="(compile)"]
"lib/noun.ex" -> "lib/nock/lib.ex"
"lib/nock/lib.ex" -> "lib/noun/format.ex" [label="(compile)"]
"lib/noun.ex" -> "lib/noun/nounable.ex"
"lib/noun/nounable.ex" -> "lib/noun/order.ex"
"lib/noun/order.ex" -> "lib/noun.ex" [label="(compile)"]
"lib/anoma/cairo_resource/action.ex" -> "lib/anoma/cairo_resource/tree.ex"
"lib/anoma/cairo_resource/tree.ex" -> "lib/commitment_tree.ex"
"lib/commitment_tree.ex" -> "lib/commitment_tree/node.ex"
"lib/commitment_tree.ex" -> "lib/commitment_tree/proof.ex"
"lib/commitment_tree.ex" -> "lib/tables.ex"
"lib/tables.ex" -> "lib/commitment_tree.ex"
"lib/anoma/cairo_resource/action.ex" -> "lib/anoma/constants.ex"
"lib/anoma/cairo_resource/action.ex" -> "lib/commitment_tree/spec.ex"
"lib/anoma/cairo_resource/action.ex" -> "lib/noun.ex"
"lib/anoma/cairo_resource/action.ex" -> "lib/noun/nounable.ex" [label="(compile)"]
"lib/anoma/cairo_resource/compliance_instance.ex"
"lib/anoma/cairo_resource/compliance_witness.ex"
"lib/anoma/cairo_resource/compliance_witness.ex" -> "lib/anoma/cairo_resource/resource.ex"
"lib/anoma/cairo_resource/resource.ex" -> "lib/anoma/cairo_resource/utils.ex"
"lib/anoma/cairo_resource/resource.ex" -> "lib/anoma/constants.ex"
"lib/anoma/cairo_resource/logic_instance.ex"
"lib/anoma/cairo_resource/proof_record.ex"
"lib/anoma/cairo_resource/resource.ex"
"lib/anoma/cairo_resource/shielded_transaction.ex"
"lib/anoma/cairo_resource/shielded_transaction.ex" -> "lib/anoma/cairo_resource/action.ex"
"lib/anoma/cairo_resource/shielded_transaction.ex" -> "lib/anoma/cairo_resource/compliance_instance.ex"
"lib/anoma/cairo_resource/shielded_transaction.ex" -> "lib/anoma/cairo_resource/logic_instance.ex"
"lib/anoma/cairo_resource/shielded_transaction.ex" -> "lib/anoma/cairo_resource/resource.ex"
"lib/anoma/cairo_resource/shielded_transaction.ex" -> "lib/anoma/cairo_resource/utils.ex"
"lib/anoma/cairo_resource/shielded_transaction.ex" -> "lib/anoma/cairo_resource/workflow.ex"
"lib/anoma/cairo_resource/workflow.ex" -> "lib/anoma/cairo_resource/action.ex"
"lib/anoma/cairo_resource/workflow.ex" -> "lib/anoma/cairo_resource/proof_record.ex"
"lib/anoma/cairo_resource/workflow.ex" -> "lib/anoma/cairo_resource/resource.ex"
"lib/anoma/cairo_resource/workflow.ex" -> "lib/anoma/cairo_resource/tree.ex"
"lib/anoma/cairo_resource/workflow.ex" -> "lib/anoma/cairo_resource/utils.ex"
"lib/anoma/cairo_resource/workflow.ex" -> "lib/commitment_tree/spec.ex"
"lib/anoma/cairo_resource/shielded_transaction.ex" -> "lib/anoma/rm/transaction.ex" [label="(compile)"]
"lib/anoma/cairo_resource/shielded_transaction.ex" -> "lib/commitment_tree.ex"
"lib/anoma/cairo_resource/shielded_transaction.ex" -> "lib/commitment_tree/spec.ex"
"lib/anoma/cairo_resource/shielded_transaction.ex" -> "lib/noun.ex"
"lib/anoma/cairo_resource/shielded_transaction.ex" -> "lib/noun/nounable.ex" [label="(compile)"]
"lib/anoma/cairo_resource/tree.ex"
"lib/anoma/cairo_resource/utils.ex"
"lib/anoma/cairo_resource/workflow.ex"
"lib/anoma/constants.ex"
"lib/anoma/crypto/encrypt.ex"
"lib/anoma/crypto/id.ex"
"lib/anoma/crypto/id.ex" -> "lib/anoma/crypto/encrypt.ex"
"lib/anoma/crypto/id.ex" -> "lib/anoma/crypto/sign.ex"
"lib/anoma/crypto/id.ex" -> "lib/anoma/crypto/symmetric.ex"
"lib/anoma/crypto/symmetric.ex" -> "lib/anoma/crypto/randomness.ex"
"lib/anoma/crypto/id.ex" -> "lib/noun/nounable.ex" [label="(compile)"]
"lib/anoma/crypto/randomness.ex"
"lib/anoma/crypto/sign.ex"
"lib/anoma/crypto/symmetric.ex"
"lib/anoma/protobuf/anoma/protobuf/announce/announcement.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/announce/announcement.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/node_info.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/envelope.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/envelope.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/announce/announcement.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/envelope.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/indexer/nullifiers/request.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/indexer/nullifiers/request.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/node_info.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/envelope.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/indexer/nullifiers/response.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/envelope.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/indexer/unrevealed_commits/request.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/indexer/unrevealed_commits/request.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/node_info.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/envelope.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/indexer/unrevealed_commits/response.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/envelope.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/indexer/unspent_resources/request.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/indexer/unspent_resources/request.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/node_info.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/envelope.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/indexer/unspent_resources/response.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/envelope.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/add/request.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/intents/add/request.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/intent.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/intents/add/request.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/node_info.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/envelope.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/add/response.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/envelope.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/list/request.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/intents/list/request.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/node_info.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/envelope.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/list/response.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/envelope.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/mempool/dump/request.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/mempool/dump/request.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/node_info.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/envelope.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/mempool/dump/response.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/envelope.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/node_info.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/executor/add_ro_transaction/request.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/executor/add_ro_transaction/request.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/node_info.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/executor/add_ro_transaction/response.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/executor/add_ro_transaction/response.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/nock/error.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/executor/add_ro_transaction/response.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/nock/success.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/executor_service.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/executor_service.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/executor/add_ro_transaction/request.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/executor_service.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/executor/add_ro_transaction/response.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/indexer/nullifiers/request.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/indexer/nullifiers/response.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/indexer/unrevealed_commits/request.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/indexer/unrevealed_commits/response.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/indexer/unspent_resources/request.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/indexer/unspent_resources/response.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/indexer_service.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/indexer_service.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/indexer/nullifiers/request.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/indexer_service.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/indexer/nullifiers/response.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/indexer_service.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/indexer/unrevealed_commits/request.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/indexer_service.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/indexer/unrevealed_commits/response.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/indexer_service.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/indexer/unspent_resources/request.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/indexer_service.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/indexer/unspent_resources/response.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/intents/add/request.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/intents/add/response.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/intents/compose/request.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/intents/compose/request.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/intent.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/intents/compose/request.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/node_info.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/intents/compose/response.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/intents/compose/response.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/intent.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/intents/intent.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/intents/list/request.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/intents/list/response.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/intents/verify/request.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/intents/verify/request.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/intent.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/intents/verify/request.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/node_info.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/intents/verify/response.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/intents_service.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/intents_service.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/add/request.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/intents_service.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/add/response.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/intents_service.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/compose/request.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/intents_service.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/compose/response.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/intents_service.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/list/request.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/intents_service.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/list/response.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/intents_service.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/verify/request.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/intents_service.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/verify/response.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/mempool/add_transaction/request.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/mempool/add_transaction/request.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/node_info.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/mempool/add_transaction/response.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/mempool/dump/request.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/mempool/dump/response.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/mempool_service.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/mempool_service.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/mempool/add_transaction/request.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/mempool_service.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/mempool/add_transaction/response.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/nock/error.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/nock/input.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/nock/prove/request.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/nock/prove/request.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/nock/input.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/nock/prove/request.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/node_info.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/nock/prove/response.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/nock/prove/response.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/nock/error.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/nock/prove/response.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/nock/success.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/nock/run/request.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/nock/run/request.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/nock/input.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/nock/run/request.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/node_info.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/nock/run/response.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/nock/run/response.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/nock/error.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/nock/run/response.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/nock/success.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/nock/success.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/nock_service.pb.ex"
"lib/anoma/protobuf/anoma/protobuf/nock_service.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/nock/prove/request.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/nock_service.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/nock/prove/response.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/nock_service.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/nock/run/request.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/nock_service.pb.ex" -> "lib/anoma/protobuf/anoma/protobuf/nock/run/response.pb.ex" [label="(compile)"]
"lib/anoma/protobuf/anoma/protobuf/node_info.pb.ex"
"lib/anoma/rm/dumb_intent.ex"
"lib/anoma/rm/intent.ex"
"lib/anoma/rm/intent.ex" -> "lib/anoma/rm/dumb_intent.ex" [label="(export)"]
"lib/anoma/rm/transaction.ex"
"lib/anoma/rm/transparent/action.ex"
"lib/anoma/rm/transparent/action.ex" -> "lib/anoma/rm/transparent/compliance_unit.ex"
"lib/anoma/rm/transparent/compliance_unit.ex" -> "lib/anoma/rm/transparent/proving_systems/cps.ex" [label="(compile)"]
"lib/anoma/rm/transparent/proving_systems/cps.ex" -> "lib/anoma/rm/transparent/primitives/commitment_acc.ex"
"lib/anoma/rm/transparent/primitives/commitment_acc.ex" -> "lib/noun.ex"
"lib/anoma/rm/transparent/primitives/commitment_acc.ex" -> "lib/noun/jam.ex"
"lib/noun/jam.ex" -> "lib/noun.ex" [label="(compile)"]
"lib/noun/jam.ex" -> "lib/noun/bits.ex"
"lib/noun/bits.ex" -> "lib/noun.ex"
"lib/anoma/rm/transparent/primitives/commitment_acc.ex" -> "lib/noun/nounable.ex"
"lib/anoma/rm/transparent/proving_systems/cps.ex" -> "lib/anoma/rm/transparent/primitives/deltahash.ex"
"lib/anoma/rm/transparent/primitives/deltahash.ex" -> "lib/noun.ex"
"lib/anoma/rm/transparent/primitives/deltahash.ex" -> "lib/noun/jam.ex"
"lib/anoma/rm/transparent/primitives/deltahash.ex" -> "lib/noun/nounable.ex"
"lib/anoma/rm/transparent/proving_systems/cps.ex" -> "lib/anoma/rm/transparent/resource.ex"
"lib/anoma/rm/transparent/resource.ex" -> "lib/anoma/rm/transparent/primitives/deltahash.ex"
"lib/anoma/rm/transparent/resource.ex" -> "lib/noun.ex" [label="(compile)"]
"lib/anoma/rm/transparent/resource.ex" -> "lib/noun/jam.ex" [label="(compile)"]
"lib/anoma/rm/transparent/resource.ex" -> "lib/noun/nounable.ex"
"lib/anoma/rm/transparent/proving_systems/cps.ex" -> "lib/nock.ex"
"lib/nock.ex" -> "lib/nock/jets/mugs.ex"
"lib/nock/jets/mugs.ex" -> "lib/nock/jets.ex" [label="(compile)"]
"lib/nock/jets.ex" -> "lib/anoma/crypto/sign.ex"
"lib/nock/jets.ex" -> "lib/anoma/rm/transparent/proving_systems/cps.ex"
"lib/nock/jets.ex" -> "lib/anoma/rm/transparent/proving_systems/dps.ex"
"lib/anoma/rm/transparent/proving_systems/dps.ex" -> "lib/nock.ex"
"lib/anoma/rm/transparent/proving_systems/dps.ex" -> "lib/nock/lib.ex"
"lib/anoma/rm/transparent/proving_systems/dps.ex" -> "lib/noun.ex"
"lib/anoma/rm/transparent/proving_systems/dps.ex" -> "lib/noun/format.ex" [label="(compile)"]
"lib/anoma/rm/transparent/proving_systems/dps.ex" -> "lib/noun/jam.ex" [label="(compile)"]
"lib/nock/jets.ex" -> "lib/anoma/transparent_resource/action.ex"
"lib/anoma/transparent_resource/action.ex" -> "lib/anoma/transparent_resource/delta.ex"
"lib/anoma/transparent_resource/delta.ex" -> "lib/noun.ex"
"lib/anoma/transparent_resource/delta.ex" -> "lib/noun/nounable.ex"
"lib/anoma/transparent_resource/action.ex" -> "lib/anoma/transparent_resource/logic_proof.ex" [label="(export)"]
"lib/anoma/transparent_resource/logic_proof.ex" -> "lib/anoma/transparent_resource/resource.ex"
"lib/anoma/transparent_resource/resource.ex" -> "lib/noun.ex"
"lib/anoma/transparent_resource/resource.ex" -> "lib/noun/jam.ex"
"lib/anoma/transparent_resource/logic_proof.ex" -> "lib/nock.ex"
"lib/anoma/transparent_resource/logic_proof.ex" -> "lib/noun.ex"
"lib/anoma/transparent_resource/logic_proof.ex" -> "lib/noun/nounable.ex" [label="(compile)"]
"lib/anoma/transparent_resource/action.ex" -> "lib/anoma/transparent_resource/resource.ex"
"lib/anoma/transparent_resource/action.ex" -> "lib/noun.ex"
"lib/anoma/transparent_resource/action.ex" -> "lib/noun/nounable.ex" [label="(compile)"]
"lib/nock/jets.ex" -> "lib/anoma/transparent_resource/delta.ex"
"lib/nock/jets.ex" -> "lib/anoma/transparent_resource/resource.ex"
"lib/nock/jets.ex" -> "lib/nock.ex" [label="(export)"]
"lib/nock/jets.ex" -> "lib/nock/lib.ex"
"lib/nock/jets.ex" -> "lib/noun.ex" [label="(compile)"]
"lib/nock/jets.ex" -> "lib/noun/bits.ex"
"lib/nock/jets.ex" -> "lib/noun/jam.ex"
"lib/nock/jets.ex" -> "lib/noun/nounable.ex"
"lib/nock/jets.ex" -> "lib/noun/order.ex"
"lib/nock/jets/mugs.ex" -> "lib/nock/lib.ex" [label="(compile)"]
"lib/nock.ex" -> "lib/noun.ex" [label="(compile)"]
"lib/nock.ex" -> "lib/noun/jam.ex"
"lib/anoma/rm/transparent/proving_systems/cps.ex" -> "lib/nock/lib.ex"
"lib/anoma/rm/transparent/proving_systems/cps.ex" -> "lib/noun.ex"
"lib/anoma/rm/transparent/proving_systems/cps.ex" -> "lib/noun/format.ex" [label="(compile)"]
"lib/anoma/rm/transparent/proving_systems/cps.ex" -> "lib/noun/jam.ex" [label="(compile)"]
"lib/anoma/rm/transparent/proving_systems/cps.ex" -> "lib/noun/nounable.ex"
"lib/anoma/rm/transparent/compliance_unit.ex" -> "lib/noun.ex"
"lib/anoma/rm/transparent/action.ex" -> "lib/anoma/rm/transparent/primitives/deltahash.ex"
"lib/anoma/rm/transparent/action.ex" -> "lib/anoma/rm/transparent/proving_systems/cps.ex" [label="(export)"]
"lib/anoma/rm/transparent/action.ex" -> "lib/anoma/rm/transparent/proving_systems/rlps.ex" [label="(export)"]
"lib/anoma/rm/transparent/proving_systems/rlps.ex" -> "lib/anoma/rm/transparent/resource.ex" [label="(compile)"]
"lib/anoma/rm/transparent/proving_systems/rlps.ex" -> "lib/nock.ex"
"lib/anoma/rm/transparent/proving_systems/rlps.ex" -> "lib/noun.ex"
"lib/anoma/rm/transparent/proving_systems/rlps.ex" -> "lib/noun/jam.ex" [label="(compile)"]
"lib/anoma/rm/transparent/proving_systems/rlps.ex" -> "lib/noun/nounable.ex"
"lib/anoma/rm/transparent/action.ex" -> "lib/anoma/rm/transparent/resource.ex"
"lib/anoma/rm/transparent/action.ex" -> "lib/noun.ex"
"lib/anoma/rm/transparent/action.ex" -> "lib/noun/nounable.ex"
"lib/anoma/rm/transparent/compliance_unit.ex"
"lib/anoma/rm/transparent/primitives/commitment_acc.ex"
"lib/anoma/rm/transparent/primitives/deltahash.ex"
"lib/anoma/rm/transparent/primitives/fixed_size.ex"
"lib/anoma/rm/transparent/proving_systems/cps.ex"
"lib/anoma/rm/transparent/proving_systems/dps.ex"
"lib/anoma/rm/transparent/proving_systems/rlps.ex"
"lib/anoma/rm/transparent/resource.ex"
"lib/anoma/rm/transparent/transaction.ex"
"lib/anoma/rm/transparent/transaction.ex" -> "lib/anoma/rm/transparent/action.ex"
"lib/anoma/rm/transparent/transaction.ex" -> "lib/anoma/rm/transparent/primitives/deltahash.ex"
"lib/anoma/rm/transparent/transaction.ex" -> "lib/anoma/rm/transparent/proving_systems/dps.ex" [label="(export)"]
"lib/anoma/rm/transparent/transaction.ex" -> "lib/noun.ex"
"lib/anoma/rm/transparent/transaction.ex" -> "lib/noun/nounable.ex"
"lib/anoma/system/directories.ex"
"lib/anoma/transparent_resource.ex"
"lib/anoma/transparent_resource/action.ex"
"lib/anoma/transparent_resource/delta.ex"
"lib/anoma/transparent_resource/logic_proof.ex"
"lib/anoma/transparent_resource/resource.ex"
"lib/anoma/transparent_resource/transaction.ex"
"lib/anoma/transparent_resource/transaction.ex" -> "lib/anoma/rm/intent.ex" [label="(compile)"]
"lib/anoma/transparent_resource/transaction.ex" -> "lib/anoma/transparent_resource/action.ex"
"lib/anoma/transparent_resource/transaction.ex" -> "lib/anoma/transparent_resource/delta.ex"
"lib/anoma/transparent_resource/transaction.ex" -> "lib/anoma/transparent_resource/logic_proof.ex"
"lib/anoma/transparent_resource/transaction.ex" -> "lib/noun/nounable.ex" [label="(compile)"]
"lib/anoma/utility.ex"
"lib/anoma_glossary.ex"
"lib/anoma_glossary.ex" -> "lib/glossary.ex" [label="(compile)"]
"lib/api/endpoint.ex"
"lib/api/endpoint.ex" -> "lib/api/executor.ex" [label="(compile)"]
"lib/api/executor.ex" -> "lib/anoma/protobuf/anoma/protobuf/executor_service.pb.ex" [label="(compile)"]
"lib/api/executor.ex" -> "lib/client/client_connection/grpc_proxy.ex"
"lib/client/client_connection/grpc_proxy.ex" -> "lib/anoma/protobuf/anoma/protobuf/executor/add_ro_transaction/request.pb.ex" [label="(export)"]
"lib/client/client_connection/grpc_proxy.ex" -> "lib/anoma/protobuf/anoma/protobuf/executor_service.pb.ex"
"lib/client/client_connection/grpc_proxy.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/add/request.pb.ex" [label="(export)"]
"lib/client/client_connection/grpc_proxy.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/list/request.pb.ex" [label="(export)"]
"lib/client/client_connection/grpc_proxy.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents_service.pb.ex"
"lib/client/client_connection/grpc_proxy.ex" -> "lib/anoma/protobuf/anoma/protobuf/mempool/add_transaction/request.pb.ex" [label="(export)"]
"lib/client/client_connection/grpc_proxy.ex" -> "lib/anoma/protobuf/anoma/protobuf/mempool_service.pb.ex"
"lib/client/client_connection/grpc_proxy.ex" -> "lib/anoma/protobuf/anoma/protobuf/node_info.pb.ex" [label="(export)"]
"lib/api/endpoint.ex" -> "lib/api/intents.ex" [label="(compile)"]
"lib/api/intents.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/compose/response.pb.ex" [label="(export)"]
"lib/api/intents.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/intent.pb.ex" [label="(export)"]
"lib/api/intents.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/verify/response.pb.ex" [label="(export)"]
"lib/api/intents.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents_service.pb.ex" [label="(compile)"]
"lib/api/intents.ex" -> "lib/anoma/rm/intent.ex"
"lib/api/intents.ex" -> "lib/anoma/transparent_resource/transaction.ex"
"lib/api/intents.ex" -> "lib/client/client_connection/grpc_proxy.ex"
"lib/api/intents.ex" -> "lib/noun/jam.ex"
"lib/api/intents.ex" -> "lib/noun/nounable.ex"
"lib/api/endpoint.ex" -> "lib/api/mempool.ex" [label="(compile)"]
"lib/api/mempool.ex" -> "lib/anoma/protobuf/anoma/protobuf/mempool/add_transaction/response.pb.ex" [label="(export)"]
"lib/api/mempool.ex" -> "lib/anoma/protobuf/anoma/protobuf/mempool_service.pb.ex" [label="(compile)"]
"lib/api/mempool.ex" -> "lib/client/client_connection/grpc_proxy.ex"
"lib/api/endpoint.ex" -> "lib/api/nock.ex" [label="(compile)"]
"lib/api/nock.ex" -> "lib/anoma/protobuf/anoma/protobuf/nock/error.pb.ex" [label="(export)"]
"lib/api/nock.ex" -> "lib/anoma/protobuf/anoma/protobuf/nock/prove/response.pb.ex" [label="(export)"]
"lib/api/nock.ex" -> "lib/anoma/protobuf/anoma/protobuf/nock/run/response.pb.ex" [label="(export)"]
"lib/api/nock.ex" -> "lib/anoma/protobuf/anoma/protobuf/nock/success.pb.ex" [label="(export)"]
"lib/api/nock.ex" -> "lib/anoma/protobuf/anoma/protobuf/nock_service.pb.ex" [label="(compile)"]
"lib/api/nock.ex" -> "lib/client/runner.ex"
"lib/client/runner.ex" -> "lib/anoma/transparent_resource/transaction.ex"
"lib/client/runner.ex" -> "lib/client/client_connection/grpc_proxy.ex"
"lib/client/runner.ex" -> "lib/client/storage.ex"
"lib/client/runner.ex" -> "lib/nock.ex" [label="(export)"]
"lib/client/runner.ex" -> "lib/nock/lib.ex"
"lib/client/runner.ex" -> "lib/noun.ex"
"lib/client/runner.ex" -> "lib/noun/jam.ex"
"lib/api/nock.ex" -> "lib/noun/format.ex"
"lib/api/nock.ex" -> "lib/noun/jam.ex"
"lib/api/endpoint.ex" -> "lib/api/relflection.ex" [label="(compile)"]
"lib/api/relflection.ex" -> "lib/anoma/protobuf/anoma/protobuf/executor_service.pb.ex"
"lib/api/relflection.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents_service.pb.ex"
"lib/api/relflection.ex" -> "lib/anoma/protobuf/anoma/protobuf/nock_service.pb.ex"
"lib/api/executor.ex"
"lib/api/intents.ex"
"lib/api/mempool.ex"
"lib/api/nock.ex"
"lib/api/relflection.ex"
"lib/cli.ex"
"lib/cli.ex" -> "lib/client.ex"
"lib/client.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/intent.pb.ex" [label="(export)"]
"lib/client.ex" -> "lib/client/client_connection/grpc_proxy.ex"
"lib/client.ex" -> "lib/client/client_connection/supervisor.ex"
"lib/client/client_connection/supervisor.ex" -> "lib/api/endpoint.ex"
"lib/client/client_connection/supervisor.ex" -> "lib/client/client_connection/grpc_proxy.ex"
"lib/client.ex" -> "lib/client/runner.ex"
"lib/client.ex" -> "lib/noun/jam.ex"
"lib/client.ex" -> "lib/noun/nounable.ex"
"lib/client.ex"
"lib/client/application.ex"
"lib/client/client_connection/connection.ex"
"lib/client/client_connection/connection.ex" -> "lib/anoma/protobuf/anoma/protobuf/announce/announcement.pb.ex" [label="(export)"]
"lib/client/client_connection/connection.ex" -> "lib/anoma/protobuf/anoma/protobuf/envelope.pb.ex" [label="(export)"]
"lib/client/client_connection/connection.ex" -> "lib/node/transport/messages.ex"
"lib/node/transport/messages.ex" -> "lib/anoma/protobuf/anoma/protobuf/announce/announcement.pb.ex" [label="(export)"]
"lib/node/transport/messages.ex" -> "lib/anoma/protobuf/anoma/protobuf/envelope.pb.ex" [label="(export)"]
"lib/node/transport/messages.ex" -> "lib/anoma/protobuf/anoma/protobuf/indexer/nullifiers/request.pb.ex" [label="(export)"]
"lib/node/transport/messages.ex" -> "lib/anoma/protobuf/anoma/protobuf/indexer/nullifiers/response.pb.ex" [label="(export)"]
"lib/node/transport/messages.ex" -> "lib/anoma/protobuf/anoma/protobuf/indexer/unrevealed_commits/request.pb.ex" [label="(export)"]
"lib/node/transport/messages.ex" -> "lib/anoma/protobuf/anoma/protobuf/indexer/unrevealed_commits/response.pb.ex" [label="(export)"]
"lib/node/transport/messages.ex" -> "lib/anoma/protobuf/anoma/protobuf/indexer/unspent_resources/request.pb.ex" [label="(export)"]
"lib/node/transport/messages.ex" -> "lib/anoma/protobuf/anoma/protobuf/indexer/unspent_resources/response.pb.ex" [label="(export)"]
"lib/node/transport/messages.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/add/request.pb.ex" [label="(export)"]
"lib/node/transport/messages.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/add/response.pb.ex" [label="(export)"]
"lib/node/transport/messages.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/list/request.pb.ex" [label="(export)"]
"lib/node/transport/messages.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/list/response.pb.ex" [label="(export)"]
"lib/node/transport/messages.ex" -> "lib/anoma/protobuf/anoma/protobuf/mempool/dump/request.pb.ex" [label="(export)"]
"lib/node/transport/messages.ex" -> "lib/anoma/protobuf/anoma/protobuf/mempool/dump/response.pb.ex" [label="(export)"]
"lib/node/transport/messages.ex" -> "lib/anoma/protobuf/anoma/protobuf/node_info.pb.ex" [label="(export)"]
"lib/node/transport/messages.ex" -> "lib/node/registry.ex"
"lib/node/registry.ex" -> "lib/node/intents/intent_pool.ex"
"lib/node/intents/intent_pool.ex" -> "lib/anoma/rm/intent.ex"
"lib/node/intents/intent_pool.ex" -> "lib/event_broker.ex"
"lib/event_broker.ex" -> "lib/event_broker/broker.ex"
"lib/event_broker/broker.ex" -> "lib/event_broker/event.ex" [label="(export)"]
"lib/event_broker.ex" -> "lib/event_broker/event.ex" [label="(export)"]
"lib/event_broker.ex" -> "lib/event_broker/registry.ex"
"lib/event_broker/registry.ex" -> "lib/event_broker/filter_agent.ex"
"lib/event_broker/filter_agent.ex" -> "lib/event_broker/event.ex" [label="(export)"]
"lib/event_broker.ex" -> "lib/event_broker/supervisor.ex"
"lib/event_broker/supervisor.ex" -> "lib/event_broker/broker.ex"
"lib/event_broker/supervisor.ex" -> "lib/event_broker/registry.ex"
"lib/node/intents/intent_pool.ex" -> "lib/event_broker/broker.ex"
"lib/node/intents/intent_pool.ex" -> "lib/event_broker/def_filter.ex" [label="(compile)"]
"lib/node/intents/intent_pool.ex" -> "lib/event_broker/event.ex" [label="(export)"]
"lib/node/intents/intent_pool.ex" -> "lib/event_broker/filter.ex" [label="(compile)"]
"lib/node/intents/intent_pool.ex" -> "lib/node/event.ex" [label="(compile)"]
"lib/node/event.ex" -> "lib/event_broker/def_filter.ex" [label="(compile)"]
"lib/node/event.ex" -> "lib/event_broker/event.ex" [label="(export)"]
"lib/node/event.ex" -> "lib/event_broker/filter.ex" [label="(compile)"]
"lib/node/intents/intent_pool.ex" -> "lib/node/registry.ex"
"lib/node/intents/intent_pool.ex" -> "lib/node/transaction/backends.ex" [label="(export)"]
"lib/node/transaction/backends.ex" -> "lib/anoma/cairo_resource/shielded_transaction.ex"
"lib/node/transaction/backends.ex" -> "lib/anoma/constants.ex"
"lib/node/transaction/backends.ex" -> "lib/anoma/rm/transaction.ex"
"lib/node/transaction/backends.ex" -> "lib/anoma/transparent_resource/transaction.ex" [label="(export)"]
"lib/node/transaction/backends.ex" -> "lib/commitment_tree.ex"
"lib/node/transaction/backends.ex" -> "lib/event_broker.ex"
"lib/node/transaction/backends.ex" -> "lib/event_broker/def_filter.ex" [label="(compile)"]
"lib/node/transaction/backends.ex" -> "lib/event_broker/event.ex" [label="(export)"]
"lib/node/transaction/backends.ex" -> "lib/event_broker/filter.ex" [label="(compile)"]
"lib/node/transaction/backends.ex" -> "lib/nock.ex" [label="(export)"]
"lib/node/transaction/backends.ex" -> "lib/node/event.ex" [label="(compile)"]
"lib/node/transaction/backends.ex" -> "lib/node/logging.ex"
"lib/node/logging.ex" -> "lib/event_broker.ex"
"lib/node/logging.ex" -> "lib/event_broker/def_filter.ex" [label="(compile)"]
"lib/node/logging.ex" -> "lib/event_broker/event.ex" [label="(export)"]
"lib/node/logging.ex" -> "lib/event_broker/filter.ex" [label="(compile)"]
"lib/node/logging.ex" -> "lib/node.ex"
"lib/node.ex" -> "lib/supervisor.ex"
"lib/supervisor.ex" -> "lib/node/registry.ex"
"lib/supervisor.ex" -> "lib/node/replay/start_state.ex"
"lib/node/replay/start_state.ex" -> "lib/tables.ex"
"lib/supervisor.ex" -> "lib/node/supervisor.ex"
"lib/node/supervisor.ex" -> "lib/node/intents/supervisor.ex"
"lib/node/intents/supervisor.ex" -> "lib/node/intents/intent_pool.ex"
"lib/node/intents/supervisor.ex" -> "lib/node/intents/solver.ex"
"lib/node/intents/solver.ex" -> "lib/anoma/rm/intent.ex"
"lib/node/intents/solver.ex" -> "lib/anoma/transparent_resource/transaction.ex" [label="(export)"]
"lib/node/intents/solver.ex" -> "lib/event_broker.ex"
"lib/node/intents/solver.ex" -> "lib/event_broker/event.ex" [label="(export)"]
"lib/node/intents/solver.ex" -> "lib/event_broker/with_subscription.ex" [label="(compile)"]
"lib/node/intents/solver.ex" -> "lib/node/event.ex" [label="(export)"]
"lib/node/intents/solver.ex" -> "lib/node/intents/intent_pool.ex" [label="(export)"]
"lib/node/intents/solver.ex" -> "lib/node/registry.ex"
"lib/node/intents/solver.ex" -> "lib/node/transaction/mempool.ex" [label="(export)"]
"lib/node/transaction/mempool.ex" -> "lib/event_broker.ex"
"lib/node/transaction/mempool.ex" -> "lib/event_broker/def_filter.ex" [label="(compile)"]
"lib/node/transaction/mempool.ex" -> "lib/event_broker/event.ex" [label="(export)"]
"lib/node/transaction/mempool.ex" -> "lib/event_broker/filter.ex" [label="(compile)"]
"lib/node/transaction/mempool.ex" -> "lib/event_broker/filters.ex" [label="(export)"]
"lib/event_broker/filters.ex" -> "lib/event_broker/def_filter.ex" [label="(compile)"]
"lib/event_broker/filters.ex" -> "lib/event_broker/event.ex" [label="(export)"]
"lib/event_broker/filters.ex" -> "lib/event_broker/filter.ex" [label="(compile)"]
"lib/node/transaction/mempool.ex" -> "lib/node/event.ex" [label="(compile)"]
"lib/node/transaction/mempool.ex" -> "lib/node/registry.ex"
"lib/node/transaction/mempool.ex" -> "lib/node/transaction/backends.ex" [label="(export)"]
"lib/node/transaction/mempool.ex" -> "lib/node/transaction/executor.ex" [label="(export)"]
"lib/node/transaction/executor.ex" -> "lib/event_broker.ex"
"lib/node/transaction/executor.ex" -> "lib/event_broker/event.ex" [label="(export)"]
"lib/node/transaction/executor.ex" -> "lib/node/event.ex" [label="(compile)"]
"lib/node/transaction/executor.ex" -> "lib/node/registry.ex"
"lib/node/transaction/executor.ex" -> "lib/node/transaction/backends.ex" [label="(export)"]
"lib/node/transaction/executor.ex" -> "lib/node/transaction/mempool.ex"
"lib/node/transaction/executor.ex" -> "lib/node/transaction/ordering.ex"
"lib/node/transaction/ordering.ex" -> "lib/event_broker.ex"
"lib/node/transaction/ordering.ex" -> "lib/event_broker/def_filter.ex" [label="(compile)"]
"lib/node/transaction/ordering.ex" -> "lib/event_broker/event.ex" [label="(export)"]
"lib/node/transaction/ordering.ex" -> "lib/event_broker/filter.ex" [label="(compile)"]
"lib/node/transaction/ordering.ex" -> "lib/event_broker/filters.ex" [label="(export)"]
"lib/node/transaction/ordering.ex" -> "lib/node/event.ex" [label="(compile)"]
"lib/node/transaction/ordering.ex" -> "lib/node/registry.ex"
"lib/node/transaction/ordering.ex" -> "lib/node/transaction/storage.ex"
"lib/node/transaction/storage.ex" -> "lib/event_broker.ex"
"lib/node/transaction/storage.ex" -> "lib/event_broker/def_filter.ex" [label="(compile)"]
"lib/node/transaction/storage.ex" -> "lib/event_broker/event.ex" [label="(export)"]
"lib/node/transaction/storage.ex" -> "lib/event_broker/filter.ex" [label="(compile)"]
"lib/node/transaction/storage.ex" -> "lib/event_broker/filters.ex" [label="(export)"]
"lib/node/transaction/storage.ex" -> "lib/node/event.ex" [label="(compile)"]
"lib/node/transaction/storage.ex" -> "lib/node/registry.ex"
"lib/node/transaction/storage.ex" -> "lib/tables.ex"
"lib/node/transaction/mempool.ex" -> "lib/node/transaction/storage.ex"
"lib/node/intents/solver.ex" -> "lib/noun/nounable.ex"
"lib/node/supervisor.ex" -> "lib/node/logging.ex"
"lib/node/supervisor.ex" -> "lib/node/registry.ex"
"lib/node/supervisor.ex" -> "lib/node/transaction/supervisor.ex"
"lib/node/transaction/supervisor.ex" -> "lib/node/registry.ex"
"lib/node/transaction/supervisor.ex" -> "lib/node/transaction/executor.ex"
"lib/node/transaction/supervisor.ex" -> "lib/node/transaction/mempool.ex"
"lib/node/transaction/supervisor.ex" -> "lib/node/transaction/ordering.ex"
"lib/node/transaction/supervisor.ex" -> "lib/node/transaction/storage.ex"
"lib/node/supervisor.ex" -> "lib/node/transport/supervisor.ex"
"lib/node/transport/supervisor.ex" -> "lib/node/registry.ex"
"lib/node/transport/supervisor.ex" -> "lib/node/transport/grpc/endpoint.ex"
"lib/node/transport/grpc/endpoint.ex" -> "lib/node/transport/grpc/executor.ex" [label="(compile)"]
"lib/node/transport/grpc/executor.ex" -> "lib/anoma/protobuf/anoma/protobuf/executor/add_ro_transaction/response.pb.ex" [label="(export)"]
"lib/node/transport/grpc/executor.ex" -> "lib/anoma/protobuf/anoma/protobuf/executor_service.pb.ex" [label="(compile)"]
"lib/node/transport/grpc/executor.ex" -> "lib/anoma/protobuf/anoma/protobuf/nock/error.pb.ex" [label="(export)"]
"lib/node/transport/grpc/executor.ex" -> "lib/anoma/protobuf/anoma/protobuf/nock/success.pb.ex" [label="(export)"]
"lib/node/transport/grpc/executor.ex" -> "lib/node/transaction/executor.ex"
"lib/node/transport/grpc/executor.ex" -> "lib/noun/jam.ex"
"lib/node/transport/grpc/endpoint.ex" -> "lib/node/transport/grpc/intents.ex" [label="(compile)"]
"lib/node/transport/grpc/intents.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/add/response.pb.ex" [label="(export)"]
"lib/node/transport/grpc/intents.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/list/response.pb.ex" [label="(export)"]
"lib/node/transport/grpc/intents.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents_service.pb.ex" [label="(compile)"]
"lib/node/transport/grpc/intents.ex" -> "lib/anoma/transparent_resource/transaction.ex"
"lib/node/transport/grpc/intents.ex" -> "lib/node/intents/intent_pool.ex"
"lib/node/transport/grpc/intents.ex" -> "lib/noun/jam.ex"
"lib/node/transport/grpc/intents.ex" -> "lib/noun/nounable.ex"
"lib/node/transport/grpc/endpoint.ex" -> "lib/node/transport/grpc/mempool.ex" [label="(compile)"]
"lib/node/transport/grpc/mempool.ex" -> "lib/anoma/protobuf/anoma/protobuf/mempool/add_transaction/response.pb.ex" [label="(export)"]
"lib/node/transport/grpc/mempool.ex" -> "lib/anoma/protobuf/anoma/protobuf/mempool_service.pb.ex" [label="(compile)"]
"lib/node/transport/grpc/mempool.ex" -> "lib/node/transaction/mempool.ex"
"lib/node/transport/grpc/mempool.ex" -> "lib/noun/jam.ex"
"lib/supervisor.ex" -> "lib/tables.ex"
"lib/node/logging.ex" -> "lib/node/event.ex" [label="(compile)"]
"lib/node/logging.ex" -> "lib/node/registry.ex"
"lib/node/logging.ex" -> "lib/node/transaction/mempool.ex" [label="(export)"]
"lib/node/logging.ex" -> "lib/supervisor.ex"
"lib/node/logging.ex" -> "lib/tables.ex"
"lib/node/transaction/backends.ex" -> "lib/node/transaction/executor.ex" [label="(export)"]
"lib/node/transaction/backends.ex" -> "lib/node/transaction/ordering.ex"
"lib/node/transaction/backends.ex" -> "lib/node/transaction/storage.ex"
"lib/node/transaction/backends.ex" -> "lib/noun.ex" [label="(compile)"]
"lib/node/transaction/backends.ex" -> "lib/noun/jam.ex"
"lib/node/intents/intent_pool.ex" -> "lib/tables.ex"
"lib/node/registry.ex" -> "lib/node/transaction/mempool.ex"
"lib/client/client_connection/grpc_proxy.ex"
"lib/client/client_connection/supervisor.ex"
"lib/client/runner.ex"
"lib/client/storage.ex"
"lib/commitment_tree.ex"
"lib/commitment_tree/node.ex"
"lib/commitment_tree/proof.ex"
"lib/commitment_tree/spec.ex"
"lib/event_broker.ex"
"lib/event_broker/broker.ex"
"lib/event_broker/def_filter.ex"
"lib/event_broker/event.ex"
"lib/event_broker/filter.ex"
"lib/event_broker/filter_agent.ex"
"lib/event_broker/filters.ex"
"lib/event_broker/registry.ex"
"lib/event_broker/supervisor.ex"
"lib/event_broker/with_subscription.ex"
"lib/examples/e_cairo/e_action.ex"
"lib/examples/e_cairo/e_action.ex" -> "lib/anoma/cairo_resource/action.ex"
"lib/examples/e_cairo/e_action.ex" -> "lib/anoma/cairo_resource/resource.ex"
"lib/examples/e_cairo/e_action.ex" -> "lib/anoma/cairo_resource/tree.ex"
"lib/examples/e_cairo/e_action.ex" -> "lib/commitment_tree/spec.ex"
"lib/examples/e_cairo/e_action.ex" -> "lib/examples/e_cairo/e_proof_record.ex"
"lib/examples/e_cairo/e_proof_record.ex" -> "lib/anoma/cairo_resource/proof_record.ex"
"lib/examples/e_cairo/e_proof_record.ex" -> "lib/anoma/cairo_resource/tree.ex"
"lib/examples/e_cairo/e_proof_record.ex" -> "lib/examples/e_cairo/e_compliance_witness.ex"
"lib/examples/e_cairo/e_compliance_witness.ex" -> "lib/anoma/cairo_resource/compliance_witness.ex" [label="(export)"]
"lib/examples/e_cairo/e_compliance_witness.ex" -> "lib/anoma/cairo_resource/proof_record.ex"
"lib/examples/e_cairo/e_compliance_witness.ex" -> "lib/anoma/constants.ex"
"lib/examples/e_cairo/e_compliance_witness.ex" -> "lib/examples/e_cairo/e_resource.ex"
"lib/examples/e_cairo/e_resource.ex" -> "lib/anoma/cairo_resource/resource.ex" [label="(export)"]
"lib/examples/e_cairo/e_resource.ex" -> "lib/anoma/constants.ex"
"lib/examples/e_cairo/e_compliance_witness.ex" -> "lib/examples/ecommitment_tree.ex"
"lib/examples/ecommitment_tree.ex" -> "lib/anoma/transparent_resource/transaction.ex"
"lib/examples/ecommitment_tree.ex" -> "lib/commitment_tree.ex"
"lib/examples/ecommitment_tree.ex" -> "lib/commitment_tree/proof.ex"
"lib/examples/ecommitment_tree.ex" -> "lib/commitment_tree/spec.ex"
"lib/examples/ecommitment_tree.ex" -> "lib/examples/e_cairo/e_resource.ex"
"lib/examples/ecommitment_tree.ex" -> "lib/examples/e_transparent/e_transaction.ex"
"lib/examples/e_transparent/e_transaction.ex" -> "lib/anoma/transparent_resource/transaction.ex" [label="(export)"]
"lib/examples/e_transparent/e_transaction.ex" -> "lib/examples/e_transparent/e_action.ex"
"lib/examples/e_transparent/e_action.ex" -> "lib/anoma/transparent_resource/action.ex" [label="(export)"]
"lib/examples/e_transparent/e_action.ex" -> "lib/anoma/transparent_resource/delta.ex"
"lib/examples/e_transparent/e_action.ex" -> "lib/examples/e_transparent/e_logic_proof.ex"
"lib/examples/e_transparent/e_logic_proof.ex" -> "lib/anoma/transparent_resource/logic_proof.ex" [label="(export)"]
"lib/examples/e_transparent/e_logic_proof.ex" -> "lib/examples/e_transparent/e_resource.ex"
"lib/examples/e_transparent/e_resource.ex" -> "lib/anoma/crypto/randomness.ex"
"lib/examples/e_transparent/e_resource.ex" -> "lib/anoma/transparent_resource/resource.ex" [label="(export)"]
"lib/examples/e_transparent/e_resource.ex" -> "lib/nock.ex"
"lib/examples/e_transparent/e_resource.ex" -> "lib/noun.ex"
"lib/examples/e_transparent/e_resource.ex" -> "lib/noun/jam.ex"
"lib/examples/e_transparent/e_resource.ex" -> "lib/test_helper/test_macro.ex" [label="(compile)"]
"lib/examples/e_transparent/e_logic_proof.ex" -> "lib/noun/jam.ex"
"lib/examples/e_transparent/e_logic_proof.ex" -> "lib/noun/nounable.ex"
"lib/examples/e_transparent/e_logic_proof.ex" -> "lib/test_helper/test_macro.ex" [label="(compile)"]
"lib/examples/e_transparent/e_action.ex" -> "lib/test_helper/test_macro.ex" [label="(compile)"]
"lib/examples/e_transparent/e_transaction.ex" -> "lib/noun/jam.ex"
"lib/examples/e_transparent/e_transaction.ex" -> "lib/noun/nounable.ex"
"lib/examples/e_transparent/e_transaction.ex" -> "lib/test_helper/test_macro.ex" [label="(compile)"]
"lib/examples/ecommitment_tree.ex" -> "lib/tables.ex"
"lib/examples/e_cairo/e_compliance_witness.ex" -> "lib/test_helper/test_macro.ex" [label="(compile)"]
"lib/examples/e_cairo/e_proof_record.ex" -> "lib/test_helper/test_macro.ex" [label="(compile)"]
"lib/examples/e_cairo/e_action.ex" -> "lib/examples/e_cairo/e_resource.ex"
"lib/examples/e_cairo/e_action.ex" -> "lib/examples/e_cairo/e_resource_logic.ex"
"lib/examples/e_cairo/e_resource_logic.ex" -> "lib/anoma/cairo_resource/logic_instance.ex"
"lib/examples/e_cairo/e_resource_logic.ex" -> "lib/anoma/cairo_resource/proof_record.ex"
"lib/examples/e_cairo/e_resource_logic.ex" -> "lib/examples/e_cairo/e_proof_record.ex"
"lib/examples/e_cairo/e_resource_logic.ex" -> "lib/examples/e_cairo/e_resource.ex"
"lib/examples/e_cairo/e_resource_logic.ex" -> "lib/test_helper/test_macro.ex" [label="(compile)"]
"lib/examples/e_cairo/e_action.ex" -> "lib/test_helper/test_macro.ex" [label="(compile)"]
"lib/examples/e_cairo/e_compliance_witness.ex"
"lib/examples/e_cairo/e_proof_record.ex"
"lib/examples/e_cairo/e_resource.ex"
"lib/examples/e_cairo/e_resource_logic.ex"
"lib/examples/e_cairo/e_transaction.ex"
"lib/examples/e_cairo/e_transaction.ex" -> "lib/anoma/cairo_resource/logic_instance.ex"
"lib/examples/e_cairo/e_transaction.ex" -> "lib/anoma/cairo_resource/shielded_transaction.ex" [label="(export)"]
"lib/examples/e_cairo/e_transaction.ex" -> "lib/anoma/rm/transaction.ex"
"lib/examples/e_cairo/e_transaction.ex" -> "lib/examples/e_cairo/e_action.ex"
"lib/examples/e_cairo/e_transaction.ex" -> "lib/test_helper/test_macro.ex" [label="(compile)"]
"lib/examples/e_client.ex"
"lib/examples/e_client.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/add/request.pb.ex" [label="(export)"]
"lib/examples/e_client.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/intent.pb.ex" [label="(export)"]
"lib/examples/e_client.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/list/request.pb.ex" [label="(export)"]
"lib/examples/e_client.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents_service.pb.ex"
"lib/examples/e_client.ex" -> "lib/anoma/protobuf/anoma/protobuf/nock/input.pb.ex" [label="(export)"]
"lib/examples/e_client.ex" -> "lib/anoma/protobuf/anoma/protobuf/nock/prove/request.pb.ex" [label="(export)"]
"lib/examples/e_client.ex" -> "lib/anoma/protobuf/anoma/protobuf/nock_service.pb.ex"
"lib/examples/e_client.ex" -> "lib/anoma/protobuf/anoma/protobuf/node_info.pb.ex" [label="(export)"]
"lib/examples/e_client.ex" -> "lib/anoma/transparent_resource/action.ex" [label="(export)"]
"lib/examples/e_client.ex" -> "lib/anoma/transparent_resource/transaction.ex" [label="(export)"]
"lib/examples/e_client.ex" -> "lib/client.ex"
"lib/examples/e_client.ex" -> "lib/client/storage.ex"
"lib/examples/e_client.ex" -> "lib/examples/e_node.ex"
"lib/examples/e_node.ex" -> "lib/examples/e_registry.ex"
"lib/examples/e_registry.ex" -> "lib/node/intents/intent_pool.ex"
"lib/examples/e_registry.ex" -> "lib/node/registry.ex" [label="(export)"]
"lib/examples/e_registry.ex" -> "lib/node/transaction/mempool.ex"
"lib/examples/e_node.ex" -> "lib/supervisor.ex"
"lib/examples/e_client.ex" -> "lib/examples/e_storage.ex"
"lib/examples/e_storage.ex" -> "lib/client/storage.ex"
"lib/examples/e_client.ex" -> "lib/examples/e_transparent/e_transaction.ex"
"lib/examples/e_client.ex" -> "lib/node/transaction/storage.ex"
"lib/examples/e_client.ex" -> "lib/noun.ex"
"lib/examples/e_client.ex" -> "lib/noun/format.ex"
"lib/examples/e_client.ex" -> "lib/noun/jam.ex"
"lib/examples/e_client.ex" -> "lib/noun/nounable.ex"
"lib/examples/e_event.ex"
"lib/examples/e_event.ex" -> "lib/event_broker.ex"
"lib/examples/e_event.ex" -> "lib/event_broker/event.ex" [label="(export)"]
"lib/examples/e_event.ex" -> "lib/examples/e_node.ex"
"lib/examples/e_event.ex" -> "lib/examples/e_transaction.ex"
"lib/examples/e_transaction.ex" -> "lib/anoma/transparent_resource/transaction.ex"
"lib/examples/e_transaction.ex" -> "lib/event_broker.ex"
"lib/examples/e_transaction.ex" -> "lib/event_broker/event.ex" [label="(export)"]
"lib/examples/e_transaction.ex" -> "lib/examples/e_node.ex"
"lib/examples/e_transaction.ex" -> "lib/examples/e_transparent/e_transaction.ex"
"lib/examples/e_transaction.ex" -> "lib/examples/enock.ex"
"lib/examples/enock.ex" -> "lib/anoma/transparent_resource/action.ex"
"lib/examples/enock.ex" -> "lib/anoma/transparent_resource/delta.ex"
"lib/examples/enock.ex" -> "lib/anoma/transparent_resource/resource.ex"
"lib/examples/enock.ex" -> "lib/anoma/transparent_resource/transaction.ex"
"lib/examples/enock.ex" -> "lib/examples/e_transparent/e_action.ex"
"lib/examples/enock.ex" -> "lib/examples/e_transparent/e_resource.ex"
"lib/examples/enock.ex" -> "lib/examples/e_transparent/e_transaction.ex"
"lib/examples/enock.ex" -> "lib/examples/ecrypto.ex"
"lib/examples/ecrypto.ex" -> "lib/anoma/crypto/id.ex"
"lib/examples/ecrypto.ex" -> "lib/anoma/crypto/sign.ex"
"lib/examples/ecrypto.ex" -> "lib/anoma/crypto/symmetric.ex"
"lib/examples/enock.ex" -> "lib/nock.ex" [label="(export)"]
"lib/examples/enock.ex" -> "lib/nock/lib.ex"
"lib/examples/enock.ex" -> "lib/noun.ex" [label="(export)"]
"lib/examples/enock.ex" -> "lib/noun/format.ex"
"lib/examples/enock.ex" -> "lib/noun/jam.ex"
"lib/examples/enock.ex" -> "lib/noun/nounable.ex"
"lib/examples/e_transaction.ex" -> "lib/node.ex"
"lib/examples/e_transaction.ex" -> "lib/node/event.ex" [label="(export)"]
"lib/examples/e_transaction.ex" -> "lib/node/logging.ex" [label="(export)"]
"lib/examples/e_transaction.ex" -> "lib/node/transaction/backends.ex"
"lib/examples/e_transaction.ex" -> "lib/node/transaction/executor.ex"
"lib/examples/e_transaction.ex" -> "lib/node/transaction/mempool.ex" [label="(export)"]
"lib/examples/e_transaction.ex" -> "lib/node/transaction/ordering.ex"
"lib/examples/e_transaction.ex" -> "lib/node/transaction/storage.ex"
"lib/examples/e_transaction.ex" -> "lib/tables.ex"
"lib/examples/e_event.ex" -> "lib/node/event.ex" [label="(compile)"]
"lib/examples/e_event.ex" -> "lib/node/transaction/executor.ex" [label="(export)"]
"lib/examples/e_event.ex" -> "lib/node/transaction/mempool.ex" [label="(export)"]
"lib/examples/e_event.ex" -> "lib/node/transaction/ordering.ex" [label="(export)"]
"lib/examples/e_event/e_def_event.ex"
"lib/examples/e_event/e_def_event.ex" -> "lib/event_broker.ex"
"lib/examples/e_event/e_def_event.ex" -> "lib/event_broker/def_filter.ex" [label="(compile)"]
"lib/examples/e_event/e_def_event.ex" -> "lib/event_broker/event.ex" [label="(export)"]
"lib/examples/e_event/e_def_event.ex" -> "lib/event_broker/filter.ex" [label="(compile)"]
"lib/examples/e_event/e_def_event.ex" -> "lib/examples/e_node.ex"
"lib/examples/e_event/e_def_event.ex" -> "lib/node.ex"
"lib/examples/e_event/e_def_event.ex" -> "lib/node/event.ex" [label="(compile)"]
"lib/examples/e_event/e_def_event.ex" -> "lib/node/event/def_event.ex" [label="(compile)"]
"lib/examples/e_event_broker.ex"
"lib/examples/e_event_broker.ex" -> "lib/event_broker.ex"
"lib/examples/e_event_broker.ex" -> "lib/event_broker/event.ex" [label="(export)"]
"lib/examples/e_event_broker.ex" -> "lib/event_broker/filters.ex" [label="(export)"]
"lib/examples/e_event_broker.ex" -> "lib/event_broker/registry.ex"
"lib/examples/e_event_broker.ex" -> "lib/event_broker/supervisor.ex"
"lib/examples/e_filter.ex"
"lib/examples/e_filter.ex" -> "lib/event_broker/def_filter.ex" [label="(compile)"]
"lib/examples/e_filter.ex" -> "lib/event_broker/event.ex" [label="(export)"]
"lib/examples/e_filter.ex" -> "lib/event_broker/filter.ex" [label="(compile)"]
"lib/examples/e_logging.ex"
"lib/examples/e_logging.ex" -> "lib/event_broker.ex"
"lib/examples/e_logging.ex" -> "lib/event_broker/event.ex" [label="(export)"]
"lib/examples/e_logging.ex" -> "lib/event_broker/with_subscription.ex" [label="(compile)"]
"lib/examples/e_logging.ex" -> "lib/examples/e_node.ex"
"lib/examples/e_logging.ex" -> "lib/node.ex"
"lib/examples/e_logging.ex" -> "lib/node/event.ex" [label="(compile)"]
"lib/examples/e_logging.ex" -> "lib/node/logging.ex"
"lib/examples/e_logging.ex" -> "lib/node/registry.ex"
"lib/examples/e_logging.ex" -> "lib/node/transaction/mempool.ex" [label="(export)"]
"lib/examples/e_logging.ex" -> "lib/node/transaction/storage.ex"
"lib/examples/e_logging.ex" -> "lib/tables.ex"
"lib/examples/e_mempool.ex"
"lib/examples/e_mempool.ex" -> "lib/event_broker.ex"
"lib/examples/e_mempool.ex" -> "lib/event_broker/with_subscription.ex" [label="(compile)"]
"lib/examples/e_mempool.ex" -> "lib/examples/e_event.ex"
"lib/examples/e_mempool.ex" -> "lib/examples/e_node.ex"
"lib/examples/e_mempool.ex" -> "lib/examples/e_transaction.ex"
"lib/examples/e_mempool.ex" -> "lib/node/transaction/mempool.ex"
"lib/examples/e_mempool.ex" -> "lib/tables.ex"
"lib/examples/e_node.ex"
"lib/examples/e_prove.ex"
"lib/examples/e_prove.ex" -> "lib/client/runner.ex"
"lib/examples/e_prove.ex" -> "lib/nock/lib.ex"
"lib/examples/e_prove.ex" -> "lib/noun.ex"
"lib/examples/e_prove.ex" -> "lib/noun/format.ex"
"lib/examples/e_prove.ex" -> "lib/noun/jam.ex"
"lib/examples/e_proxy.ex"
"lib/examples/e_proxy.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/intent.pb.ex" [label="(export)"]
"lib/examples/e_proxy.ex" -> "lib/client/client_connection/grpc_proxy.ex"
"lib/examples/e_proxy.ex" -> "lib/examples/e_client.ex"
"lib/examples/e_proxy.ex" -> "lib/examples/e_transparent/e_transaction.ex"
"lib/examples/e_proxy.ex" -> "lib/noun/jam.ex"
"lib/examples/e_proxy.ex" -> "lib/noun/nounable.ex"
"lib/examples/e_registry.ex"
"lib/examples/e_shielded_transaction.ex"
"lib/examples/e_shielded_transaction.ex" -> "lib/anoma/cairo_resource/resource.ex"
"lib/examples/e_shielded_transaction.ex" -> "lib/anoma/cairo_resource/shielded_transaction.ex"
"lib/examples/e_shielded_transaction.ex" -> "lib/anoma/constants.ex"
"lib/examples/e_shielded_transaction.ex" -> "lib/event_broker.ex"
"lib/examples/e_shielded_transaction.ex" -> "lib/examples/e_cairo/e_resource.ex"
"lib/examples/e_shielded_transaction.ex" -> "lib/examples/e_cairo/e_transaction.ex"
"lib/examples/e_shielded_transaction.ex" -> "lib/examples/e_transaction.ex"
"lib/examples/e_shielded_transaction.ex" -> "lib/examples/ecommitment_tree.ex"
"lib/examples/e_shielded_transaction.ex" -> "lib/examples/enock.ex"
"lib/examples/e_shielded_transaction.ex" -> "lib/node.ex"
"lib/examples/e_shielded_transaction.ex" -> "lib/node/transaction/mempool.ex"
"lib/examples/e_shielded_transaction.ex" -> "lib/node/transaction/storage.ex"
"lib/examples/e_shielded_transaction.ex" -> "lib/noun/nounable.ex"
"lib/examples/e_storage.ex"
"lib/examples/e_subscribe.ex"
"lib/examples/e_subscribe.ex" -> "lib/event_broker.ex"
"lib/examples/e_subscribe.ex" -> "lib/event_broker/event.ex" [label="(export)"]
"lib/examples/e_subscribe.ex" -> "lib/examples/e_filter.ex" [label="(export)"]
"lib/examples/e_transaction.ex"
"lib/examples/e_transparent/e_action.ex"
"lib/examples/e_transparent/e_logic_proof.ex"
"lib/examples/e_transparent/e_resource.ex"
"lib/examples/e_transparent/e_transaction.ex"
"lib/examples/e_transport.ex"
"lib/examples/e_transport/e_grpc.ex"
"lib/examples/e_transport/e_grpc.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/add/request.pb.ex" [label="(export)"]
"lib/examples/e_transport/e_grpc.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/intent.pb.ex" [label="(export)"]
"lib/examples/e_transport/e_grpc.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents/list/request.pb.ex" [label="(export)"]
"lib/examples/e_transport/e_grpc.ex" -> "lib/anoma/protobuf/anoma/protobuf/intents_service.pb.ex"
"lib/examples/e_transport/e_grpc.ex" -> "lib/anoma/protobuf/anoma/protobuf/node_info.pb.ex" [label="(export)"]
"lib/examples/e_transport/e_grpc.ex" -> "lib/examples/e_node.ex"
"lib/examples/e_transport/e_grpc.ex" -> "lib/examples/e_transparent/e_transaction.ex"
"lib/examples/e_transport/e_grpc.ex" -> "lib/noun/jam.ex"
"lib/examples/e_transport/e_grpc.ex" -> "lib/noun/nounable.ex"
"lib/examples/e_transport/e_tcp.ex"
"lib/examples/e_transport/e_tcp.ex" -> "lib/event_broker.ex"
"lib/examples/e_transport/e_tcp.ex" -> "lib/examples/e_node.ex"
"lib/examples/e_transport/e_tcp.ex" -> "lib/node/registry.ex"
"lib/examples/e_transport/e_tcp.ex" -> "lib/node/transport/transport.ex"
"lib/node/transport/transport.ex" -> "lib/node/registry.ex"
"lib/node/transport/transport.ex" -> "lib/node/transport/engine_proxy.ex"
"lib/node/transport/engine_proxy.ex" -> "lib/node/registry.ex"
"lib/node/transport/engine_proxy.ex" -> "lib/node/transport/messages.ex"
"lib/node/transport/transport.ex" -> "lib/node/transport/tcp/tcp_connection.ex"
"lib/node/transport/tcp/tcp_connection.ex" -> "lib/anoma/protobuf/anoma/protobuf/announce/announcement.pb.ex" [label="(export)"]
"lib/node/transport/tcp/tcp_connection.ex" -> "lib/anoma/protobuf/anoma/protobuf/envelope.pb.ex" [label="(export)"]
"lib/node/transport/tcp/tcp_connection.ex" -> "lib/event_broker.ex"
"lib/node/transport/tcp/tcp_connection.ex" -> "lib/event_broker/event.ex" [label="(export)"]
"lib/node/transport/tcp/tcp_connection.ex" -> "lib/node/registry.ex"
"lib/node/transport/tcp/tcp_connection.ex" -> "lib/node/transport/messages.ex"
"lib/node/transport/tcp/tcp_connection.ex" -> "lib/node/transport/transport.ex"
"lib/node/transport/transport.ex" -> "lib/node/transport/tcp/tcp_listener.ex"
"lib/node/transport/tcp/tcp_listener.ex" -> "lib/node/registry.ex"
"lib/node/transport/tcp/tcp_listener.ex" -> "lib/node/transport/tcp/tcp_connection.ex"
"lib/examples/e_with_subscription.ex"
"lib/examples/e_with_subscription.ex" -> "lib/event_broker.ex"
"lib/examples/e_with_subscription.ex" -> "lib/event_broker/event.ex" [label="(export)"]
"lib/examples/e_with_subscription.ex" -> "lib/event_broker/with_subscription.ex" [label="(compile)"]
"lib/examples/e_with_subscription.ex" -> "lib/examples/e_filter.ex" [label="(export)"]
"lib/examples/e_with_subscription.ex" -> "lib/examples/e_subscribe.ex" [label="(export)"]
"lib/examples/ecommitment_tree.ex"
"lib/examples/ecrypto.ex"
"lib/examples/eintent_pool.ex"
"lib/examples/eintent_pool.ex" -> "lib/anoma/rm/dumb_intent.ex" [label="(export)"]
"lib/examples/eintent_pool.ex" -> "lib/anoma/rm/intent.ex"
"lib/examples/eintent_pool.ex" -> "lib/event_broker.ex"
"lib/examples/eintent_pool.ex" -> "lib/event_broker/event.ex" [label="(export)"]
"lib/examples/eintent_pool.ex" -> "lib/examples/e_node.ex"
"lib/examples/eintent_pool.ex" -> "lib/examples/e_transaction.ex"
"lib/examples/eintent_pool.ex" -> "lib/examples/e_transparent/e_transaction.ex"
"lib/examples/eintent_pool.ex" -> "lib/node/event.ex" [label="(compile)"]
"lib/examples/eintent_pool.ex" -> "lib/node/intents/intent_pool.ex"
"lib/examples/eintent_pool.ex" -> "lib/node/transaction/backends.ex" [label="(export)"]
"lib/examples/eintent_pool.ex" -> "lib/tables.ex"
"lib/examples/enock.ex"
"lib/examples/esolver.ex"
"lib/examples/esolver.ex" -> "lib/anoma/rm/dumb_intent.ex" [label="(export)"]
"lib/examples/esolver.ex" -> "lib/event_broker.ex"
"lib/examples/esolver.ex" -> "lib/event_broker/event.ex" [label="(export)"]
"lib/examples/esolver.ex" -> "lib/event_broker/with_subscription.ex" [label="(compile)"]
"lib/examples/esolver.ex" -> "lib/examples/e_node.ex"
"lib/examples/esolver.ex" -> "lib/examples/e_transparent/e_transaction.ex"
"lib/examples/esolver.ex" -> "lib/node/event.ex" [label="(export)"]
"lib/examples/esolver.ex" -> "lib/node/intents/intent_pool.ex"
"lib/examples/esolver.ex" -> "lib/node/intents/solver.ex"
"lib/examples/esolver.ex" -> "lib/node/transaction/mempool.ex" [label="(export)"]
"lib/examples/esolver.ex" -> "lib/noun/nounable.ex"
"lib/examples/replay/e_replay.ex"
"lib/examples/replay/e_replay.ex" -> "lib/event_broker.ex"
"lib/examples/replay/e_replay.ex" -> "lib/event_broker/with_subscription.ex" [label="(compile)"]
"lib/examples/replay/e_replay.ex" -> "lib/examples/e_node.ex"
"lib/examples/replay/e_replay.ex" -> "lib/examples/replay/e_start_state.ex"
"lib/examples/replay/e_start_state.ex" -> "lib/event_broker.ex"
"lib/examples/replay/e_start_state.ex" -> "lib/examples/e_event.ex"
"lib/examples/replay/e_start_state.ex" -> "lib/examples/e_mempool.ex"
"lib/examples/replay/e_start_state.ex" -> "lib/examples/e_node.ex"
"lib/examples/replay/e_start_state.ex" -> "lib/node/event.ex"
"lib/examples/replay/e_start_state.ex" -> "lib/node/logging.ex"
"lib/examples/replay/e_start_state.ex" -> "lib/node/registry.ex"
"lib/examples/replay/e_start_state.ex" -> "lib/node/replay/start_state.ex"
"lib/examples/replay/e_start_state.ex" -> "lib/node/transaction/mempool.ex"
"lib/examples/replay/e_start_state.ex" -> "lib/tables.ex"
"lib/examples/replay/e_replay.ex" -> "lib/node/replay/replay.ex"
"lib/node/replay/replay.ex" -> "lib/event_broker.ex"
"lib/node/replay/replay.ex" -> "lib/node/replay/start_state.ex"
"lib/node/replay/replay.ex" -> "lib/supervisor.ex"
"lib/node/replay/replay.ex" -> "lib/tables.ex"
"lib/examples/replay/e_replay.ex" -> "lib/node/transaction/backends.ex"
"lib/examples/replay/e_start_state.ex"
"lib/glossary.ex"
"lib/identitymap.ex"
"lib/livebook.ex"
"lib/mapsetmap.ex"
"lib/mapsetmap.ex" -> "lib/identitymap.ex"
"lib/mix/tasks/compile/protoc.ex"
"lib/mix/tasks/format.ex"
"lib/mix/tasks/toc.ex"
"lib/mix/tasks/toc.ex" -> "lib/livebook.ex"
"lib/nock.ex"
"lib/nock/cli.ex"
"lib/nock/cli.ex" -> "lib/nock.ex" [label="(export)"]
"lib/nock/cli.ex" -> "lib/noun/format.ex" [label="(export)"]
"lib/nock/jets.ex"
"lib/nock/jets/mugs.ex"
"lib/nock/lib.ex"
"lib/node.ex"
"lib/node/event.ex"
"lib/node/event/def_event.ex"
"lib/node/intents/intent_pool.ex"
"lib/node/intents/solver.ex"
"lib/node/intents/supervisor.ex"
"lib/node/logging.ex"
"lib/node/registry.ex"
"lib/node/replay/replay.ex"
"lib/node/replay/start_state.ex"
"lib/node/supervisor.ex"
"lib/node/transaction/backends.ex"
"lib/node/transaction/executor.ex"
"lib/node/transaction/mempool.ex"
"lib/node/transaction/ordering.ex"
"lib/node/transaction/storage.ex"
"lib/node/transaction/supervisor.ex"
"lib/node/transport/engine_proxy.ex"
"lib/node/transport/grpc/endpoint.ex"
"lib/node/transport/grpc/executor.ex"
"lib/node/transport/grpc/intents.ex"
"lib/node/transport/grpc/mempool.ex"
"lib/node/transport/messages.ex"
"lib/node/transport/supervisor.ex"
"lib/node/transport/tcp/tcp_connection.ex"
"lib/node/transport/tcp/tcp_listener.ex"
"lib/node/transport/transport.ex"
"lib/noun.ex"
"lib/noun/bits.ex"
"lib/noun/format.ex"
"lib/noun/jam.ex"
"lib/noun/nounable.ex"
"lib/noun/order.ex"
"lib/supervisor.ex"
"lib/tables.ex"
"lib/test_helper/generate_example_tests.ex"
"lib/test_helper/test_macro.ex"
}