mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 17:01:09 +00:00
Update codeowners file (#14078)
* update codeowners file * reorganise codeowners file * Update docs/CODEOWNERS Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com> * add nfts and uniques ownership * sort codeowners alphabetically --------- Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
This commit is contained in:
+17
-21
@@ -19,54 +19,50 @@
|
||||
# - The latest matching rule, if multiple, takes precedence.
|
||||
|
||||
# CI
|
||||
/scripts/ci/ @paritytech/ci
|
||||
/.github/ @paritytech/ci
|
||||
/.gitlab-ci.yml @paritytech/ci
|
||||
|
||||
# Sandboxing capability of Substrate Runtime
|
||||
/primitives/sandbox/ @pepyakin @koute
|
||||
/scripts/ci/ @paritytech/ci
|
||||
|
||||
# WASM executor, low-level client <-> WASM interface and other WASM-related code
|
||||
/client/executor/ @koute
|
||||
/client/allocator/ @koute
|
||||
/primitives/wasm-interface/ @koute
|
||||
/primitives/runtime-interface/ @koute
|
||||
/client/executor/ @koute
|
||||
/primitives/panic-handler/ @koute
|
||||
/primitives/runtime-interface/ @koute
|
||||
/primitives/wasm-interface/ @koute
|
||||
/utils/wasm-builder/ @koute
|
||||
|
||||
# Systems-related bits and bobs on the client side
|
||||
/client/sysinfo/ @koute
|
||||
/client/tracing/ @koute
|
||||
|
||||
# FRAME
|
||||
/frame/ @paritytech/frame-coders
|
||||
/frame/nfts/ @jsidorenko
|
||||
/frame/state-trie-migration/ @paritytech/frame-coders @cheme
|
||||
/frame/uniques/ @jsidorenko
|
||||
|
||||
# GRANDPA, BABE, consensus stuff
|
||||
/client/consensus/babe/ @andresilva
|
||||
/client/consensus/grandpa/ @andresilva
|
||||
/client/consensus/pow/ @sorpaas
|
||||
/client/consensus/slots/ @andresilva
|
||||
/frame/babe/ @andresilva
|
||||
/frame/grandpa/ @andresilva
|
||||
/client/consensus/grandpa/ @andresilva
|
||||
/client/consensus/babe/ @andresilva
|
||||
/client/consensus/slots/ @andresilva
|
||||
/client/consensus/pow/ @sorpaas
|
||||
/primitives/consensus/pow/ @sorpaas
|
||||
|
||||
# BEEFY, MMR
|
||||
/client/beefy/ @acatangiu
|
||||
/frame/beefy/ @acatangiu
|
||||
/frame/beefy-mmr/ @acatangiu
|
||||
/frame/merkle-mountain-range/ @acatangiu
|
||||
/primitives/beefy/ @acatangiu
|
||||
/primitives/merkle-mountain-range/ @acatangiu
|
||||
|
||||
# Contracts
|
||||
/frame/contracts/ @athei
|
||||
|
||||
# NPoS and election
|
||||
/frame/election-provider-multi-phase/ @paritytech/staking-core
|
||||
/frame/election-provider-support/ @paritytech/staking-core
|
||||
/frame/staking/ @paritytech/staking-core
|
||||
/frame/nomination-pools/ @paritytech/staking-core
|
||||
/frame/elections-phragmen/ @paritytech/staking-core
|
||||
/frame/nomination-pools/ @paritytech/staking-core
|
||||
/frame/staking/ @paritytech/staking-core
|
||||
/primitives/npos-elections/ @paritytech/staking-core
|
||||
|
||||
# Fixed point arithmetic
|
||||
/primitives/sp-arithmetic/ @kianenigma
|
||||
|
||||
# Transaction weight stuff
|
||||
/frame/support/src/weights.rs @shawntabrizi
|
||||
|
||||
Reference in New Issue
Block a user