github.com/onflow/flow-go@v0.35.7-crescendo-preview.23-atree-inlining/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/** @ramtinms 12 /engine/execution/** @ramtinms 13 14 # Access Stream 15 /access/** @peterargue 16 /cmd/access/** @peterargue 17 /cmd/observer/** @peterargue 18 /engine/access/** @peterargue 19 20 # Verification Stream 21 /cmd/verification/** @ramtinms @yhassanzadeh13 22 /engine/verification/** @ramtinms @yhassanzadeh13 23 /module/chunking/** @ramtinms 24 /integration/tests/verification @ramtinms @yhassanzadeh13 25 26 # Ledger Stream 27 /ledger/** @ramtinms @AlexHentschel 28 29 # FVM Stream 30 /fvm/** @ramtinms @janezpodhostnik 31 32 # Networking Stream 33 /network/** @yhassanzadeh13 34 35 # Cryptography Stream 36 /crypto/** @tarakby 37 38 # Bootstrap and transit scripts 39 /cmd/bootstrap/** @zhangchiqing 40 41 # Dev Tools Stream 42 .github/workflows/** @gomisha 43 /insecure/** @gomisha @yhassanzadeh13 44 /integration/benchnet2/** @gomisha 45 /tools/test_monitor/** @gomisha 46 47 # Performance Stream 48 /integration/benchmark/** @gomisha 49 50 # Execution Sync 51 /module/executiondatasync/** @peterargue 52 /module/state_synchronization/** @peterargue