Skip to content

Commit

Permalink
Update CODEOWNERS (paritytech#6489)
Browse files Browse the repository at this point in the history
* Update CODEOWNERS

* Cleanup CODEOWNERS

* Remove myself as a code owner

I don’t work on consensus anymore.

* Update CODEOWNERS

Co-authored-by: Sergei Shulepov <[email protected]>
Co-authored-by: Demi M. Obenour <[email protected]>
Co-authored-by: Nikolay Volf <[email protected]>
  • Loading branch information
4 people authored Jun 25, 2020
1 parent 7f5dd73 commit efab94e
Showing 1 changed file with 5 additions and 20 deletions.
25 changes: 5 additions & 20 deletions docs/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,7 @@
# are more recognizable on GitHub, you can use them for mentioning unlike an email.
# - The latest matching rule, if multiple, takes precedence.

# Wasm execution and the wasm side of Substrate Runtime Interface
/client/executor/ @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
Expand All @@ -48,22 +40,21 @@
/primitives/rpc/ @tomusdrw

# GRANDPA, BABE, consensus stuff
/frame/babe/ @andresilva @DemiMarie-parity
/frame/babe/ @andresilva
/frame/grandpa/ @andresilva
/client/finality-grandpa/ @andresilva
/client/consensus/babe/ @andresilva @DemiMarie-parity
/client/consensus/slots/ @andresilva @DemiMarie-parity
/client/consensus/babe/ @andresilva
/client/consensus/slots/ @andresilva
/client/consensus/pow/ @sorpaas
/primitives/consensus/pow/ @sorpaas

# Contracts
/frame/contracts/ @pepyakin
/frame/contracts/src/wasm/runtime.rs @Robbepop

# EVM
/frame/evm/ @sorpaas

# NPoS and Governance and Phragmén
# NPoS and election
/frame/staking/ @kianenigma
/frame/elections/ @kianenigma
/frame/elections-phragmen/ @kianenigma
Expand All @@ -72,14 +63,8 @@
# Fixed point arithmetic
/primitives/sp-arithmetic/ @kianenigma

# End to end testing of substrate node
/bin/node/executor/ @kianenigma

# Transaction weight stuff
/frame/support/src/weights.rs @kianenigma

# Support crates
/frame/support/ @kianenigma
/frame/support/src/weights.rs @shawntabrizi

# Authority discovery
/client/authority-discovery/ @mxinden
Expand Down

0 comments on commit efab94e

Please sign in to comment.