From 0616a47b7ce30fd38d3196e8965867caf262c8b2 Mon Sep 17 00:00:00 2001 From: futreall <86553580+futreall@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:29:54 +0200 Subject: [PATCH 1/3] Update README.md --- docker/dist/base_image/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/dist/base_image/README.md b/docker/dist/base_image/README.md index d675059ef5..9a9b418407 100644 --- a/docker/dist/base_image/README.md +++ b/docker/dist/base_image/README.md @@ -1,4 +1,4 @@ -You probably don't want to recreate and push these base images to Docker Hub, +You probably don't want to re-create and push these base images to Docker Hub, because when older images expire and get deleted, it will no longer be possible to reproduce old releases. From 38d8c9a61ce77f5f80618d9a37852b45f258b812 Mon Sep 17 00:00:00 2001 From: futreall <86553580+futreall@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:31:14 +0200 Subject: [PATCH 2/3] Update README.md --- beacon_chain/networking/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beacon_chain/networking/README.md b/beacon_chain/networking/README.md index 8c04a02ead..257ce21500 100644 --- a/beacon_chain/networking/README.md +++ b/beacon_chain/networking/README.md @@ -1,10 +1,10 @@ # Networking -This folders hold a collection of modules to: +These folders hold a collection of modules to: - configure the Eth2 P2P network - discover, connect, and maintain quality Eth2 peers -Data received is handed other to the `../gossip_processing` modules for validation. +Data received is handed over to the `../gossip_processing` modules for validation. ## Security concerns From 230af947cfa3be1fe94fe8de7f75c4d4fb187628 Mon Sep 17 00:00:00 2001 From: futreall <86553580+futreall@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:31:33 +0200 Subject: [PATCH 3/3] Update README.md --- beacon_chain/validators/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_chain/validators/README.md b/beacon_chain/validators/README.md index 5f88d55072..6513f3190a 100644 --- a/beacon_chain/validators/README.md +++ b/beacon_chain/validators/README.md @@ -1,6 +1,6 @@ # Validators -This folder holds all modules related to a Beacon Chain Validator besides the binaries they interact directly with (nimbus_validator_cliant and nimbus_signing_process): +This folder holds all modules related to a Beacon Chain Validator besides the binaries they interact directly with (nimbus_validator_client and nimbus_signing_process): - Validator keystore - Validator slashing protection - Validator duties