From 03c378717076d7feef54defe8f7d5c18e9e4aed5 Mon Sep 17 00:00:00 2001 From: Juan Girini Date: Thu, 4 May 2023 11:26:03 +0200 Subject: [PATCH 1/5] update codeowners file --- docs/CODEOWNERS | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/docs/CODEOWNERS b/docs/CODEOWNERS index 95ee8cc66fa0a..89f028599b80a 100644 --- a/docs/CODEOWNERS +++ b/docs/CODEOWNERS @@ -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 @@ -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 @@ -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 @@ -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 \ No newline at end of file From d7ef08f0ef13b2920c2bf91b9d0aae680bddb9f9 Mon Sep 17 00:00:00 2001 From: Juan Girini Date: Thu, 4 May 2023 18:44:36 +0200 Subject: [PATCH 2/5] reorganise codeowners file --- docs/CODEOWNERS | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/CODEOWNERS b/docs/CODEOWNERS index 89f028599b80a..7a9148c280b9b 100644 --- a/docs/CODEOWNERS +++ b/docs/CODEOWNERS @@ -19,16 +19,16 @@ # - The latest matching rule, if multiple, takes precedence. # CI -/scripts/ci/ @paritytech/ci /.github/ @paritytech/ci /.gitlab-ci.yml @paritytech/ci +/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 @@ -37,14 +37,15 @@ # FRAME /frame/ @paritytech/frame-coders +/frame/state-trie-migration/ @paritytech/frame-coders @cheme # GRANDPA, BABE, consensus stuff -/frame/babe/ @andresilva -/frame/grandpa/ @andresilva -/client/consensus/grandpa/ @andresilva /client/consensus/babe/ @andresilva -/client/consensus/slots/ @andresilva +/client/consensus/grandpa/ @andresilva /client/consensus/pow/ @sorpaas +/client/consensus/slots/ @andresilva +/frame/babe/ @andresilva +/frame/grandpa/ @andresilva /primitives/consensus/pow/ @sorpaas # BEEFY, MMR @@ -57,8 +58,9 @@ /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 \ No newline at end of file From 7e8904c1bcb4b6b48c59467ca622244abb5dec14 Mon Sep 17 00:00:00 2001 From: juangirini Date: Fri, 5 May 2023 13:49:22 +0200 Subject: [PATCH 3/5] Update docs/CODEOWNERS Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com> --- docs/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CODEOWNERS b/docs/CODEOWNERS index 7a9148c280b9b..e1eef392e658e 100644 --- a/docs/CODEOWNERS +++ b/docs/CODEOWNERS @@ -63,4 +63,4 @@ /frame/elections-phragmen/ @paritytech/staking-core /frame/nomination-pools/ @paritytech/staking-core /frame/staking/ @paritytech/staking-core -/primitives/npos-elections/ @paritytech/staking-core \ No newline at end of file +/primitives/npos-elections/ @paritytech/staking-core From 9da57a33dd222f40f666ed82bd3acea7e4c0816a Mon Sep 17 00:00:00 2001 From: Juan Girini Date: Fri, 5 May 2023 13:54:40 +0200 Subject: [PATCH 4/5] add nfts and uniques ownership --- docs/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/CODEOWNERS b/docs/CODEOWNERS index e1eef392e658e..ebabd13ace5d4 100644 --- a/docs/CODEOWNERS +++ b/docs/CODEOWNERS @@ -38,6 +38,8 @@ # FRAME /frame/ @paritytech/frame-coders /frame/state-trie-migration/ @paritytech/frame-coders @cheme +/frame/nfts/ @jsidorenko +/frame/uniques/ @jsidorenko # GRANDPA, BABE, consensus stuff /client/consensus/babe/ @andresilva From ceb4186cb9a2424cbb69e137fe198a33815c6c93 Mon Sep 17 00:00:00 2001 From: Juan Girini Date: Fri, 5 May 2023 13:55:47 +0200 Subject: [PATCH 5/5] sort codeowners alphabetically --- docs/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CODEOWNERS b/docs/CODEOWNERS index ebabd13ace5d4..0f45a593de0ae 100644 --- a/docs/CODEOWNERS +++ b/docs/CODEOWNERS @@ -37,8 +37,8 @@ # FRAME /frame/ @paritytech/frame-coders -/frame/state-trie-migration/ @paritytech/frame-coders @cheme /frame/nfts/ @jsidorenko +/frame/state-trie-migration/ @paritytech/frame-coders @cheme /frame/uniques/ @jsidorenko # GRANDPA, BABE, consensus stuff