forked from EspressoSystems/HotShot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
48 lines (34 loc) · 980 Bytes
/
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
# Default owners and repository maintainers:
* @bfish713
# Owner of `constants` crate
/constants/ @shenkeyao
# Owner of `hotshot` crate
/hotshot/ @shenkeyao
# Owner of `hotshot-qc` crate
/hotshot-qc/ @dailinsubjam
# Owner of `hotshot-stake-table` crate
/hotshot-stake-table/ @dailinsubjam
# Owner of `hotshot-state-prover` crate
/hotshot-state-prover/ @dailinsubjam
# Owner of `libp2p-networking` crate
/libp2p-networking/ @rob-maron
# Owner of `orchestrator` crate
/orchestrator/ @rob-maron @elliedavidson
# Owner of `task` crate
/task/ @rob-maron
# Owner of `task-impls` crate
/task-impls/ @bfish713 @jparr721 @shenkeyao
# Owner of `testing` crate
/testing/ @bfish713
# Owner of `types` crate
/types/ @shenkeyao
# Owner of `utils` crate
/utils/ @shenkeyao
# Owner of `web_server` crate
/web_server/ @elliedavidson
# Owner of updating dependencies
# This owner is updated on a monthly basis
*.lock @ss-es
**/Cargo.toml @ss-es
Cargo.toml @ss-es
flake.nix @ss-es