Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 4 additions & 12 deletions docs/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
/.github/ @paritytech/ci
/.gitlab-ci.yml @paritytech/ci

# Sandboxing capability of Substrate Runtime
/primitives/sandbox/ @pepyakin @koute

# WASM executor, low-level client <-> WASM interface and other WASM-related code
/client/executor/ @koute
/client/allocator/ @koute
Expand All @@ -38,6 +35,9 @@
/client/sysinfo/ @koute
/client/tracing/ @koute

# FRAME
/frame/ @paritytech/frame-coders

# GRANDPA, BABE, consensus stuff
/frame/babe/ @andresilva
/frame/grandpa/ @andresilva
Expand All @@ -48,11 +48,9 @@
/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
Expand All @@ -63,10 +61,4 @@
/frame/staking/ @paritytech/staking-core
/frame/nomination-pools/ @paritytech/staking-core
/frame/elections-phragmen/ @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
/primitives/npos-elections/ @paritytech/staking-core