-
Notifications
You must be signed in to change notification settings - Fork 177
/
CODEOWNERS
Validating CODEOWNERS rules...
51 lines (39 loc) · 1.14 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
# Collection Stream
/cmd/collection/** @jordanschalm
/engine/collection/** @jordanschalm
/protobuf/services/collection/** @jordanschalm
# Consensus Stream
/cmd/consensus/** @AlexHentschel @durkmurder @jordanschalm
/engine/consensus/** @AlexHentschel @durkmurder @jordanschalm
# Execution Stream
/cmd/execution/** @zhangchiqing
/engine/execution/** @zhangchiqing
# Access Stream
/access/** @peterargue
/cmd/access/** @peterargue
/cmd/observer/** @peterargue
/engine/access/** @peterargue
# Verification Stream
/cmd/verification/** @zhangchiqing
/engine/verification/** @zhangchiqing
/integration/tests/verification @zhangchiqing
# Ledger Stream
/ledger/** @AlexHentschel
# FVM Stream
/fvm/** @janezpodhostnik
# Networking Stream
/network/** @Kay-Zee
# Cryptography Stream
/crypto/** @tarakby
# Bootstrap and transit scripts
/cmd/bootstrap/** @zhangchiqing
# Dev Tools Stream
.github/workflows/** @Kay-Zee
/insecure/** @Kay-Zee
/integration/benchnet2/** @Kay-Zee
/tools/test_monitor/** @Kay-Zee
# Performance Stream
/integration/benchmark/** @Kay-Zee
# Execution Sync
/module/executiondatasync/** @peterargue
/module/state_synchronization/** @peterargue