Update CODEOWNERS (#5409)

This commit is contained in:
Kian Paimani
2020-03-26 10:44:11 +01:00
committed by GitHub
parent 8e10f36628
commit bc4567e229
+6 -1
View File
@@ -66,9 +66,14 @@
# Inflation points # Inflation points
/frame/staking/src/inflation.rs @thiolliere /frame/staking/src/inflation.rs @thiolliere
# NPoS and Governance # NPoS and Governance and Phragmén
/frame/staking/ @kianenigma /frame/staking/ @kianenigma
/frame/elections/ @kianenigma /frame/elections/ @kianenigma
/frame/elections-phragmen/ @kianenigma
/primitives/phragmen/ @kianenigma
# Fixed point arithmetic
/primitives/sp-arithmetic/ @kianenigma @thiolliere
# End to end testing of substrate node # End to end testing of substrate node
/bin/node/executor/ @kianenigma /bin/node/executor/ @kianenigma