-
Notifications
You must be signed in to change notification settings - Fork 177
/
CODEOWNERS
Validating CODEOWNERS rules...
52 lines (40 loc) · 1.24 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
# 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/** @ramtinms
/engine/execution/** @ramtinms
# Access Stream
/access/** @peterargue
/cmd/access/** @peterargue
/cmd/observer/** @peterargue
/engine/access/** @peterargue
# Verification Stream
/cmd/verification/** @ramtinms @yhassanzadeh13
/engine/verification/** @ramtinms @yhassanzadeh13
/module/chunking/** @ramtinms
/integration/tests/verification @ramtinms @yhassanzadeh13
# Ledger Stream
/ledger/** @ramtinms @AlexHentschel
# FVM Stream
/fvm/** @ramtinms @janezpodhostnik
# Networking Stream
/network/** @yhassanzadeh13
# Cryptography Stream
/crypto/** @tarakby
# Bootstrap and transit scripts
/cmd/bootstrap/** @zhangchiqing
# Dev Tools Stream
.github/workflows/** @gomisha
/insecure/** @gomisha @yhassanzadeh13
/integration/benchnet2/** @gomisha
/tools/test_monitor/** @gomisha
# Performance Stream
/integration/benchmark/** @gomisha
# Execution Sync
/module/executiondatasync/** @peterargue
/module/state_synchronization/** @peterargue