From 99524237b1e447ab62b1c39b7e934e87e575efd3 Mon Sep 17 00:00:00 2001 From: futreall <86553580+futreall@users.noreply.github.com> Date: Sat, 16 Nov 2024 17:56:03 +0200 Subject: [PATCH 1/4] Update monitoring.md --- docs/advanced/monitoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/monitoring.md b/docs/advanced/monitoring.md index 1ad9cc06ec..805a9a5a9a 100644 --- a/docs/advanced/monitoring.md +++ b/docs/advanced/monitoring.md @@ -37,7 +37,7 @@ The local Grafana server will have a few pre-built dashboards: ## Setting Up a Contact Point -When alerts are triggered, they are routed to contact points according notification policies. For this, contact points must be added. Grafana supports several kind of contact points like email, PagerDuty, Discord, Slack, Telegram etc. This document will teach how to add Discord channel as contact point. +When alerts are triggered, they are routed to contact points according notification policies. For this, contact points must be added. Grafana supports several kinds of contact points like email, PagerDuty, Discord, Slack, Telegram etc. This document will teach how to add Discord channel as contact point. 1. On left nav bar in Grafana console, under `Alerts` section, click on contact points. 2. Click on `+ Add contact point`. It will show following page. Choose Discord in the `Integration` drop down. From e6d52e609348b18601bcd855e34e6e28dff00db8 Mon Sep 17 00:00:00 2001 From: futreall <86553580+futreall@users.noreply.github.com> Date: Sat, 16 Nov 2024 17:56:58 +0200 Subject: [PATCH 2/4] Update ethereum_and_dvt.md --- docs/fr/ethereum_and_dvt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fr/ethereum_and_dvt.md b/docs/fr/ethereum_and_dvt.md index c2458e84b8..9fc8088421 100644 --- a/docs/fr/ethereum_and_dvt.md +++ b/docs/fr/ethereum_and_dvt.md @@ -37,7 +37,7 @@ Minimizing correlation is vital when designing DVT as Ethereum Proof of Stake is [**Read more about Designing Non-Correlation Here**](https://blog.obol.tech/deep-dive-into-dvt-and-charons-architecture/) ### Performance Testing Distributed Validators -In our mission to help make Ethereum consensus more resilient and decentralised with distributed validators (DVs), it’s critical that we do not compromise on the performance and effectiveness of validators. Earlier this year, we worked with MigaLabs, the blockchain ecosystem observatory located in Barcelona, to perform an independent test to validate the performance of Obol DVs under different configurations and conditions. After taking a few weeks to fully analyse the results together with MigaLabs, we’re happy to share the results of these performance tests. +In our mission to help make Ethereum consensus more resilient and decentralized with distributed validators (DVs), it’s critical that we do not compromise on the performance and effectiveness of validators. Earlier this year, we worked with MigaLabs, the blockchain ecosystem observatory located in Barcelona, to perform an independent test to validate the performance of Obol DVs under different configurations and conditions. After taking a few weeks to fully analyse the results together with MigaLabs, we’re happy to share the results of these performance tests. [**Read More About The Performance Test Results Here**](https://blog.obol.tech/performance-testing-distributed-validators/) From 5be0be86ea441ed299596745cb348c04d4e4035f Mon Sep 17 00:00:00 2001 From: futreall <86553580+futreall@users.noreply.github.com> Date: Sat, 16 Nov 2024 17:57:59 +0200 Subject: [PATCH 3/4] Update quickstart_alone.mdx --- docs/start/quickstart_alone.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start/quickstart_alone.mdx b/docs/start/quickstart_alone.mdx index 5da1196d79..2658dadd47 100644 --- a/docs/start/quickstart_alone.mdx +++ b/docs/start/quickstart_alone.mdx @@ -25,7 +25,7 @@ The private key shares can be created centrally and distributed securely to each - Go to the the DV Launchpad and select Create a distributed validator alone. Follow the steps to configure your DV cluster. The Launchpad will give you a docker command to create your cluster.
Before you run the command, clone the CDVC repo and cd into the directory. + Go to the DV Launchpad and select Create a distributed validator alone. Follow the steps to configure your DV cluster. The Launchpad will give you a docker command to create your cluster.
Before you run the command, clone the CDVC repo and cd into the directory. ```shell # Clone the repo From e4b27570525a43cd9ea5bc0a267fa2f27422d603 Mon Sep 17 00:00:00 2001 From: futreall <86553580+futreall@users.noreply.github.com> Date: Sat, 16 Nov 2024 17:58:52 +0200 Subject: [PATCH 4/4] Update quickstart_group.mdx --- docs/start/quickstart_group.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/start/quickstart_group.mdx b/docs/start/quickstart_group.mdx index 19c2339dd4..256a64ba86 100644 --- a/docs/start/quickstart_group.mdx +++ b/docs/start/quickstart_group.mdx @@ -385,7 +385,7 @@ For the [DKG](../charon/dkg.md) to complete, all operators need to be running th ![Run the DKG](/img/Guide10.png) -3. Assuming the DKG is successful, a number of artefacts will be created in the `.charon` folder of the node. These include: +3. Assuming the DKG is successful, a number of artifacts will be created in the `.charon` folder of the node. These include: - A `deposit-data.json` file. This contains the information needed to activate the validator on the Ethereum network. - A `cluster-lock.json` file. This contains the information needed by Charon to operate the distributed validator cluster with its peers. @@ -419,7 +419,7 @@ For the [DKG](../charon/dkg.md) to complete, all operators need to be running th Connect to peers in logs tab
  • - Example of DKG ceremony competed log. + Example of DKG ceremony completed log. Connect to peers in logs tab