github.com/koko1123/flow-go-1@v0.29.6/CODEOWNERS (about) 1 # Collection Stream 2 /cmd/collection/** @jordanschalm 3 /engine/collection/** @jordanschalm 4 /protobuf/services/collection/** @jordanschalm 5 6 # Consensus Stream 7 /cmd/consensus/** @AlexHentschel @durkmurder @jordanschalm 8 /engine/consensus/** @AlexHentschel @durkmurder @jordanschalm 9 10 # Execution Stream 11 /cmd/execution/** @m4ksio @ramtinms 12 /engine/execution/** @m4ksio @ramtinms 13 14 # Access Stream 15 /cmd/access/** @vishalchangrani 16 /engine/access/** @vishalchangrani 17 18 # Verification Stream 19 /cmd/verification/** @ramtinms @yhassanzadeh13 20 /engine/verification/** @ramtinms @yhassanzadeh13 21 /module/chunking/** @ramtinms 22 /integration/tests/verification @ramtinms @yhassanzadeh13 23 24 # Ledger Stream 25 /ledger/** @ramtinms @m4ksio @AlexHentschel 26 27 # FVM Stream 28 /fvm/** @ramtinms @janezpodhostnik @pattyshack 29 30 # Networking Stream 31 /network/** @yhassanzadeh13 @vishalchangrani 32 33 # Cryptography Stream 34 /crypto/** @tarakby 35 36 # Bootstrap and transit scripts 37 /cmd/bootstrap/** @vishalchangrani 38 39 # Dev Tools Stream 40 .github/workflows/** @gomisha 41 /insecure/** @gomisha @yhassanzadeh13 42 /integration/benchnet2/** @gomisha 43 /tools/test_monitor/** @gomisha 44 45 # Performance Stream 46 /integration/benchmark/** @SaveTheRbtz @gomisha 47 /integration/localnet/** @SaveTheRbtz 48 /module/profiler/** @SaveTheRbtz @pattyshack 49 /module/trace/** @SaveTheRbtz @pattyshack 50 /module/tracer.go @SaveTheRbtz @pattyshack