mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 17:17:56 +00:00
docs: fix CODEOWNERS paths (#4138)
* docs: fix CODEOWNERS paths * Apply suggestions from code review
This commit is contained in:
committed by
Bastian Köcher
parent
9194b2a3c0
commit
e2e2eb7b32
+16
-17
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user