From e2e2eb7b32247b438d4b9aa0ef4b6f69938ed7af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Silva?= Date: Tue, 19 Nov 2019 10:30:39 +0000 Subject: [PATCH] docs: fix CODEOWNERS paths (#4138) * docs: fix CODEOWNERS paths * Apply suggestions from code review --- substrate/docs/CODEOWNERS | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/substrate/docs/CODEOWNERS b/substrate/docs/CODEOWNERS index f61da029bc..5a6eec3275 100644 --- a/substrate/docs/CODEOWNERS +++ b/substrate/docs/CODEOWNERS @@ -19,33 +19,32 @@ # - The latest matching rule, if multiple, takes precedence. # Wasm execution and the wasm side of Substrate Runtime Interface -/core/executor/ @pepyakin -/core/sr-io/without_std.rs @pepyakin -/core/sr-std/without_std.rs @pepyakin +/client/executor/ @pepyakin +/primitives/sr-io/ @pepyakin # Sandboxing capability of Substrate Runtime -/core/sr-sandbox/ @pepyakin -/core/primitives/src/sandbox.rs @pepyakin +/primitives/sr-sandbox/ @pepyakin +/primitives/core/src/sandbox.rs @pepyakin # Transaction pool -/core/transaction-pool/ @tomusdrw +/client/transaction-pool/ @tomusdrw # Offchain -/core/offchain/ @tomusdrw -/sr-io/src/offchain/ @tomusdrw +/client/offchain/ @tomusdrw +/primitives/offchain/ @tomusdrw # Everything that has RPC in it -/core/rpc/ @tomusdrw -/node/rpc/ @tomusdrw -/node/rpc-client/ @tomusdrw -/core/rpc-servers/ @tomusdrw +/bin/node/rpc/ @tomusdrw +/bin/node/rpc-client/ @tomusdrw +/client/rpc/ @tomusdrw +/primitives/rpc/ @tomusdrw # GRANDPA, BABE, consensus stuff /paint/babe/ @andresilva @DemiMarie-parity /paint/grandpa/ @andresilva @DemiMarie-parity -/core/finality-grandpa/ @andresilva @DemiMarie-parity -/core/consensus/babe/ @andresilva @DemiMarie-parity -/core/consensus/slots/ @andresilva @DemiMarie-parity +/client/finality-grandpa/ @andresilva @DemiMarie-parity +/client/consensus/babe/ @andresilva @DemiMarie-parity +/client/consensus/slots/ @andresilva @DemiMarie-parity # Contracts /paint/contracts/ @pepyakin @thiolliere @jimpo @@ -59,10 +58,10 @@ /paint/election/ @kianenigma # End to end testing of substrate node -/node/executor/ @kianenigma +/bin/node/executor/ @kianenigma # Transaction weight stuff -/core/sr-primitives/weights.rs @kianenigma +/primitives/sr-primitives/src/weights.rs @kianenigma # Support crates /paint/support/ @thiolliere @kianenigma