From f639b0b5d60fd84565b600b1f827eb2796852d73 Mon Sep 17 00:00:00 2001 From: "Ramtin M. Seraj" Date: Mon, 28 Oct 2024 15:24:33 -0700 Subject: [PATCH 1/2] Update CODEOWNERS --- CODEOWNERS | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 0d8beae649c..086c0e85472 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -8,8 +8,8 @@ /engine/consensus/** @AlexHentschel @durkmurder @jordanschalm # Execution Stream -/cmd/execution/** @ramtinms -/engine/execution/** @ramtinms +/cmd/execution/** @zhangchiqing +/engine/execution/** @zhangchiqing # Access Stream /access/** @peterargue @@ -18,16 +18,15 @@ /engine/access/** @peterargue # Verification Stream -/cmd/verification/** @ramtinms @yhassanzadeh13 -/engine/verification/** @ramtinms @yhassanzadeh13 -/module/chunking/** @ramtinms -/integration/tests/verification @ramtinms @yhassanzadeh13 +/cmd/verification/** @zhangchiqing +/engine/verification/** @zhangchiqing +/integration/tests/verification @zhangchiqing # Ledger Stream -/ledger/** @ramtinms @AlexHentschel +/ledger/** @AlexHentschel # FVM Stream -/fvm/** @ramtinms @janezpodhostnik +/fvm/** @janezpodhostnik # Networking Stream /network/** @yhassanzadeh13 From a5e352bf1c2b646750690d69f98cc582be9ba5d2 Mon Sep 17 00:00:00 2001 From: "Ramtin M. Seraj" Date: Tue, 29 Oct 2024 13:27:00 -0700 Subject: [PATCH 2/2] update code owners --- CODEOWNERS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 086c0e85472..79e45d18dc7 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -29,7 +29,7 @@ /fvm/** @janezpodhostnik # Networking Stream -/network/** @yhassanzadeh13 +/network/** @Kay-Zee # Cryptography Stream /crypto/** @tarakby @@ -38,13 +38,13 @@ /cmd/bootstrap/** @zhangchiqing # Dev Tools Stream -.github/workflows/** @gomisha -/insecure/** @gomisha @yhassanzadeh13 -/integration/benchnet2/** @gomisha -/tools/test_monitor/** @gomisha +.github/workflows/** @Kay-Zee +/insecure/** @Kay-Zee +/integration/benchnet2/** @Kay-Zee +/tools/test_monitor/** @Kay-Zee # Performance Stream -/integration/benchmark/** @gomisha +/integration/benchmark/** @Kay-Zee # Execution Sync /module/executiondatasync/** @peterargue