From 11e2664848929c8d81fb7ef97841dbbb2cdd7b25 Mon Sep 17 00:00:00 2001 From: nelsonijih Date: Wed, 8 May 2024 22:05:36 -0700 Subject: [PATCH 1/2] removed instruction stating Docker as a requirement to register as an Operator --- docs/eigenlayer/operator-guides/operator-installation.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/eigenlayer/operator-guides/operator-installation.md b/docs/eigenlayer/operator-guides/operator-installation.md index 389f9b48..93d52362 100644 --- a/docs/eigenlayer/operator-guides/operator-installation.md +++ b/docs/eigenlayer/operator-guides/operator-installation.md @@ -8,8 +8,6 @@ sidebar_position: 2 ### **Software Requirements** -- Docker: Ensure that Docker is installed on your system. To download Docker, follow the instructions listed [here](https://docs.docker.com/get-docker/). -- Docker Compose: Make sure Docker Compose is also installed and properly configured. To download Docker Compose, follow the instructions listed [here](https://docs.docker.com/compose/install/). - Linux Environment: EigenLayer is supported only on Linux. Ensure you have a Linux environment, such as Docker, for installation. - If you choose to install eigenlayer-cli using the Go programming language, ensure you have Go installed, version 1.21 or higher. You can find the installation guide [here](https://go.dev/doc/install). From 987add95c8d11776bf14aa06d76bcb0b6cea064c Mon Sep 17 00:00:00 2001 From: Wes Floyd Date: Tue, 4 Jun 2024 09:39:33 -0400 Subject: [PATCH 2/2] Update CODEOWNERS adding nelson and madhur to codeowners --- .github/CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fad2211c..c1a07ba7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,5 +2,6 @@ docs/eigenlayer/ @eigensid @teddyknox @dabit3 @wesfloyd @tinahaibodi @bpm333 @joan-el @scotthconner @QuinnLee docs/eigenlayer/security @eigensid @teddyknox @dabit3 @wesfloyd @tinahaibodi @ropcode @antojoseph @anupsv @wadealexc docs/eigenlayer/avs-guides/ @eigensid @teddyknox @dabit3 @wesfloyd @tinahaibodi @bpm333 @joan-el @scotthconner @QuinnLee @NimaVaziri @afkbyte @stevennevins @samlaf @0xkydo -docs/eigenlayer/risk/ @0xkydo @eigensid @teddyknox @dabit3 @wesfloyd @tinahaibodi @cryptogakusei +docs/eigenlayer/risk/ @0xkydo @eigensid @teddyknox @dabit3 @wesfloyd @tinahaibodi @cryptogakusei +docs/eigenlayer/operator-guides/ @shrimalmadhur @nelsonijih docs/eigenda/ @eigensid @teddyknox @dabit3 @wesfloyd @tinahaibodi @teddyknox @eigensid @jianoaix @mooselumph