-
Notifications
You must be signed in to change notification settings - Fork 157
/
rules.dot
50 lines (38 loc) · 1.02 KB
/
rules.dot
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
digraph STS {
CHAIN -> BBODY
CHAIN -> PRTCL
CHAIN -> TICK
CHAIN -> TICKN
TICKN -> PRTCL [style=dotted]
BBODY -> PRTCL [style=dotted]
BBODY -> TICK [style=dotted]
PRTCL -> TICK [style=dotted]
UTXOW -> UTXO
UTXOW -> DELEGS [style=dotted]
UTXO -> PPUP
DELEGS -> DELPL
DELEGS -> DELEGS
DELPL -> DELEGS [style=dotted]
DELPL -> DELEG
DELPL -> POOL
LEDGER -> DELEGS
LEDGER -> UTXOW
LEDGERS -> LEDGER
LEDGERS -> LEDGERS
LEDGER -> LEDGERS [style=dotted]
EPOCH -> SNAP
EPOCH -> POOLREAP
EPOCH -> NEWPP
NEWPP -> POOLREAP [style=dotted]
NEWPP -> SNAP [style=dotted]
NEWEPOCH -> EPOCH
NEWEPOCH -> MIR
MIR -> EPOCH [style=dotted]
TICK -> RUPD
TICK -> NEWEPOCH
RUPD -> NEWEPOCH [style=dotted]
OVERLAY -> OCERT
PRTCL -> UPDN
PRTCL -> OVERLAY
BBODY -> LEDGERS
}