From 1164910ee194a9154a07ac6dc34940bb3f028c36 Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Wed, 18 Mar 2020 06:04:27 -0700 Subject: [PATCH] add myself to couple of places in codebase (#5300) --- substrate/docs/CODEOWNERS | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/substrate/docs/CODEOWNERS b/substrate/docs/CODEOWNERS index 701df299a3..b4f1b64c4b 100644 --- a/substrate/docs/CODEOWNERS +++ b/substrate/docs/CODEOWNERS @@ -20,15 +20,22 @@ # Wasm execution and the wasm side of Substrate Runtime Interface /client/executor/ @pepyakin -/primitives/io/ @pepyakin +/primitives/io/ @pepyakin @NikVolf + +# Crypto, execution extensions, etc. +/primitives/core/ @NikVolf + +# Block production +/primitives/authorship/ @NikVolf +/client/basic-authorship/ @NikVolf # Sandboxing capability of Substrate Runtime /primitives/sr-sandbox/ @pepyakin /primitives/core/src/sandbox.rs @pepyakin # Transaction pool -/client/transaction-pool/ @tomusdrw -/primitives/transaction-pool/ @tomusdrw +/client/transaction-pool/ @tomusdrw @NikVolf +/primitives/transaction-pool/ @tomusdrw @NikVolf # Offchain /client/offchain/ @tomusdrw