update code owners (#5700)

This commit is contained in:
thiolliere
2020-04-20 13:37:05 +02:00
committed by GitHub
parent 8c52a2dae6
commit e1ef69506a
+3 -6
View File
@@ -57,15 +57,12 @@
/primitives/consensus/pow/ @sorpaas
# Contracts
/frame/contracts/ @pepyakin @thiolliere
/frame/contracts/ @pepyakin
/frame/contracts/src/wasm/runtime.rs @Robbepop
# EVM
/frame/evm/ @sorpaas
# Inflation points
/frame/staking/src/inflation.rs @thiolliere
# NPoS and Governance and Phragmén
/frame/staking/ @kianenigma
/frame/elections/ @kianenigma
@@ -73,7 +70,7 @@
/primitives/phragmen/ @kianenigma
# Fixed point arithmetic
/primitives/sp-arithmetic/ @kianenigma @thiolliere
/primitives/sp-arithmetic/ @kianenigma
# End to end testing of substrate node
/bin/node/executor/ @kianenigma
@@ -82,7 +79,7 @@
/frame/support/src/weights.rs @kianenigma
# Support crates
/frame/support/ @thiolliere @kianenigma
/frame/support/ @kianenigma
# Authority discovery
/client/authority-discovery/ @mxinden