From db76be2f15086c9a77a0672efbf7d2835b4115ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Kapka?= Date: Fri, 30 Sep 2022 15:21:06 +0200 Subject: [PATCH] Remove state code owners (#11519) --- .github/CODEOWNERS | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1727cfda64..16ed4fa9e1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,12 +5,4 @@ *.bzl @prestonvanloon # Anyone on prylabs team can approve dependency updates. -deps.bzl @prysmaticlabs/core-team - -# Radek and Nishant are responsible for changes that can affect the native state feature. -# See https://www.notion.so/prysmaticlabs/Native-Beacon-State-Redesign-6cc9744b4ec1439bb34fa829b36a35c1 -/beacon-chain/state/fieldtrie/ @rkapka @nisdas @rauljordan -/beacon-chain/state/v1/ @rkapka @nisdas @rauljordan -/beacon-chain/state/v2/ @rkapka @nisdas @rauljordan -/beacon-chain/state/v3/ @rkapka @nisdas @rauljordan -/beacon-chain/state/state-native/ @rkapka @nisdas @rauljordan +deps.bzl @prysmaticlabs/core-team \ No newline at end of file