-
Notifications
You must be signed in to change notification settings - Fork 180
/
CODEOWNERS
Validating CODEOWNERS rules...
50 lines (39 loc) · 1.33 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
# 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/** @m4ksio @ramtinms
/engine/execution/** @m4ksio @ramtinms
# Access Stream
/cmd/access/** @vishalchangrani
/engine/access/** @vishalchangrani
# Verification Stream
/cmd/verification/** @ramtinms @yhassanzadeh13
/engine/verification/** @ramtinms @yhassanzadeh13
/module/chunking/** @ramtinms
/integration/tests/verification @ramtinms @yhassanzadeh13
# Ledger Stream
/ledger/** @ramtinms @m4ksio @AlexHentschel
# FVM Stream
/fvm/** @ramtinms @janezpodhostnik @pattyshack
# Networking Stream
/network/** @yhassanzadeh13 @vishalchangrani
# Cryptography Stream
/crypto/** @tarakby
# Bootstrap and transit scripts
/cmd/bootstrap/** @vishalchangrani
# Dev Tools Stream
.github/workflows/** @gomisha
/insecure/** @gomisha @yhassanzadeh13
/integration/benchnet2/** @gomisha
/tools/test_monitor/** @gomisha
# Performance Stream
/integration/benchmark/** @SaveTheRbtz @gomisha
/integration/localnet/** @SaveTheRbtz
/module/profiler/** @SaveTheRbtz @pattyshack
/module/trace/** @SaveTheRbtz @pattyshack
/module/tracer.go @SaveTheRbtz @pattyshack