add myself to couple of places in codebase (#5300)

This commit is contained in:
Nikolay Volf
2020-03-18 06:04:27 -07:00
committed by GitHub
parent 89b93d9d4b
commit 1164910ee1
+10 -3
View File
@@ -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