-
Notifications
You must be signed in to change notification settings - Fork 27
/
CODEOWNERS
Validating CODEOWNERS rules...
139 lines (126 loc) · 8.23 KB
/
CODEOWNERS
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
# Anything that isn't explicitly owned by a team
# needs approval from the admins
* @input-output-hk/cardano-haskell-packages-trustees
# cardano-node
_sources/cardano-api @input-output-hk/release
_sources/cardano-cli @input-output-hk/release
_sources/cardano-client-demo @input-output-hk/release
_sources/cardano-node @input-output-hk/release
_sources/cardano-submit-api @input-output-hk/release
_sources/cardano-testnet @input-output-hk/release
_sources/optparse-applicative-fork @input-output-hk/cardano-node
# cardano-ledger
_sources/byron-spec-chain @input-output-hk/cardano-ledger
_sources/byron-spec-ledger @input-output-hk/cardano-ledger
_sources/cardano-crypto-test @input-output-hk/cardano-ledger
_sources/cardano-crypto-wrapper @input-output-hk/cardano-ledger
_sources/cardano-data @input-output-hk/cardano-ledger
_sources/cardano-ledger-api @input-output-hk/cardano-ledger
_sources/cardano-ledger-binary @input-output-hk/cardano-ledger
_sources/cardano-ledger-core @input-output-hk/cardano-ledger
_sources/cardano-ledger-pretty @input-output-hk/cardano-ledger
_sources/cardano-ledger-test @input-output-hk/cardano-ledger
_sources/cardano-protocol-tpraos @input-output-hk/cardano-ledger
_sources/ledger-state @input-output-hk/cardano-ledger
_sources/moo @input-output-hk/cardano-ledger
_sources/non-integral @input-output-hk/cardano-ledger
_sources/plutus-preprocessor @input-output-hk/cardano-ledger
_sources/set-algebra @input-output-hk/cardano-ledger
_sources/small-steps @input-output-hk/cardano-ledger
_sources/small-steps-test @input-output-hk/cardano-ledger
## Eras
_sources/cardano-ledger-allegra @input-output-hk/cardano-ledger
_sources/cardano-ledger-alonzo @input-output-hk/cardano-ledger
_sources/cardano-ledger-alonzo-test @input-output-hk/cardano-ledger
_sources/cardano-ledger-babbage @input-output-hk/cardano-ledger
_sources/cardano-ledger-babbage-test @input-output-hk/cardano-ledger
_sources/cardano-ledger-byron @input-output-hk/cardano-ledger
_sources/cardano-ledger-byron-test @input-output-hk/cardano-ledger
_sources/cardano-ledger-conway @input-output-hk/cardano-ledger
_sources/cardano-ledger-conway-test @input-output-hk/cardano-ledger
_sources/cardano-ledger-mary @input-output-hk/cardano-ledger
_sources/cardano-ledger-shelley @input-output-hk/cardano-ledger
_sources/cardano-ledger-shelley-test @input-output-hk/cardano-ledger
_sources/cardano-ledger-shelley-ma @input-output-hk/cardano-ledger
_sources/cardano-ledger-shelley-ma-test @input-output-hk/cardano-ledger
# ouroboros-network
## Network
_sources/io-sim @input-output-hk/ouroboros-networking
_sources/io-classes @input-output-hk/ouroboros-networking
_sources/strict-stm @input-output-hk/ouroboros-networking
_sources/strict-mvar @input-output-hk/ouroboros-networking
_sources/si-timers @input-output-hk/ouroboros-networking
_sources/network-mux @input-output-hk/ouroboros-networking
_sources/ntp-client @input-output-hk/ouroboros-networking
_sources/typed-protocols @input-output-hk/ouroboros-networking
_sources/typed-protocols-cborg @input-output-hk/ouroboros-networking
_sources/typed-protocols-examples @input-output-hk/ouroboros-networking
_sources/Win32-network @input-output-hk/ouroboros-networking
_sources/ouroboros-network @input-output-hk/ouroboros-networking
_sources/ouroboros-network-api @input-output-hk/ouroboros-networking
_sources/ouroboros-network-framework @input-output-hk/ouroboros-networking
_sources/ouroboros-network-mock @input-output-hk/ouroboros-networking
_sources/ouroboros-network-protocols @input-output-hk/ouroboros-networking
_sources/ouroboros-network-testing @input-output-hk/ouroboros-networking
_sources/cardano-client @input-output-hk/ouroboros-networking
_sources/cardano-ping @input-output-hk/ouroboros-networking
_sources/monoidal-synchronisation @input-output-hk/ouroboros-networking
## Consensus
_sources/ouroboros-consensus/ @input-output-hk/ouroboros-consensus
_sources/ouroboros-consensus-diffusion/ @input-output-hk/ouroboros-consensus
_sources/ouroboros-consensus-test/ @input-output-hk/ouroboros-consensus
_sources/ouroboros-consensus-mock/ @input-output-hk/ouroboros-consensus
_sources/ouroboros-consensus-mock-test/ @input-output-hk/ouroboros-consensus
_sources/ouroboros-consensus-byron/ @input-output-hk/ouroboros-consensus
_sources/ouroboros-consensus-byronspec/ @input-output-hk/ouroboros-consensus
_sources/ouroboros-consensus-byron-test/ @input-output-hk/ouroboros-consensus
_sources/ouroboros-consensus-protocol/ @input-output-hk/ouroboros-consensus
_sources/ouroboros-consensus-shelley/ @input-output-hk/ouroboros-consensus
_sources/ouroboros-consensus-shelley-test/ @input-output-hk/ouroboros-consensus
_sources/ouroboros-consensus-tutorials/ @input-output-hk/ouroboros-consensus
_sources/ouroboros-consensus-cardano/ @input-output-hk/ouroboros-consensus
_sources/ouroboros-consensus-cardano-test/ @input-output-hk/ouroboros-consensus
_sources/ouroboros-consensus-cardano-tools/ @input-output-hk/ouroboros-consensus
_sources/cardano-lmdb/ @input-output-hk/ouroboros-consensus
_sources/cardano-lmdb-simple/ @input-output-hk/ouroboros-consensus
_sources/diff-containers/ @input-output-hk/ouroboros-consensus
_sources/fingertree-rm/ @input-output-hk/ouroboros-consensus
_sources/fs-api/ @input-output-hk/ouroboros-consensus
_sources/fs-sim/ @input-output-hk/ouroboros-consensus
_sources/simple-semigroupoids/ @input-output-hk/ouroboros-consensus
# plutus
_sources/plutus-core @input-output-hk/plutus-core
_sources/plutus-ghc-stub @input-output-hk/plutus-core
_sources/plutus-ledger-api @input-output-hk/plutus-core
_sources/plutus-tx @input-output-hk/plutus-core
_sources/plutus-tx-plugin @input-output-hk/plutus-core
_sources/prettyprinter-configurable @input-output-hk/plutus-core
_sources/word-array @input-output-hk/plutus-core
_sources/flat @input-output-hk/plutus-core
_sources/inline-r @input-output-hk/plutus-core
_sources/int-cast @input-output-hk/plutus-core
# plutus-apps
_sources/quickcheck-contractmodel @input-output-hk/plutus-tools
# hydra
_sources/hydra-* @input-output-hk/hydra-engineering
# performance-tracing
_sources/cardano-topology @input-output-hk/performance-tracing
_sources/cardano-tracer @input-output-hk/performance-tracing
_sources/ekg-forward @input-output-hk/performance-tracing
_sources/ekg-json @input-output-hk/performance-tracing
_sources/iohk-monitoring @input-output-hk/performance-tracing
_sources/lobemo-backend-aggregation @input-output-hk/performance-tracing
_sources/lobemo-backend-ekg @input-output-hk/performance-tracing
_sources/lobemo-backend-monitoring @input-output-hk/performance-tracing
_sources/lobemo-backend-trace-forwarder @input-output-hk/performance-tracing
_sources/lobemo-scribe-systemd @input-output-hk/performance-tracing
_sources/locli @input-output-hk/performance-tracing
_sources/trace-dispatcher @input-output-hk/performance-tracing
_sources/trace-forward @input-output-hk/performance-tracing
_sources/trace-resources @input-output-hk/performance-tracing
_sources/tracer-transformers @input-output-hk/performance-tracing
_sources/tx-generator @input-output-hk/performance-tracing
# Marlowe
_sources/marlowe @input-output-hk/marlowe
_sources/marlowe-reference @input-output-hk/marlowe
_sources/marlowe-spec-test @input-output-hk/marlowe